Uses of Class
opennlp.tools.langdetect.Language
Packages that use Language
-
Uses of Language in opennlp.tools.langdetect
Methods in opennlp.tools.langdetect that return LanguageModifier and TypeMethodDescriptionLanguageSample.language()Returns the value of thelanguagerecord component.LanguageDetector.predictLanguage(CharSequence content) Predicts theLanguagefor the fullcontentlength.Language[]LanguageDetector.predictLanguages(CharSequence content) Predicts thelanguagesfor the fullcontentlength.Constructors in opennlp.tools.langdetect with parameters of type LanguageModifierConstructorDescriptionLanguageSample(Language language, CharSequence context) Creates an instance of aLanguageSamplerecord class.