Package org.apache.lucene.analysis.hunspell
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
-
ClassesClassDescriptionWrapper class representing a hunspell affixIn-memory structure for the dictionary (.dic) and affix (.aff) data of a hunspell dictionary.TokenFilter that uses hunspell affix rules and words to stem tokens.TokenFilterFactory that creates instances of
HunspellStemFilter.HunspellStemmer uses the affix rules declared in the HunspellDictionary to generate one or more stems for a word.Stem represents all information known about a stem of a word.A dictionary (.dic) entry with its associated flags.