Uses of Class
org.apache.lucene.analysis.hunspell.Hunspell
Packages that use Hunspell
Package
Description
A Java implementation of Hunspell stemming and
spell-checking algorithms (
Hunspell
), and a stemming
TokenFilter (HunspellStemFilter
) based on it.-
Uses of Hunspell in org.apache.lucene.analysis.hunspell
Fields in org.apache.lucene.analysis.hunspell declared as HunspellModifier and TypeFieldDescriptionprivate final Hunspell
GeneratingSuggester.speller
private final Hunspell
ModifyingSuggester.speller
Methods in org.apache.lucene.analysis.hunspell with parameters of type HunspellModifier and TypeMethodDescriptionprivate String
Suggestion.cleanOutput
(Hunspell speller, String s) Suggester.modifyChunksBetweenDashes
(String word, Hunspell speller, Runnable checkCanceled) Constructors in org.apache.lucene.analysis.hunspell with parameters of type HunspellModifierConstructorDescription(package private)
GeneratingSuggester
(Hunspell speller, SuggestibleEntryCache entryCache) (package private)
ModifyingSuggester
(Hunspell speller, LinkedHashSet<Suggestion> result, String misspelled, WordCase wordCase, FragmentChecker checker) (package private)
Suggestion
(String raw, String misspelled, WordCase originalCase, Hunspell speller)