Uses of Record 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 TypeMethodDescriptionint
GeneratingSuggester.expandRoot
(Root<String> root, String misspelled) private boolean
CheckCompoundPattern.hasAllFlags
(Root<?> root, char[] flags) private boolean
GeneratingSuggester.hasCompatibleFlags
(Root<?> root, int affixId) private boolean
Hunspell.hasForceUCaseProblem
(Root<?> root, WordCase originalCase, char[] wordChars) (package private) boolean
Hunspell.CompoundPart.mayCompound
(Root<CharsRef> nextRoot, int nextPartLength, WordCase originalCase) (package private) boolean
CheckCompoundPattern.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 boolean
GeneratingSuggester.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)