tags:

views:

220

answers:

2
+2  Q: 

Lemmatization java

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.

+1  A: 

Check out Lucene Snowball.

Zed
A: 

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