[
https://issues.apache.org/jira/browse/TIKA-3329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Mattmann resolved TIKA-3329.
----------------------------------
Resolution: Fixed
Merged into main! Thanks [~thammegowda]!
{noformat}
(base) mattmann@proscuitto:~/git/tika$ git push -u origin main
Enter passphrase for key '/home/mattmann/.ssh/id_rsa':
Enumerating objects: 126, done.
Counting objects: 100% (122/122), done.
Delta compression using up to 12 threads
Compressing objects: 100% (44/44), done.
Writing objects: 100% (88/88), 12.11 KiB | 1.21 MiB/s, done.
Total 88 (delta 20), reused 0 (delta 0)
remote: Resolving deltas: 100% (20/20), completed with 9 local objects.
To github.com:apache/tika.git
7ea14beb1..d0e3230d4 main -> main
Branch 'main' set up to track remote branch 'main' from 'origin'.
{noformat}
> RTG Translator with many-to-eng translation
> -------------------------------------------
>
> Key: TIKA-3329
> URL: https://issues.apache.org/jira/browse/TIKA-3329
> Project: Tika
> Issue Type: Improvement
> Components: translation
> Reporter: Thamme Gowda
> Assignee: Chris Mattmann
> Priority: Major
> Labels: memex
> Fix For: 2.0.0
>
>
> The existing translation services in tika-translate are either
> commercial/paid engines (e.g. Google, Microsoft etc ) or not state of the
> art (such as Joshua, Moses etc).
> Reader Translator Generator () is a neural machine translation toolkit
> [https://isi-nlp.github.io/rtg/]
> and has the implementation of Transformer NMT model (current state of the
> art).
> It also has massively multilingual pretrained NMT model ( many-to-English
> translation direction)
> [https://hub.docker.com/repository/docker/tgowda/rtg-model]
> in which about 500 source languages are represented, with atleast ~300 source
> languages have good enough quality (For a comparison Google translate has
> ~106 languages, and Microsoft has about 80 languages).
> This issue is for integrating RTG Translator into tika-translate
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)