See: Description
| Class | Description |
|---|---|
| HunspellAffix |
Wrapper class representing a hunspell affix
|
| HunspellDictionary |
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.
|
| 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.
|
Dictionaries can be found on OpenOffice's wiki