Uses of Class
org.apache.lucene.analysis.hunspell.RepEntry
-
Packages that use RepEntry 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 RepEntry in org.apache.lucene.analysis.hunspell
Fields in org.apache.lucene.analysis.hunspell with type parameters of type RepEntry Modifier and Type Field Description (package private) java.util.List<RepEntry>
Dictionary. repTable
-