Reputation: 347
How can I use Stanford-NLP to lemmatize words or is this even a possibility in coreNLP?
According to this website (https://stanfordnlp.github.io/CoreNLP/human-languages.html) Lemmatization is not an option--but I'm hoping that this is a neglected page that needs to be updated.
Additionally, I've seen related questions but about German: Does Stanford Core NLP support lemmatization for German?
How can I lemmatize spanish words in CoreNLP?
Upvotes: 1
Views: 858
Reputation: 347
According to GitHub, this is not functionality that exists in Stanford Core NLP.
https://github.com/stanfordnlp/CoreNLP/issues/137
Upvotes: 1