Uses of Interface
com.optimaize.langdetect.ngram.NgramFilter
Packages that use NgramFilter
-
Uses of NgramFilter in com.optimaize.langdetect.ngram
Classes in com.optimaize.langdetect.ngram that implement NgramFilterModifier and TypeClassDescriptionclass
Filters those that were not generated by the old n-gram generator.class
Filters what is generally not desired.Fields in com.optimaize.langdetect.ngram declared as NgramFilterMethods in com.optimaize.langdetect.ngram that return NgramFilterModifier and TypeMethodDescriptionstatic NgramFilter
BackwardsCompatibleNgramFilter.getInstance()
static NgramFilter
StandardNgramFilter.getInstance()
Methods in com.optimaize.langdetect.ngram with parameters of type NgramFilterConstructors in com.optimaize.langdetect.ngram with parameters of type NgramFilterModifierConstructorDescriptionprivate
NgramExtractor
(@NotNull List<Integer> gramLengths, @Nullable NgramFilter filter, @Nullable Character textPadding)