Package | Description |
---|---|
opennlp.tools.langdetect |
Modifier and Type | Method and Description |
---|---|
ProbingLanguageDetectionResult |
LanguageDetectorME.probingPredictLanguages(CharSequence content)
This will stop processing early if the stopping criteria
specified in
LanguageDetectorConfig.DEFAULT_LANGUAGE_DETECTOR_CONFIG
are met. |
ProbingLanguageDetectionResult |
LanguageDetectorME.probingPredictLanguages(CharSequence content,
LanguageDetectorConfig config)
This will stop processing early if the stopping criteria
specified in
LanguageDetectorConfig.DEFAULT_LANGUAGE_DETECTOR_CONFIG
are met. |
Copyright © 2021 The Apache Software Foundation. All rights reserved.