Uses of Class
org.apache.lucene.analysis.hunspell.Dictionary.Breaks
-
Packages that use Dictionary.Breaks 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 Dictionary.Breaks in org.apache.lucene.analysis.hunspell
Fields in org.apache.lucene.analysis.hunspell declared as Dictionary.Breaks Modifier and Type Field Description (package private) Dictionary.Breaks
Dictionary. breaks
(package private) static Dictionary.Breaks
Dictionary.Breaks. DEFAULT
Methods in org.apache.lucene.analysis.hunspell that return Dictionary.Breaks Modifier and Type Method Description private Dictionary.Breaks
Dictionary. parseBreaks(java.io.LineNumberReader reader, java.lang.String line)
-