| Package | Description |
|---|---|
| org.apache.lucene.analysis.hunspell |
Stemming TokenFilter using a Java implementation of the
Hunspell stemming algorithm.
|
| Class and Description |
|---|
| Dictionary
In-memory structure for the dictionary (.dic) and affix (.aff)
data of a hunspell dictionary.
|
| Dictionary.FlagParsingStrategy
Abstraction of the process of parsing flags taken from the affix and dic files
|
| Stemmer
Stemmer uses the affix rules declared in the Dictionary to generate one or more stems for a word.
|