Spaces:
Build error
Build error
File size: 658 Bytes
69c70a2 154c820 69c70a2 637f402 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
---
title: Back Translation
emoji: π
colorFrom: yellow
colorTo: indigo
sdk: gradio
sdk_version: 3.3.1
app_file: app.py
pinned: false
license: afl-3.0
---
# Back translation
Small translation check demo, computing chained translations En->Fr->En.
The better meaning similarities the better is the intermediate translation, no?
Double translation method check : The final outcome in English should match the original as closely as possible in a quality translation job.
Showcasing difference if any between original and computed outcome.
using an open Natural Language Processing model.
Helsinki-NLP Opus MT model : https://github.com/Helsinki-NLP
|