Uses of Package
org.apache.lucene.analysis.hunspell
Packages that use org.apache.lucene.analysis.hunspell
Package
Description
A Java implementation of Hunspell stemming and
spell-checking algorithms (
Hunspell
), and a stemming
TokenFilter (HunspellStemFilter
) based on it.-
Classes in org.apache.lucene.analysis.hunspell used by org.apache.lucene.analysis.hunspellClassDescriptionChecks the "condition" part of affix definition, as inICONV or OCONV replacement tableAn object representing homonym dictionary entries.In-memory structure for the dictionary (.dic) and affix (.aff) data of a hunspell dictionary.Possible word breaks according to BREAK directivesAbstraction of the process of parsing flags taken from the affix and dic filesA structure similar to
BytesRefHash
, but specialized for sorted char sequences used for Hunspell flags.A spell checker based on Hunspell dictionaries.Stemmer uses the affix rules declared in the Dictionary to generate one or more stems for a word.An exception thrown whenHunspell.suggest(java.lang.String)
call takes too long, ifTimeoutPolicy.THROW_EXCEPTION
is used.A strategy determining what to do when Hunspell API calls take too much timeA data structure for memory-efficient word storage and fast lookup/enumeration.