Uses of Class
org.apache.tika.language.detect.LanguageResult
- 
- 
Uses of LanguageResult in org.apache.tika.eval.core.langidMethods in org.apache.tika.eval.core.langid that return types with arguments of type LanguageResult Modifier and Type Method Description List<LanguageResult>LanguageIDWrapper. calculate(String txt)
- 
Uses of LanguageResult in org.apache.tika.eval.core.textstatsMethod parameters in org.apache.tika.eval.core.textstats with type arguments of type LanguageResult Modifier and Type Method Description CommonTokenResultCommonTokens. calculate(List<LanguageResult> languages, TokenCounts tokenCounts)DoubleCommonTokensBhattacharyya. calculate(List<LanguageResult> languages, TokenCounts tokenCounts)DoubleCommonTokensCosine. calculate(List<LanguageResult> languages, TokenCounts tokenCounts)DoubleCommonTokensHellinger. calculate(List<LanguageResult> languages, TokenCounts tokenCounts)DoubleCommonTokensKLDivergence. calculate(List<LanguageResult> languages, TokenCounts tokenCounts)DoubleCommonTokensKLDNormed. calculate(List<LanguageResult> languages, TokenCounts tokenCounts)TLanguageAwareTokenCountStats. calculate(List<LanguageResult> languages, TokenCounts tokenCounts)
- 
Uses of LanguageResult in org.apache.tika.langdetect.lingo24Methods in org.apache.tika.langdetect.lingo24 that return types with arguments of type LanguageResult Modifier and Type Method Description List<LanguageResult>Lingo24LangDetector. detectAll()
- 
Uses of LanguageResult in org.apache.tika.langdetect.mitllMethods in org.apache.tika.langdetect.mitll that return types with arguments of type LanguageResult Modifier and Type Method Description List<LanguageResult>TextLangDetector. detectAll()
- 
Uses of LanguageResult in org.apache.tika.langdetect.opennlpMethods in org.apache.tika.langdetect.opennlp that return types with arguments of type LanguageResult Modifier and Type Method Description List<LanguageResult>OpenNLPDetector. detectAll()
- 
Uses of LanguageResult in org.apache.tika.langdetect.optimaizeMethods in org.apache.tika.langdetect.optimaize that return types with arguments of type LanguageResult Modifier and Type Method Description List<LanguageResult>OptimaizeLangDetector. detectAll()Detect languages based on previously submitted text (via addText calls).
- 
Uses of LanguageResult in org.apache.tika.langdetect.tikaMethods in org.apache.tika.langdetect.tika that return types with arguments of type LanguageResult Modifier and Type Method Description List<LanguageResult>TikaLanguageDetector. detectAll()
- 
Uses of LanguageResult in org.apache.tika.language.detectFields in org.apache.tika.language.detect declared as LanguageResult Modifier and Type Field Description static LanguageResultLanguageResult. NULLMethods in org.apache.tika.language.detect that return LanguageResult Modifier and Type Method Description LanguageResultLanguageDetector. detect()LanguageResultLanguageDetector. detect(CharSequence text)LanguageResultLanguageHandler. getLanguage()Returns the detected language based on text handled thus far.LanguageResultLanguageWriter. getLanguage()Returns the detected language based on text written thus far.Methods in org.apache.tika.language.detect that return types with arguments of type LanguageResult Modifier and Type Method Description abstract List<LanguageResult>LanguageDetector. detectAll()Detect languages based on previously submitted text (via addText calls).List<LanguageResult>LanguageDetector. detectAll(String text)Utility wrapper that detects the language of a given chunk of text.
- 
Uses of LanguageResult in org.apache.tika.language.translate.implMethods in org.apache.tika.language.translate.impl that return LanguageResult Modifier and Type Method Description protected LanguageResultAbstractTranslator. detectLanguage(String text)
 
-