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

DeepL MT performance improvements #1013

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

KamilChlodek
Copy link

The plugin does invoke translate endpoint per each segment. This approach is not optimal. DeepL API allow to translate up to 50 segments at once. Translating more segments at once reduces pre-translation time by up to 60% (based on my tests). In addition, to make translation process more reliable I've added translation retrying routine in case of some http status codes received from DeepL Service.

KamilChlodek and others added 3 commits April 28, 2020 15:49
Sync with sdl/Sdl-Community master
The plugin does invoke translate endpoint per each segment. This approach is not optimal. DeepL API allow to translate up to 50 segments at once. Translating more segments at once reduces pre-translation time by up to 60% (based on my tests). In addition, to make translation process more reliable I've added translation retrying routine in case of some http status codes received from DeepL Service.
@KamilChlodek
Copy link
Author

Bump. Is this repo still alive?

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

Successfully merging this pull request may close these issues.

1 participant