Package org.apache.lucene.analysis.hunspell

Stemming TokenFilter using a Java implementation of the Hunspell stemming algorithm.

See:
          Description

Class Summary
HunspellAffix Wrapper class representing a hunspell affix
HunspellDictionary  
HunspellStemFilter TokenFilter that uses hunspell affix rules and words to stem tokens.
HunspellStemmer HunspellStemmer uses the affix rules declared in the HunspellDictionary to generate one or more stems for a word.
HunspellStemmer.Stem Stem represents all information known about a stem of a word.
HunspellWord  
 

Package org.apache.lucene.analysis.hunspell Description

Stemming TokenFilter using a Java implementation of the Hunspell stemming algorithm.

Dictionaries can be found on OpenOffice's wiki



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.