Uses of Class
opennlp.tools.langdetect.LanguageDetectorConfig
-
Packages that use LanguageDetectorConfig Package Description opennlp.tools.langdetect Package related to predicting languages from samples of text. -
-
Uses of LanguageDetectorConfig in opennlp.tools.langdetect
Fields in opennlp.tools.langdetect declared as LanguageDetectorConfig Modifier and Type Field Description static LanguageDetectorConfig
LanguageDetectorConfig. DEFAULT_LANGUAGE_DETECTOR_CONFIG
Methods in opennlp.tools.langdetect with parameters of type LanguageDetectorConfig Modifier and Type Method Description ProbingLanguageDetectionResult
LanguageDetectorME. probingPredictLanguages(CharSequence content, LanguageDetectorConfig config)
This will stop processing early if the stopping criteria specified inDEFAULT_LANGUAGE_DETECTOR_CONFIG
are met.
-