AffixCondition |
Checks the "condition" part of affix definition, as in
|
AffixKind |
|
CheckCompoundPattern |
|
CompoundRule |
|
ConvTable |
ICONV or OCONV replacement table
|
DictEntries |
An object representing homonym dictionary entries.
|
Dictionary |
In-memory structure for the dictionary (.dic) and affix (.aff) data of a hunspell dictionary.
|
Dictionary.Breaks |
Possible word breaks according to BREAK directives
|
Dictionary.FlagParsingStrategy |
Abstraction of the process of parsing flags taken from the affix and dic files
|
FlagEnumerator |
A structure similar to BytesRefHash , but specialized for sorted
char sequences used for Hunspell flags.
|
FlagEnumerator.Lookup |
|
GeneratingSuggester.AffixProcessor |
|
GeneratingSuggester.Weighted |
|
Hunspell |
A spell checker based on Hunspell dictionaries.
|
Hunspell.CompoundPart |
|
RepEntry |
|
Root |
|
Stemmer |
Stemmer uses the affix rules declared in the Dictionary to generate one or more stems for a word.
|
Stemmer.CaseVariationProcessor |
|
Stemmer.RootProcessor |
|
Suggestion |
|
SuggestionTimeoutException |
|
TimeoutPolicy |
A strategy determining what to do when Hunspell API calls take too much time
|
WordCase |
|
WordCase.CharCase |
|
WordContext |
|
WordStorage |
A data structure for memory-efficient word storage and fast lookup/enumeration.
|