Uses of Class
org.apache.tika.language.detect.LanguageResult
-
-
Uses of LanguageResult in org.apache.tika.eval.core.langid
Methods 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.textstats
Method parameters in org.apache.tika.eval.core.textstats with type arguments of type LanguageResult Modifier and Type Method Description CommonTokenResult
CommonTokens. calculate(List<LanguageResult> languages, TokenCounts tokenCounts)
Double
CommonTokensBhattacharyya. calculate(List<LanguageResult> languages, TokenCounts tokenCounts)
Double
CommonTokensCosine. calculate(List<LanguageResult> languages, TokenCounts tokenCounts)
Double
CommonTokensHellinger. calculate(List<LanguageResult> languages, TokenCounts tokenCounts)
Double
CommonTokensKLDivergence. calculate(List<LanguageResult> languages, TokenCounts tokenCounts)
Double
CommonTokensKLDNormed. calculate(List<LanguageResult> languages, TokenCounts tokenCounts)
T
LanguageAwareTokenCountStats. calculate(List<LanguageResult> languages, TokenCounts tokenCounts)
-
Uses of LanguageResult in org.apache.tika.langdetect.lingo24
Methods 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.mitll
Methods 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.opennlp
Methods 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.optimaize
Methods 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.tika
Methods 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.detect
Fields in org.apache.tika.language.detect declared as LanguageResult Modifier and Type Field Description static LanguageResult
LanguageResult. NULL
Methods in org.apache.tika.language.detect that return LanguageResult Modifier and Type Method Description LanguageResult
LanguageDetector. detect()
LanguageResult
LanguageDetector. detect(CharSequence text)
LanguageResult
LanguageHandler. getLanguage()
Returns the detected language based on text handled thus far.LanguageResult
LanguageWriter. 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.impl
Methods in org.apache.tika.language.translate.impl that return LanguageResult Modifier and Type Method Description protected LanguageResult
AbstractTranslator. detectLanguage(String text)
-