Uses of Class
org.apache.lucene.analysis.hunspell.EntrySuggestion
-
Packages that use EntrySuggestion 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 EntrySuggestion in org.apache.lucene.analysis.hunspell
Methods in org.apache.lucene.analysis.hunspell that return EntrySuggestion Modifier and Type Method Description EntrySuggestion
Hunspell. compress(java.util.List<java.lang.String> words)
Given a list of words, try to produce a smaller set of dictionary entries (with some flags) that would generate these words.EntrySuggestion
WordFormGenerator. compress(java.util.List<java.lang.String> words, java.util.Set<java.lang.String> forbidden, java.lang.Runnable checkCanceled)
Given a list of words, try to produce a smaller set of dictionary entries (with some flags) that would generate these words.(package private) EntrySuggestion
WordFormGenerator.WordCompressor. compress()
(package private) EntrySuggestion
WordFormGenerator.WordCompressor. toSuggestion(WordFormGenerator.State state)
-