apertium / apertium/apertium-python
Incorrect double translations
- Ngôn ngữ chính
- Python
- Star
- 35
- Fork
- 27
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Translating from English to Spanish and using the translation back gives out a very different (and incorrect) output.
`[In]: apertium.translate('en', 'spa', 'These helps of handy tool believe dummy text for all your needs of design.')`
`[Out]: Estas ayudas de herramienta manejable creen *dummy texto para todas vuestras necesidades de diseño.`
`[In]: apertium.translate('spa', 'en', 'Estas ayudas de herramienta manejable creen *dummy texto para todas vuestras necesidades de diseño.')`
`[Out]: These helps of handy tool believe **dummy text for all your needs of design.`
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.