-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document and potentially fix LSTM feature in icu_segmenter #2829
Comments
CC @robertbastian @Manishearth @aethanyc @makotokato How should we handle this? I think we should make
|
I think that's a good plan |
I don't think this is a good idea. This can lead to those functions changing behaviour if some dependency activates a feature on |
The contract of those functions is "I give no opinion on what data to use, but I will do the best thing given the available data"; if someone else in your program enables LSTM, then it's fine for this function to utilize the LSTM data. It could be called |
Per discussion with @makotokato on Dec 12/13.
Makoto, do I summarize above correctly? |
Discussion:
|
Yes. |
Consensus on |
For the record, #3010 closed this issue by adding "auto" cargo feature rather than "dictionary" cargo feature. The discussion was in #3010 (comment). |
We aim to make features additive. However, the LSTM feature in icu_segmenter is in an odd state. We should revisit as a group and arrive at how we want to handle this.
The text was updated successfully, but these errors were encountered: