Uses of Class
com.optimaize.langdetect.ngram.NgramExtractor
-
Packages that use NgramExtractor Package Description com.optimaize.langdetect com.optimaize.langdetect.cybozu.util Provides the utility classes for language detection.com.optimaize.langdetect.ngram Provides functionality for handling n-grams.com.optimaize.langdetect.profiles Provides functionality for loading, storing and creatingLanguageProfiles. -
-
Uses of NgramExtractor in com.optimaize.langdetect
Fields in com.optimaize.langdetect declared as NgramExtractor Modifier and Type Field Description private @NotNull NgramExtractorLanguageDetectorBuilder. ngramExtractorprivate NgramExtractorLanguageDetectorImpl. ngramExtractorMethods in com.optimaize.langdetect with parameters of type NgramExtractor Modifier and Type Method Description static LanguageDetectorBuilderLanguageDetectorBuilder. create(@NotNull NgramExtractor ngramExtractor)Constructors in com.optimaize.langdetect with parameters of type NgramExtractor Constructor Description LanguageDetectorBuilder(@NotNull NgramExtractor ngramExtractor)LanguageDetectorImpl(@NotNull NgramFrequencyData ngramFrequencyData, double alpha, com.google.common.base.Optional<java.lang.Long> seed, int shortTextAlgorithm, double prefixFactor, double suffixFactor, double probabilityThreshold, double minimalConfidence, @Nullable java.util.Map<LdLocale,java.lang.Double> langWeightingMap, @NotNull NgramExtractor ngramExtractor)Use theLanguageDetectorBuilder. -
Uses of NgramExtractor in com.optimaize.langdetect.cybozu.util
Fields in com.optimaize.langdetect.cybozu.util declared as NgramExtractor Modifier and Type Field Description private static NgramExtractorUtil. ngramExtractor -
Uses of NgramExtractor in com.optimaize.langdetect.ngram
Fields in com.optimaize.langdetect.ngram declared as NgramExtractor Modifier and Type Field Description private static NgramExtractorNgramExtractors. BACKWARDSprivate static NgramExtractorNgramExtractors. STANDARDMethods in com.optimaize.langdetect.ngram that return NgramExtractor Modifier and Type Method Description static NgramExtractorNgramExtractors. backwards()The old way of doing n-grams.NgramExtractorNgramExtractor. filter(NgramFilter filter)static NgramExtractorNgramExtractor. gramLength(int gramLength)static NgramExtractorNgramExtractor. gramLengths(java.lang.Integer... gramLength)static NgramExtractorNgramExtractors. standard()The new standard n-gram algorithm.NgramExtractorNgramExtractor. 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
Fields in com.optimaize.langdetect.profiles declared as NgramExtractor Modifier and Type Field Description private NgramExtractorLanguageProfileBuilder. ngramExtractorMethods in com.optimaize.langdetect.profiles with parameters of type NgramExtractor Modifier and Type Method Description LanguageProfileBuilderLanguageProfileBuilder. ngramExtractor(@NotNull NgramExtractor ngramExtractor)
-