Uses of Class
opennlp.tools.langdetect.Language
Packages that use Language
Package
Description
Package related to predicting languages from samples of text.
-
Uses of Language in opennlp.tools.langdetect
Methods in opennlp.tools.langdetect that return LanguageModifier and TypeMethodDescriptionLanguageSample.language()
Returns the value of thelanguage
record component.Language[]
ProbingLanguageDetectionResult.languages()
Returns the value of thelanguages
record component.LanguageDetector.predictLanguage
(CharSequence content) Predicts theLanguage
for the fullcontent
length.LanguageDetectorME.predictLanguage
(CharSequence content) Language[]
LanguageDetector.predictLanguages
(CharSequence content) Predicts thelanguages
for the fullcontent
length.Language[]
LanguageDetectorME.predictLanguages
(CharSequence content) Constructors in opennlp.tools.langdetect with parameters of type LanguageModifierConstructorDescriptionLanguageSample
(Language language, CharSequence context) Creates an instance of aLanguageSample
record class.ProbingLanguageDetectionResult
(Language[] languages, int length) Creates an instance of aProbingLanguageDetectionResult
record class.