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

Translation from Spanish -> English missing words #409

Open
protosam opened this issue Apr 28, 2024 · 0 comments
Open

Translation from Spanish -> English missing words #409

protosam opened this issue Apr 28, 2024 · 0 comments

Comments

@protosam
Copy link

This is an example using LibreTranslate: https://libretranslate.com/?source=auto&target=en&q=%C2%A1Hola+Mundo%21+%C2%BFC%C3%B3mo+est%C3%A1s%3F

Testing this in a container I built, it seems to be an issue in argos-translate:

% docker run --rm -it --entrypoint bash ghcr.io/protosam/libretranslate-container:1.5.7     

root@ebaec6bbcb23:/# argos-translate --from-lang en --to-lang es 'Hello, world! How are you?'
¡Hola, mundo! ¿Cómo estás?
root@ebaec6bbcb23:/# argos-translate --from-lang es --to-lang en '¡Hola, Mundo! ¿Cómo estás?'
How are you?
root@ebaec6bbcb23:/# argos-translate --from-lang es --to-lang en '¡Hola, Mundo!'
Hello, World!
root@ebaec6bbcb23:/# argos-translate --from-lang es --to-lang en '¿Cómo estás?'
How are you?
root@ebaec6bbcb23:/# argos-translate --from-lang es --to-lang en 'Hola, Mundo! Cómo estás?'
Hello, World!
root@ebaec6bbcb23:/# argos-translate --from-lang es --to-lang en 'Hola Mundo! Cómo estás?'
How are you?
root@ebaec6bbcb23:/# argos-translate --from-lang es --to-lang en 'Hola Mundo. Cómo estás?'
Hello, World. How are you?
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

1 participant