Package | Description |
---|---|
org.apache.tika |
Apache Tika.
|
org.apache.tika.config |
Tika configuration tools.
|
org.apache.tika.language.translate |
Modifier and Type | Method and Description |
---|---|
Translator |
Tika.getTranslator()
Returns the translator instance used by this facade.
|
Constructor and Description |
---|
Tika(Detector detector,
Parser parser,
Translator translator)
Creates a Tika facade using the given detector, parser, and translator instances.
|
Modifier and Type | Method and Description |
---|---|
Translator |
TikaConfig.getTranslator()
Returns the configured translator instance.
|
Modifier and Type | Class and Description |
---|---|
class |
CachedTranslator
CachedTranslator.
|
class |
DefaultTranslator |
class |
ExternalTranslator
Abstract class used to interact with command line/external Translators.
|
class |
GoogleTranslator
An implementation of a REST client to the Google Translate v2
API.
|
class |
Lingo24Translator
An implementation of a REST client for the
Premium MT API v1.
|
class |
MicrosoftTranslator
Wrapper class to access the Windows translation service.
|
class |
MosesTranslator
Translator that uses the Moses decoder for translation.
|
Modifier and Type | Method and Description |
---|---|
Translator |
CachedTranslator.getTranslator() |
Modifier and Type | Method and Description |
---|---|
void |
CachedTranslator.setTranslator(Translator translator) |
Constructor and Description |
---|
CachedTranslator(Translator translator)
Create a new CachedTranslator.
|
Copyright © 2007-2015 The Apache Software Foundation. All Rights Reserved.