Uses of Interface
com.optimaize.langdetect.ngram.NgramFilter
-
Packages that use NgramFilter Package Description com.optimaize.langdetect.ngram Provides functionality for handling n-grams. -
-
Uses of NgramFilter in com.optimaize.langdetect.ngram
Classes in com.optimaize.langdetect.ngram that implement NgramFilter Modifier and Type Class Description class
BackwardsCompatibleNgramFilter
Filters those that were not generated by the old n-gram generator.class
StandardNgramFilter
Filters what is generally not desired.Methods in com.optimaize.langdetect.ngram that return NgramFilter Modifier and Type Method Description static NgramFilter
BackwardsCompatibleNgramFilter. getInstance()
static NgramFilter
StandardNgramFilter. getInstance()
Methods in com.optimaize.langdetect.ngram with parameters of type NgramFilter Modifier and Type Method Description NgramExtractor
NgramExtractor. filter(NgramFilter filter)
-