| Package | Description |
|---|---|
| org.apache.lucene.analysis.hunspell |
Stemming TokenFilter using a Java implementation of the
Hunspell stemming algorithm.
|
| 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.
|
| HunspellStemmer.Stem |
Stem represents all information known about a stem of a word.
|
| HunspellWord |
A dictionary (.dic) entry with its associated flags.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.