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.BreaksDictionary. breaks(package private) static Dictionary.BreaksDictionary.Breaks. DEFAULTMethods in org.apache.lucene.analysis.hunspell that return Dictionary.Breaks Modifier and Type Method Description private Dictionary.BreaksDictionary. parseBreaks(java.io.LineNumberReader reader, java.lang.String line)
-