Uses of Class
org.apache.tika.language.detect.LanguageResult
Package
Description
-
Uses of LanguageResult in org.apache.tika.eval.core.langid
-
Uses of LanguageResult in org.apache.tika.eval.core.textstats
Modifier and TypeMethodDescriptionCommonTokens.calculate
(List<LanguageResult> languages, TokenCounts tokenCounts) CommonTokensBhattacharyya.calculate
(List<LanguageResult> languages, TokenCounts tokenCounts) CommonTokensCosine.calculate
(List<LanguageResult> languages, TokenCounts tokenCounts) CommonTokensHellinger.calculate
(List<LanguageResult> languages, TokenCounts tokenCounts) CommonTokensKLDivergence.calculate
(List<LanguageResult> languages, TokenCounts tokenCounts) CommonTokensKLDNormed.calculate
(List<LanguageResult> languages, TokenCounts tokenCounts) LanguageAwareTokenCountStats.calculate
(List<LanguageResult> languages, TokenCounts tokenCounts) -
Uses of LanguageResult in org.apache.tika.langdetect.lingo24
-
Uses of LanguageResult in org.apache.tika.langdetect.mitll
-
Uses of LanguageResult in org.apache.tika.langdetect.opennlp
-
Uses of LanguageResult in org.apache.tika.langdetect.optimaize
Modifier and TypeMethodDescriptionOptimaizeLangDetector.detectAll()
Detect languages based on previously submitted text (via addText calls). -
Uses of LanguageResult in org.apache.tika.langdetect.tika
-
Uses of LanguageResult in org.apache.tika.language.detect
Modifier and TypeMethodDescriptionLanguageDetector.detect()
LanguageDetector.detect
(CharSequence text) LanguageHandler.getLanguage()
Returns the detected language based on text handled thus far.LanguageWriter.getLanguage()
Returns the detected language based on text written thus far.Modifier and TypeMethodDescriptionabstract List<LanguageResult>
LanguageDetector.detectAll()
Detect languages based on previously submitted text (via addText calls).Utility wrapper that detects the language of a given chunk of text. -
Uses of LanguageResult in org.apache.tika.language.translate.impl
Modifier and TypeMethodDescriptionprotected LanguageResult
AbstractTranslator.detectLanguage
(String text)