Uses of Package
org.apache.lucene.analysis.hunspell
-
Packages that use org.apache.lucene.analysis.hunspell Package Description org.apache.lucene.analysis.hunspell Stemming TokenFilter using a Java implementation of the Hunspell stemming algorithm. -
Classes in org.apache.lucene.analysis.hunspell used by org.apache.lucene.analysis.hunspell Class Description HunspellAffix Wrapper class representing a hunspell affixHunspellDictionary In-memory structure for the dictionary (.dic) and affix (.aff) data of a hunspell dictionary.HunspellStemmer.Stem Stem represents all information known about a stem of a word.HunspellWord A dictionary (.dic) entry with its associated flags.