AffixCondition |
Checks the "condition" part of affix definition, as in
|
AffixedWord |
An object representing the analysis result of a simple (non-compound) word
|
AffixedWord.Affix |
An object representing a prefix or a suffix applied to a word stem
|
AffixKind |
|
CheckCompoundPattern |
|
CompoundRule |
|
ConvTable |
ICONV or OCONV replacement table
|
DictEntries |
An object representing homonym dictionary entries.
|
DictEntry |
An object representing *.dic file entry with its word, flags and morphological data.
|
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
|
EntrySuggestion |
|
FlagEnumerator |
A structure similar to BytesRefHash , but specialized for sorted
char sequences used for Hunspell flags.
|
FlagEnumerator.Lookup |
|
FragmentChecker |
An oracle for quickly checking that a specific part of a word can never be a valid word.
|
GeneratingSuggester.AffixProcessor |
|
GeneratingSuggester.Weighted |
|
Hunspell |
A spell checker based on Hunspell dictionaries.
|
Hunspell.CompoundPart |
|
NGramFragmentChecker |
A FragmentChecker based on all character n-grams possible in a certain language, keeping
them in a relatively memory-efficient, but probabilistic data structure.
|
NGramFragmentChecker.NGramConsumer |
A callback for n-gram ranges in words
|
RepEntry |
|
Root |
|
SortingStrategy |
The strategy defining how a Hunspell dictionary should be loaded, with different tradeoffs.
|
SortingStrategy.EntryAccumulator |
|
SortingStrategy.EntrySupplier |
|
Stemmer |
Stemmer uses the affix rules declared in the Dictionary to generate one or more stems for a word.
|
Stemmer.CaseVariationProcessor |
|
Stemmer.RootProcessor |
|
Stemmer.StemCandidateProcessor |
|
Suggester |
A generator for misspelled word corrections based on Hunspell flags.
|
SuggestibleEntryCache |
A cache allowing for CPU-cache-friendlier iteration over WordStorage entries that can be
used for suggestions.
|
Suggestion |
|
SuggestionTimeoutException |
|
TimeoutPolicy |
A strategy determining what to do when Hunspell API calls take too much time
|
WordCase |
|
WordCase.CharCase |
|
WordContext |
|
WordFormGenerator.AffixEntry |
|
WordFormGenerator.FlagSet |
|
WordFormGenerator.State |
|
WordFormGenerator.WordCompressor.StemWithFlags |
|
WordStorage |
A data structure for memory-efficient word storage and fast lookup/enumeration.
|