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 ProbingLanguageDetectionResultLanguageDetectorME. probingPredictLanguages(CharSequence content)This will stop processing early if the stopping criteria specified inLanguageDetectorConfig.DEFAULT_LANGUAGE_DETECTOR_CONFIGare met.ProbingLanguageDetectionResultLanguageDetectorME. probingPredictLanguages(CharSequence content, LanguageDetectorConfig config)This will stop processing early if the stopping criteria specified inLanguageDetectorConfig.DEFAULT_LANGUAGE_DETECTOR_CONFIGare met.
-