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