vote up 2 vote down star

Hi, 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.

flag
Do you need true lemmatization (usually requires a decent-sized list of words), or is a stemmer like Porter, Snowball, or Paice-Husk good enough? – erickson Oct 16 at 14:00

2 Answers

vote up 0 vote down

There is a JNI to hunspell, which is the checker used in open office and FireFox. http://hunspell.sourceforge.net/

link|flag
vote up 1 vote down

Check out Lucene Snowball.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.