Java Lemmatization Tool

I need to perform lemmatization in English, including adjectives:

eg. Mexican → Mexico

You can recommend any tools, preferably in Java.

I want to emphasize that I am looking for a lemmatization, not a consequence.

+3
source share
1 answer

Try java for lemmatization

0
source

All Articles