Uses of Class
org.apache.lucene.analysis.hunspell.Hunspell
-
Packages that use Hunspell Package Description org.apache.lucene.analysis.hunspell 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 Hunspell Modifier and Type Field Description private Hunspell
GeneratingSuggester. speller
private Hunspell
ModifyingSuggester. speller
Methods in org.apache.lucene.analysis.hunspell with parameters of type Hunspell Modifier and Type Method Description private java.lang.String
Suggestion. cleanOutput(Hunspell speller, java.lang.String s)
Constructors in org.apache.lucene.analysis.hunspell with parameters of type Hunspell Constructor Description GeneratingSuggester(Hunspell speller)
ModifyingSuggester(Hunspell speller, java.util.LinkedHashSet<Suggestion> result, java.lang.String misspelled, WordCase wordCase)
Suggestion(java.lang.String raw, java.lang.String misspelled, WordCase originalCase, Hunspell speller)
-