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 LanguageDetectorConfigLanguageDetectorConfig. DEFAULT_LANGUAGE_DETECTOR_CONFIGMethods in opennlp.tools.langdetect with parameters of type LanguageDetectorConfig Modifier and Type Method Description ProbingLanguageDetectionResultLanguageDetectorME. probingPredictLanguages(CharSequence content, LanguageDetectorConfig config)This will stop processing early if the stopping criteria specified inDEFAULT_LANGUAGE_DETECTOR_CONFIGare met.
-