Uses of Class
org.apache.lucene.analysis.hunspell.Dictionary.Breaks
Packages that use Dictionary.Breaks
Package
Description
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.BreaksModifier and TypeFieldDescription(package private) Dictionary.Breaks
Dictionary.breaks
(package private) static final Dictionary.Breaks
Dictionary.Breaks.DEFAULT
Methods in org.apache.lucene.analysis.hunspell that return Dictionary.BreaksModifier and TypeMethodDescriptionprivate Dictionary.Breaks
Dictionary.parseBreaks
(LineNumberReader reader, String line)