Uses of Class
org.apache.lucene.analysis.hunspell.Root
Packages that use Root
Package
Description
A Java implementation of Hunspell stemming and
spell-checking algorithms (
Hunspell), and a stemming
TokenFilter (HunspellStemFilter) based on it.-
Uses of Root in org.apache.lucene.analysis.hunspell
Fields in org.apache.lucene.analysis.hunspell declared as RootMethods in org.apache.lucene.analysis.hunspell that return RootModifier and TypeMethodDescriptionHunspell.findStem(char[] wordChars, int offset, int length, WordCase originalCase, WordContext context) Methods in org.apache.lucene.analysis.hunspell that return types with arguments of type RootModifier and TypeMethodDescriptionprivate List<GeneratingSuggester.Weighted<Root<String>>> GeneratingSuggester.findSimilarDictionaryEntries(String word, WordCase originalCase) Methods in org.apache.lucene.analysis.hunspell with parameters of type RootModifier and TypeMethodDescriptionintGeneratingSuggester.expandRoot(Root<String> root, String misspelled) private booleanCheckCompoundPattern.hasAllFlags(Root<?> root, char[] flags) private booleanGeneratingSuggester.hasCompatibleFlags(Root<?> root, int affixId) private booleanHunspell.hasForceUCaseProblem(Root<?> root, WordCase originalCase, char[] wordChars) (package private) booleanHunspell.CompoundPart.mayCompound(Root<CharsRef> nextRoot, int nextPartLength, WordCase originalCase) (package private) booleanCheckCompoundPattern.prohibitsCompounding(CharsRef word, int breakPos, Root<?> rootBefore, Root<?> rootAfter) Method parameters in org.apache.lucene.analysis.hunspell with type arguments of type RootModifier and TypeMethodDescriptionprivate List<GeneratingSuggester.Weighted<String>> GeneratingSuggester.expandRoots(String misspelled, List<GeneratingSuggester.Weighted<Root<String>>> roots) private static booleanGeneratingSuggester.isWorseThan(int score, CharsRef candidate, GeneratingSuggester.Weighted<Root<String>> root) Constructors in org.apache.lucene.analysis.hunspell with parameters of type RootModifierConstructorDescription(package private)CompoundPart(Hunspell.CompoundPart prev, CharsRef tail, int length, Root<CharsRef> root, CheckCompoundPattern enabler)