Could we put languages behind feature flags ? #446
happysalada
started this conversation in
Feedback & Feature Proposal
Replies: 1 comment
-
Hey @happysalada, you're right, some segmenter is downloading/building dictionaries at compile time. I added feature flags for every additional language support in the future versions of the tokenizer, Thank you for your feedback! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
if possible could we put different languages behind feature flags ?
At least some of them.
lindera downloads something off the internet, and that can be problematic for some OS (notably nixos).
would it be possible to put it behind a feature flag ? (even if it is enabled by default, as long as it can be disabled, it would be very helpful).
Beta Was this translation helpful? Give feedback.
All reactions