Uses of Class
opennlp.tools.langdetect.Language
-
Packages that use Language Package Description opennlp.tools.langdetect -
-
Uses of Language in opennlp.tools.langdetect
Methods in opennlp.tools.langdetect that return Language Modifier and Type Method Description Language
LanguageSample. getLanguage()
Language[]
ProbingLanguageDetectionResult. getLanguages()
Language
LanguageDetector. predictLanguage(CharSequence content)
Language
LanguageDetectorME. predictLanguage(CharSequence content)
This will process the full content length.Language[]
LanguageDetector. predictLanguages(CharSequence content)
Language[]
LanguageDetectorME. predictLanguages(CharSequence content)
This will process the full content length.Constructors in opennlp.tools.langdetect with parameters of type Language Constructor Description LanguageSample(Language language, CharSequence context)
ProbingLanguageDetectionResult(Language[] languages, int length)
-