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 classBackwardsCompatibleNgramFilterFilters those that were not generated by the old n-gram generator.classStandardNgramFilterFilters what is generally not desired.Fields in com.optimaize.langdetect.ngram declared as NgramFilter Modifier and Type Field Description private @Nullable NgramFilterNgramExtractor. filterMethods in com.optimaize.langdetect.ngram that return NgramFilter Modifier and Type Method Description static NgramFilterBackwardsCompatibleNgramFilter. getInstance()static NgramFilterStandardNgramFilter. getInstance()Methods in com.optimaize.langdetect.ngram with parameters of type NgramFilter Modifier and Type Method Description NgramExtractorNgramExtractor. filter(NgramFilter filter)Constructors in com.optimaize.langdetect.ngram with parameters of type NgramFilter Constructor Description NgramExtractor(@NotNull java.util.List<java.lang.Integer> gramLengths, @Nullable NgramFilter filter, @Nullable java.lang.Character textPadding)
-