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 HunspellGeneratingSuggester.spellerprivate final HunspellModifyingSuggester.spellerMethods in org.apache.lucene.analysis.hunspell with parameters of type HunspellModifier and TypeMethodDescriptionprivate StringSuggestion.cleanOutput(Hunspell speller, String s) Constructors in org.apache.lucene.analysis.hunspell with parameters of type HunspellModifierConstructorDescription(package private)GeneratingSuggester(Hunspell speller) (package private)ModifyingSuggester(Hunspell speller, LinkedHashSet<Suggestion> result, String misspelled, WordCase wordCase) (package private)Suggestion(String raw, String misspelled, WordCase originalCase, Hunspell speller)