thammegowda opened a new pull request #419: URL: https://github.com/apache/tika/pull/419
RTG translator integration to tika-translate This service requires running RTG model for 500-eng translation as a REST service By default, the RTGTranslator uses `http://localhost:6060` as base URL Which can be obtained from a prebuilt docker image: * can be run on CPU (i.e. without GPU, for testing) docker run --rm -i -p 6060:6060 tgowda/rtg-model:500toEng-v1 * but GPU (e.g. Device 0) is recommended for translating a lot of documents. docker run --rm -i -p 6060:6060 --gpus '"device=0"' tgowda/rtg-model:500toEng-v1 `rtg.base.url` property from `translator.rtg.properties` file can be used to customize base URL if needed. CC @chrismattmann @tballison ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
