Uses of Class
org.apache.lucene.analysis.hunspell.Suggestion
Packages that use Suggestion
Package
Description
A Java implementation of Hunspell stemming and
spell-checking algorithms (
Hunspell
), and a stemming
TokenFilter (HunspellStemFilter
) based on it.-
Uses of Suggestion in org.apache.lucene.analysis.hunspell
Fields in org.apache.lucene.analysis.hunspell with type parameters of type SuggestionModifier and TypeFieldDescriptionprivate final LinkedHashSet<Suggestion>
ModifyingSuggester.result
Methods in org.apache.lucene.analysis.hunspell that return SuggestionModifier and TypeMethodDescriptionprivate Suggestion
ModifyingSuggester.capitalizeAfterSpace
(String candidate) private Suggestion
ModifyingSuggester.createSuggestion
(String candidate) Methods in org.apache.lucene.analysis.hunspell that return types with arguments of type SuggestionModifier and TypeMethodDescriptionprivate List<Suggestion>
ModifyingSuggester.checkDictionaryForSplitSuggestions
(String word) Method parameters in org.apache.lucene.analysis.hunspell with type arguments of type SuggestionModifier and TypeMethodDescriptionprivate Runnable
Hunspell.checkTimeLimit
(String word, Set<Suggestion> suggestions, long timeLimitMs) private void
Hunspell.doSuggest
(String word, WordCase wordCase, LinkedHashSet<Suggestion> suggestions, Runnable checkCanceled) GeneratingSuggester.getMostRelevantSuggestions
(TreeSet<GeneratingSuggester.Weighted<String>> bySimilarity, Set<Suggestion> prevSuggestions) Hunspell.postprocess
(Collection<Suggestion> suggestions) GeneratingSuggester.suggest
(String word, WordCase originalCase, Set<Suggestion> prevSuggestions) Constructor parameters in org.apache.lucene.analysis.hunspell with type arguments of type SuggestionModifierConstructorDescription(package private)
ModifyingSuggester
(Hunspell speller, LinkedHashSet<Suggestion> result, String misspelled, WordCase wordCase)