Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optional 3rd party translation services? #8

Open
ParaplegicRacehorse opened this issue Jan 9, 2021 · 2 comments
Open

Optional 3rd party translation services? #8

ParaplegicRacehorse opened this issue Jan 9, 2021 · 2 comments

Comments

@ParaplegicRacehorse
Copy link

Are there plans to provide option to link translation to an online service, such as DeepL or IBM Watson or Apertium?

@mcthulhu
Copy link
Owner

mcthulhu commented Jan 9, 2021

Jorkens can currently send a highlighted passage to three online services, Amazon Translate, Google Translate, and Libre Translate -- see the machine translation menu.

I'm certainly open to adding more MT options, at least through a popup window for the respective web sites. It looks like that should be fairly easy to do at least for DeepL, unless I'm missing something. Actual API usage might depend on the sites' free tier limits, or how easy it is to use an individual user's local credentials, if that user chooses to pay; every site has its own authentication system. It looks like DeepL charges $7 a month for unlimited text translation for individuals. I'd have to think about whether I could afford to pay out of pocket for users' data access.

I found the Watson Language Translator demo site at https://www.ibm.com/demos/live/watson-language-translator/self-service/home, if that's what you meant.

I found the Apertium web interface at https://www.apertium.org (the link you gave was for the GitHub site). I think I should be able to link to that fairly easily. I'm not sure how many language combinations are supported.

I'll be away for a bit, but will look into this further when I get back.

@mcthulhu
Copy link
Owner

mcthulhu commented Jan 9, 2021

OK, I just added Apertium under the MT menu. I'm not impressed with the translation quality in my test, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants