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

Several models have a repetition issue with single proper nouns to English #367

Open
rrgeorge opened this issue Sep 29, 2023 · 2 comments
Open

Comments

@rrgeorge
Copy link

Most noticeable with pl, but the issue does seem to be apparent with he, ga, it, fa, sv, and uk as well.
Repeatable example:

for l in he ga it fa pl sv uk
do
  echo $l
  argos-translate --from-lang $l --to-lang "en" "Apple"
done;

This was discovered when translating html on Mastodon where hashtags get encapsulated in their own link elements.

@pierotofy
Copy link
Contributor

pierotofy commented Sep 29, 2023

The Polish model is in need of updating; this happens when the training data did not include many short sentences (or single words, like "Apple").

@splacat
Copy link

splacat commented Sep 29, 2023

This is a video of the issue happened to me

libretranslate_-_mastodon_4.2.0.mov

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

3 participants