stemming library in java

Maverick picture Maverick · Dec 14, 2010 · Viewed 12.5k times · Source

Is there any library for stemming in java!?

Answer

mindas picture mindas · Dec 14, 2010

You might want to look at Apache Lucene. It is generally written to do other things, but it does some stemming as part of its indexing process.