Package org.apache.lucene.analysis.hunspell
Stemming TokenFilter using a Java implementation of the
Hunspell stemming algorithm.
Dictionaries can be found on OpenOffice's wiki
-
Class Summary Class Description HunspellAffix Wrapper class representing a hunspell affixHunspellDictionary In-memory structure for the dictionary (.dic) and affix (.aff) data of a hunspell dictionary.HunspellStemFilter TokenFilter that uses hunspell affix rules and words to stem tokens.HunspellStemFilterFactory TokenFilterFactory that creates instances ofHunspellStemFilter
.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 A dictionary (.dic) entry with its associated flags.