Uses of Interface
org.apache.lucene.analysis.hunspell.NGramFragmentChecker.NGramConsumer
Packages that use NGramFragmentChecker.NGramConsumer
Package
Description
A Java implementation of Hunspell stemming and
spell-checking algorithms (
Hunspell
), and a stemming
TokenFilter (HunspellStemFilter
) based on it.-
Uses of NGramFragmentChecker.NGramConsumer in org.apache.lucene.analysis.hunspell
Methods in org.apache.lucene.analysis.hunspell with parameters of type NGramFragmentChecker.NGramConsumerModifier and TypeMethodDescriptionstatic void
NGramFragmentChecker.processNGrams
(int n, Dictionary dictionary, Runnable checkCanceled, NGramFragmentChecker.NGramConsumer consumer) Traverse the whole dictionary, generate all word forms of its entries, and process all n-grams in these word forms.