Uses of Class
com.optimaize.langdetect.DetectedLanguage
-
Packages that use DetectedLanguage Package Description com.optimaize.langdetect -
-
Uses of DetectedLanguage in com.optimaize.langdetect
Methods in com.optimaize.langdetect that return types with arguments of type DetectedLanguage Modifier and Type Method Description List<DetectedLanguage>
LanguageDetector. getProbabilities(CharSequence text)
Returns all languages with at least some likeliness.List<DetectedLanguage>
LanguageDetectorImpl. getProbabilities(CharSequence text)
Methods in com.optimaize.langdetect with parameters of type DetectedLanguage Modifier and Type Method Description int
DetectedLanguage. compareTo(DetectedLanguage o)
See class header.
-