I am looking for a lemmatisation implementation for English in Java. I found a few already, but I need something that does not need to much memory to run (1 GB top). Thanks. I DO NOT NEED A STEMMER.
feedback
|
|
Check out Lucene Snowball. | |||
|
feedback
|
|
The Stanford CoreNLP Java library contains a lemmatizer that is a little resource intensive but I have run it on my laptop with <512MB of RAM. | |||
|
feedback
|
|
There is a JNI to hunspell, which is the checker used in open office and FireFox. http://hunspell.sourceforge.net/ | |||
|
feedback
|