Uses of Class
org.apache.tika.language.detect.LanguageResult
Packages that use LanguageResult
Package
Description
-
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 -
Uses of LanguageResult in org.apache.tika.eval.core.textstats
Method parameters in org.apache.tika.eval.core.textstats with type arguments of type LanguageResultModifier 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
Methods in org.apache.tika.langdetect.lingo24 that return types with arguments of type LanguageResult -
Uses of LanguageResult in org.apache.tika.langdetect.mitll
Methods in org.apache.tika.langdetect.mitll that return types with arguments of type LanguageResult -
Uses of LanguageResult in org.apache.tika.langdetect.opennlp
Methods in org.apache.tika.langdetect.opennlp that return types with arguments of type LanguageResult -
Uses of LanguageResult in org.apache.tika.langdetect.optimaize
Methods in org.apache.tika.langdetect.optimaize that return types with arguments of type LanguageResultModifier and TypeMethodDescriptionOptimaizeLangDetector.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 -
Uses of LanguageResult in org.apache.tika.language.detect
Fields in org.apache.tika.language.detect declared as LanguageResultMethods in org.apache.tika.language.detect that return LanguageResultModifier 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.Methods in org.apache.tika.language.detect that return types with arguments of type LanguageResultModifier 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
Methods in org.apache.tika.language.translate.impl that return LanguageResultModifier and TypeMethodDescriptionprotected LanguageResult
AbstractTranslator.detectLanguage
(String text)