Uses of Class
org.apache.tika.language.detect.LanguageDetector
Packages that use LanguageDetector
Package
Description
-
Uses of LanguageDetector in org.apache.tika.langdetect.lingo24
Subclasses of LanguageDetector in org.apache.tika.langdetect.lingo24Modifier and TypeClassDescriptionclass
An implementation of a Language Detector using the Premium MT API v1.Methods in org.apache.tika.langdetect.lingo24 that return LanguageDetectorModifier and TypeMethodDescriptionLingo24LangDetector.loadModels()
Lingo24LangDetector.loadModels
(Set<String> set) -
Uses of LanguageDetector in org.apache.tika.langdetect.mitll
Subclasses of LanguageDetector in org.apache.tika.langdetect.mitllModifier and TypeClassDescriptionclass
Language Detection using MIT Lincoln Lab’s Text.jl library https://github.com/trevorlewis/TextREST.jlMethods in org.apache.tika.langdetect.mitll that return LanguageDetectorModifier and TypeMethodDescriptionTextLangDetector.loadModels()
TextLangDetector.loadModels
(Set<String> set) -
Uses of LanguageDetector in org.apache.tika.langdetect.opennlp
Subclasses of LanguageDetector in org.apache.tika.langdetect.opennlpModifier and TypeClassDescriptionclass
This is based on OpenNLP's language detector.Methods in org.apache.tika.langdetect.opennlp that return LanguageDetectorModifier and TypeMethodDescriptionOpenNLPDetector.loadModels()
No-op.OpenNLPDetector.loadModels
(Set<String> languages) NOT SUPPORTED.NOT YET SUPPORTED. -
Uses of LanguageDetector in org.apache.tika.langdetect.optimaize
Subclasses of LanguageDetector in org.apache.tika.langdetect.optimaizeModifier and TypeClassDescriptionclass
Implementation of the LanguageDetector API that uses https://github.com/optimaize/language-detectorMethods in org.apache.tika.langdetect.optimaize that return LanguageDetectorModifier and TypeMethodDescriptionOptimaizeLangDetector.loadModels()
OptimaizeLangDetector.loadModels
(Set<String> languages) -
Uses of LanguageDetector in org.apache.tika.langdetect.tika
Subclasses of LanguageDetector in org.apache.tika.langdetect.tikaModifier and TypeClassDescriptionclass
This is Tika's original legacy, homegrown language detector.Methods in org.apache.tika.langdetect.tika that return LanguageDetectorModifier and TypeMethodDescriptionTikaLanguageDetector.loadModels()
TikaLanguageDetector.loadModels
(Set<String> languages) not supported -
Uses of LanguageDetector in org.apache.tika.language.detect
Methods in org.apache.tika.language.detect that return LanguageDetectorModifier and TypeMethodDescriptionstatic LanguageDetector
LanguageDetector.getDefaultLanguageDetector()
LanguageHandler.getDetector()
Returns the language detector used by this content handler.LanguageWriter.getDetector()
Returns the language detector used by this writer.abstract LanguageDetector
LanguageDetector.loadModels()
Load (or re-load) all available language models.abstract LanguageDetector
LanguageDetector.loadModels
(Set<String> languages) Load (or re-load) the models specified in. LanguageDetector.setMixedLanguages
(boolean mixedLanguages) abstract LanguageDetector
Set the a-priori probabilities for these languages.LanguageDetector.setShortText
(boolean shortText) Methods in org.apache.tika.language.detect that return types with arguments of type LanguageDetectorModifier and TypeMethodDescriptionstatic List<LanguageDetector>
LanguageDetector.getLanguageDetectors()
static List<LanguageDetector>
LanguageDetector.getLanguageDetectors
(ServiceLoader loader) Constructors in org.apache.tika.language.detect with parameters of type LanguageDetectorModifierConstructorDescriptionLanguageHandler
(LanguageDetector detector) LanguageWriter
(LanguageDetector detector)