Uses of Class
org.apache.lucene.analysis.hunspell.ConvTable
-
Packages that use ConvTable 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 ConvTable in org.apache.lucene.analysis.hunspell
Fields in org.apache.lucene.analysis.hunspell declared as ConvTable Modifier and Type Field Description (package private) ConvTable
Dictionary. iconv
(package private) ConvTable
Dictionary. oconv
Methods in org.apache.lucene.analysis.hunspell that return ConvTable Modifier and Type Method Description private ConvTable
Dictionary. parseConversions(java.io.LineNumberReader reader, int num)
-