How to train lemmatizer? Are lookup tables required? #9711
vistamou
started this conversation in
Language Support
Replies: 1 comment 1 reply
-
Currently there is no trainable lemmatizer in spaCy - there's just lookup based lemmatizers and language specific rule-based lemmatizers. So if you can't provide lookup tables you could implement a lemmatizer yourself, or re-use an existing library for the purpose. I assume this is related to #9715? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello, I want to train a lemmatizer for a new language and according to
the documentation provided on the site this is possible by providing ' lookup tables'--
is this necessary step or there is another way to achieve that?
Beta Was this translation helpful? Give feedback.
All reactions