argosopentech / MetalTranslate

Customizable machine translation in C++
MIT License
42 stars 9 forks source link

Doesn't translate both ways #1

Closed programmin1 closed 10 months ago

programmin1 commented 2 years ago

It doesn't translate both ways:

$ ./build/metaltranslate "my text to translate" en es
mi texto para traducir
$ ./build/metaltranslate "mi texto para traducir" es en
El texto para traducir
PJ-Finlay commented 2 years ago

Interesting, I'm not sure what's going wrong.