Uses of Class
opennlp.tools.langdetect.Language
-
Packages that use Language Package Description opennlp.tools.langdetect Package related to predicting languages from samples of text. -
-
Uses of Language in opennlp.tools.langdetect
Methods in opennlp.tools.langdetect that return Language Modifier and Type Method Description LanguageLanguageSample. getLanguage()Language[]ProbingLanguageDetectionResult. getLanguages()LanguageLanguageDetector. predictLanguage(CharSequence content)Predicts theLanguagefor the fullcontentlength.LanguageLanguageDetectorME. predictLanguage(CharSequence content)Language[]LanguageDetector. predictLanguages(CharSequence content)Predicts thelanguagesfor the fullcontentlength.Language[]LanguageDetectorME. predictLanguages(CharSequence content)Constructors in opennlp.tools.langdetect with parameters of type Language Constructor Description LanguageSample(Language language, CharSequence context)ProbingLanguageDetectionResult(Language[] languages, int length)
-