Uses of Interface
org.apache.tika.language.translate.Translator
Package
Description
Apache Tika.
Tika configuration tools.
-
Uses of Translator in org.apache.tika
Modifier and TypeMethodDescriptionTika.getTranslator()
Returns the translator instance used by this facade.ModifierConstructorDescriptionTika
(Detector detector, Parser parser, Translator translator) Creates a Tika facade using the given detector, parser, and translator instances. -
Uses of Translator in org.apache.tika.config
Modifier and TypeMethodDescriptionTikaConfig.getTranslator()
Returns the configured translator instance. -
Uses of Translator in org.apache.tika.language.translate
Modifier and TypeClassDescriptionclass
A translator which picks the first availableTranslator
implementations available through theservice provider mechanism
.class
Dummy translator that always declines to give any text.Modifier and TypeMethodDescriptionDefaultTranslator.getTranslator()
Returns the current translatorModifier and TypeMethodDescriptionDefaultTranslator.getTranslators()
Returns all available translators -
Uses of Translator in org.apache.tika.language.translate.impl
Modifier and TypeClassDescriptionclass
class
CachedTranslator.class
Abstract class used to interact with command line/external Translators.class
An implementation of a REST client to the Google Translate v2 API.class
This translator is designed to work with a TCP-IP available Joshua translation server, specifically the REST-based Joshua server.class
An implementation of a REST client for the Premium MT API v1.class
Translator that uses the Marian NMT decoder for translation.class
Wrapper class to access the Windows translation service.class
Translator that uses the Moses decoder for translation.class
This translator is designed to work with a TCP-IP available RTG translation server, specifically the REST-based RTG server.class
An implementation of a REST client for the YANDEX Translate API.ModifierConstructorDescriptionCachedTranslator
(Translator translator) Create a new CachedTranslator.