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

Implement Translation Memory (TM) #16

Open
SebastinSanty opened this issue Jul 12, 2020 · 0 comments
Open

Implement Translation Memory (TM) #16

SebastinSanty opened this issue Jul 12, 2020 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed question Further information is requested

Comments

@SebastinSanty
Copy link
Contributor

Currently, every time a translation is needed, the translation API is called and the request is processed for that source and partial input. Implementing Translation Memory would mean that we can use translation suggestions which were previously done by the translators.

Should the TM be user specific or global? It can probably be a combination of both - maybe batch and compare the individual TM and add that to global if it is commonly occurring.

Should the TM suggestion be shown with a different color explicitly to specify it comes from the TM whereas the others come from NMT?

@SebastinSanty SebastinSanty added enhancement New feature or request help wanted Extra attention is needed question Further information is requested labels Jul 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant