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)
private java.util.List<java.lang.String>
Suggester. modifyChunksBetweenDashes(java.lang.String word, Hunspell speller, java.lang.Runnable checkCanceled)
Constructors in org.apache.lucene.analysis.hunspell with parameters of type Hunspell Constructor Description GeneratingSuggester(Hunspell speller, SuggestibleEntryCache entryCache)
ModifyingSuggester(Hunspell speller, java.util.LinkedHashSet<Suggestion> result, java.lang.String misspelled, WordCase wordCase, FragmentChecker checker)
Suggestion(java.lang.String raw, java.lang.String misspelled, WordCase originalCase, Hunspell speller)
-