Uses of Class
com.optimaize.langdetect.DetectedLanguage
Packages that use DetectedLanguage
-
Uses of DetectedLanguage in com.optimaize.langdetect
Fields in com.optimaize.langdetect with type parameters of type DetectedLanguageModifier and TypeFieldDescriptionprivate static final Comparator<DetectedLanguage> LanguageDetectorImpl.PROBABILITY_SORTING_COMPARATORMethods in com.optimaize.langdetect that return types with arguments of type DetectedLanguageModifier and TypeMethodDescriptionLanguageDetector.getProbabilities(CharSequence text) Returns all languages with at least some likeliness.LanguageDetectorImpl.getProbabilities(CharSequence text) private @NotNull List<DetectedLanguage> LanguageDetectorImpl.sortProbability(double[] prob) Returns the detected languages sorted by probabilities descending.Methods in com.optimaize.langdetect with parameters of type DetectedLanguageModifier and TypeMethodDescriptionintDetectedLanguage.compareTo(DetectedLanguage o) See class header.