Replies: 1 comment
-
An interesting feature, I think it's a reverse Lemmatization. There was a feature request to get all the possible lemmatization from a Lemmatizer pre-trained model, this can be also a new function in Lemmatizer that simply giving a This feature currently doesn't exist, but I will look to see how plausible it is at this time and get back to you |
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.
-
I am porting pandas/NLTK code to Spark NLP. One of the packages used in the original code is
word_forms
which provides the functionget_word_forms
that gets all forms of an English word. Is there an equivalent function in Spark NLP, or a good way to create one?Thanks in advance for any suggestions or advice.
Beta Was this translation helpful? Give feedback.
All reactions