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