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 TypeClassDescriptionclassFilters those that were not generated by the old n-gram generator.classFilters what is generally not desired.Fields in com.optimaize.langdetect.ngram declared as NgramFilterMethods in com.optimaize.langdetect.ngram that return NgramFilterModifier and TypeMethodDescriptionstatic NgramFilterBackwardsCompatibleNgramFilter.getInstance()static NgramFilterStandardNgramFilter.getInstance()Methods in com.optimaize.langdetect.ngram with parameters of type NgramFilterConstructors in com.optimaize.langdetect.ngram with parameters of type NgramFilterModifierConstructorDescriptionprivateNgramExtractor(@NotNull List<Integer> gramLengths, @Nullable NgramFilter filter, @Nullable Character textPadding)