See: Description
Interface | Description |
---|---|
TranslationWriter |
A writer for a
Translator to write partially translated text. |
Translator |
A translator to create partial translations for any given text in the source
language.
|
Class | Description |
---|---|
ConcurrentTranslator |
A wrapper to run any thread-safe
Translator concurrently, making use
of the specified number of threads. |
DefaultTranslator |
Default implementation of the
Translator interface. |
XMLTranslationWriter |
A
TranslationWriter that writes its output in our custom XML format. |