Name |
Description |
HunspellAffix |
|
HunspellDictionary |
|
HunspellDictionary.DoubleASCIIFlagParsingStrategy |
Implementation of {@link FlagParsingStrategy} that assumes each flag is encoded as two ASCII characters whose codes must be combined into a single character. |
HunspellDictionary.FlagParsingStrategy |
Abstraction of the process of parsing flags taken from the affix and dic files |
HunspellDictionary.NumFlagParsingStrategy |
Implementation of {@link FlagParsingStrategy} that assumes each flag is encoded in its numerical form. In the case of multiple flags, each number is separated by a comma. |
HunspellDictionary.SimpleFlagParsingStrategy |
Simple implementation of {@link FlagParsingStrategy} that treats the chars in each String as a individual flags. Can be used with both the ASCII and UTF-8 flag types. |
HunspellStem |
|
HunspellStemFilter |
TokenFilter that uses hunspell affix rules and words to stem tokens. Since hunspell supports a word having multiple stems, this filter can emit multiple tokens for each consumed token. |
HunspellStemmer |
HunspellStemmer uses the affix rules declared in the HunspellDictionary to generate one or more stems for a word. It conforms to the algorithm in the original hunspell algorithm, including recursive suffix stripping. |
HunspellWord |
|
ISO8859_14Decoder |
|
ISO8859_14Encoding |
|
Stemmer |
Stemmer uses the affix rules declared in the Dictionary to generate one or more stems for a word. It conforms to the algorithm in the original hunspell algorithm, including recursive suffix stripping. |
StemmerTestBase |
base class for hunspell stemmer tests |
TestAllDictionaries |
|
TestAllDictionaries2 |
|
TestCaseInsensitive |
|
TestCircumfix_ |
|
TestComplexPrefix |
|
TestCondition |
|
TestConv |
|
TestDependencies_ |
|
TestDictionary |
|
TestDictionary.CloseCheckInputStream |
|
TestEscaped |
|
TestFlagLong |
|
TestFlagNum |
|
TestHomonyms |
|
TestHunspellStemFilter |
|
TestHunspellStemFilter.AnalyzerAnonymousInnerClassHelper |
|
TestHunspellStemFilter.AnalyzerAnonymousInnerClassHelper2 |
|
TestHunspellStemFilter.AnalyzerAnonymousInnerClassHelper3 |
|
TestIgnore |
|
TestMorph |
|
TestOptionalCondition |
|
TestStemmer |
|
TestTwoFold |
|