Uses of Class
com.optimaize.langdetect.NgramFrequencyData
Packages that use NgramFrequencyData
-
Uses of NgramFrequencyData in com.optimaize.langdetect
Fields in com.optimaize.langdetect declared as NgramFrequencyDataModifier and TypeFieldDescriptionprivate final @NotNull NgramFrequencyData
LanguageDetectorImpl.ngramFrequencyData
Methods in com.optimaize.langdetect that return NgramFrequencyDataModifier and TypeMethodDescriptionstatic @NotNull NgramFrequencyData
NgramFrequencyData.create
(@NotNull Collection<LanguageProfile> languageProfiles, @NotNull Collection<Integer> gramLengths) Constructors in com.optimaize.langdetect with parameters of type NgramFrequencyDataModifierConstructorDescription(package private)
LanguageDetectorImpl
(@NotNull NgramFrequencyData ngramFrequencyData, double alpha, com.google.common.base.Optional<Long> seed, int shortTextAlgorithm, double prefixFactor, double suffixFactor, double probabilityThreshold, double minimalConfidence, @Nullable Map<LdLocale, Double> langWeightingMap, @NotNull NgramExtractor ngramExtractor) Use theLanguageDetectorBuilder
.