Uses of Class
com.optimaize.langdetect.ngram.NgramExtractor
Packages that use NgramExtractor
Package
Description
Provides functionality for handling n-grams.
Provides functionality for loading, storing and creating
LanguageProfiles.-
Uses of NgramExtractor in com.optimaize.langdetect
Methods in com.optimaize.langdetect with parameters of type NgramExtractorModifier and TypeMethodDescriptionstatic LanguageDetectorBuilderLanguageDetectorBuilder.create(@NotNull NgramExtractor ngramExtractor) -
Uses of NgramExtractor in com.optimaize.langdetect.ngram
Methods in com.optimaize.langdetect.ngram that return NgramExtractorModifier and TypeMethodDescriptionstatic NgramExtractorNgramExtractors.backwards()The old way of doing n-grams.NgramExtractor.filter(NgramFilter filter) static NgramExtractorNgramExtractor.gramLength(int gramLength) static NgramExtractorNgramExtractor.gramLengths(Integer... gramLength) static NgramExtractorNgramExtractors.standard()The new standard n-gram algorithm.NgramExtractor.textPadding(char textPadding) To ensure having border grams, this character is added to the left and right of the text. -
Uses of NgramExtractor in com.optimaize.langdetect.profiles
Methods in com.optimaize.langdetect.profiles with parameters of type NgramExtractorModifier and TypeMethodDescriptionLanguageProfileBuilder.ngramExtractor(@NotNull NgramExtractor ngramExtractor)