Uses of Class
org.apache.lucene.analysis.hunspell.GeneratingSuggester.Weighted
-
Packages that use GeneratingSuggester.Weighted 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 GeneratingSuggester.Weighted in org.apache.lucene.analysis.hunspell
Methods in org.apache.lucene.analysis.hunspell that return types with arguments of type GeneratingSuggester.Weighted Modifier and Type Method Description private java.util.List<GeneratingSuggester.Weighted<java.lang.String>>
GeneratingSuggester. expandRoots(java.lang.String misspelled, java.util.List<GeneratingSuggester.Weighted<Root<java.lang.String>>> roots)
private java.util.List<GeneratingSuggester.Weighted<Root<java.lang.String>>>
GeneratingSuggester. findSimilarDictionaryEntries(java.lang.String word, WordCase originalCase)
private java.util.TreeSet<GeneratingSuggester.Weighted<java.lang.String>>
GeneratingSuggester. rankBySimilarity(java.lang.String word, java.util.List<GeneratingSuggester.Weighted<java.lang.String>> expanded)
Methods in org.apache.lucene.analysis.hunspell with parameters of type GeneratingSuggester.Weighted Modifier and Type Method Description int
GeneratingSuggester.Weighted. compareTo(GeneratingSuggester.Weighted<T> o)
private static boolean
GeneratingSuggester. isWorseThan(int score, CharsRef candidate, GeneratingSuggester.Weighted<Root<java.lang.String>> root)
Method parameters in org.apache.lucene.analysis.hunspell with type arguments of type GeneratingSuggester.Weighted Modifier and Type Method Description private java.util.List<GeneratingSuggester.Weighted<java.lang.String>>
GeneratingSuggester. expandRoots(java.lang.String misspelled, java.util.List<GeneratingSuggester.Weighted<Root<java.lang.String>>> roots)
private java.util.List<java.lang.String>
GeneratingSuggester. getMostRelevantSuggestions(java.util.TreeSet<GeneratingSuggester.Weighted<java.lang.String>> bySimilarity, java.util.Set<Suggestion> prevSuggestions)
private java.util.TreeSet<GeneratingSuggester.Weighted<java.lang.String>>
GeneratingSuggester. rankBySimilarity(java.lang.String word, java.util.List<GeneratingSuggester.Weighted<java.lang.String>> expanded)
-