| 
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
          Description
| Class Summary | |
|---|---|
| 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. | 
| HunspellStemFilterFactory | TokenFilterFactory that creates instances of HunspellStemFilter. | 
| 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. | 
Stemming TokenFilter using a Java implementation of the Hunspell stemming algorithm.
Dictionaries can be found on OpenOffice's wiki
  | 
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||