Uses of Class
org.apache.tika.language.detect.LanguageDetector
Package
Description
-
Uses of LanguageDetector in org.apache.tika.langdetect.lingo24
Modifier and TypeClassDescriptionclass
An implementation of a Language Detector using the Premium MT API v1.Modifier and TypeMethodDescriptionLingo24LangDetector.loadModels()
Lingo24LangDetector.loadModels
(Set<String> set) -
Uses of LanguageDetector in org.apache.tika.langdetect.mitll
Modifier and TypeClassDescriptionclass
Language Detection using MIT Lincoln Lab’s Text.jl library https://github.com/trevorlewis/TextREST.jlModifier and TypeMethodDescriptionTextLangDetector.loadModels()
TextLangDetector.loadModels
(Set<String> set) -
Uses of LanguageDetector in org.apache.tika.langdetect.opennlp
Modifier and TypeClassDescriptionclass
This is based on OpenNLP's language detector.Modifier and TypeMethodDescriptionOpenNLPDetector.loadModels()
No-op.OpenNLPDetector.loadModels
(Set<String> languages) NOT SUPPORTED.NOT YET SUPPORTED. -
Uses of LanguageDetector in org.apache.tika.langdetect.optimaize
Modifier and TypeClassDescriptionclass
Implementation of the LanguageDetector API that uses https://github.com/optimaize/language-detectorModifier and TypeMethodDescriptionOptimaizeLangDetector.loadModels()
OptimaizeLangDetector.loadModels
(Set<String> languages) -
Uses of LanguageDetector in org.apache.tika.langdetect.tika
Modifier and TypeClassDescriptionclass
This is Tika's original legacy, homegrown language detector.Modifier and TypeMethodDescriptionTikaLanguageDetector.loadModels()
TikaLanguageDetector.loadModels
(Set<String> languages) not supported -
Uses of LanguageDetector in org.apache.tika.language.detect
Modifier 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) Modifier and TypeMethodDescriptionstatic List<LanguageDetector>
LanguageDetector.getLanguageDetectors()
static List<LanguageDetector>
LanguageDetector.getLanguageDetectors
(ServiceLoader loader) ModifierConstructorDescriptionLanguageHandler
(LanguageDetector detector) LanguageWriter
(LanguageDetector detector)