Uses of Class
org.apache.lucene.analysis.hunspell.Root
-
Packages that use Root 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 Root in org.apache.lucene.analysis.hunspell
Fields in org.apache.lucene.analysis.hunspell declared as Root Modifier and Type Field Description (package private) Root<CharsRef>
Hunspell.CompoundPart. root
Methods in org.apache.lucene.analysis.hunspell that return Root Modifier and Type Method Description private Root<CharsRef>
Hunspell. 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 Root Modifier and Type Method Description private java.util.List<GeneratingSuggester.Weighted<Root<java.lang.String>>>
GeneratingSuggester. findSimilarDictionaryEntries(java.lang.String word, WordCase originalCase)
Methods in org.apache.lucene.analysis.hunspell with parameters of type Root Modifier and Type Method Description int
Root. compareTo(Root<T> o)
private java.util.List<java.lang.String>
GeneratingSuggester. expandRoot(Root<java.lang.String> root, java.lang.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 Root 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)
Constructors in org.apache.lucene.analysis.hunspell with parameters of type Root Constructor Description CompoundPart(Hunspell.CompoundPart prev, CharsRef tail, int length, Root<CharsRef> root, CheckCompoundPattern enabler)
-