Uses of Class
org.apache.lucene.analysis.hunspell.GeneratingSuggester.Weighted
Packages that use GeneratingSuggester.Weighted
Package
Description
A Java implementation of Hunspell stemming and
spell-checking algorithms (
Hunspell), and a stemming
TokenFilter (HunspellStemFilter) based on it.-
Uses of GeneratingSuggester.Weighted in org.apache.lucene.analysis.hunspell
Methods in org.apache.lucene.analysis.hunspell that return types with arguments of type GeneratingSuggester.WeightedModifier and TypeMethodDescriptionprivate List<GeneratingSuggester.Weighted<String>> GeneratingSuggester.expandRoots(String misspelled, List<GeneratingSuggester.Weighted<Root<String>>> roots) private List<GeneratingSuggester.Weighted<Root<String>>> GeneratingSuggester.findSimilarDictionaryEntries(String word, WordCase originalCase) private TreeSet<GeneratingSuggester.Weighted<String>> GeneratingSuggester.rankBySimilarity(String word, List<GeneratingSuggester.Weighted<String>> expanded) Methods in org.apache.lucene.analysis.hunspell with parameters of type GeneratingSuggester.WeightedModifier and TypeMethodDescriptionintGeneratingSuggester.Weighted.compareTo(GeneratingSuggester.Weighted<T> o) private static booleanGeneratingSuggester.isWorseThan(int score, CharsRef candidate, GeneratingSuggester.Weighted<Root<String>> root) Method parameters in org.apache.lucene.analysis.hunspell with type arguments of type GeneratingSuggester.WeightedModifier and TypeMethodDescriptionprivate List<GeneratingSuggester.Weighted<String>> GeneratingSuggester.expandRoots(String misspelled, List<GeneratingSuggester.Weighted<Root<String>>> roots) GeneratingSuggester.getMostRelevantSuggestions(TreeSet<GeneratingSuggester.Weighted<String>> bySimilarity, Set<Suggestion> prevSuggestions) private TreeSet<GeneratingSuggester.Weighted<String>> GeneratingSuggester.rankBySimilarity(String word, List<GeneratingSuggester.Weighted<String>> expanded)