EdinburghNLP / nematus

Open-Source Neural Machine Translation in Tensorflow
BSD 3-Clause "New" or "Revised" License
797 stars 269 forks source link

Spanish translation #68

Closed dbucci24 closed 6 years ago

dbucci24 commented 6 years ago

Hello, I would like to collaborate with the Spanish translation, is it done?

bricksdont commented 6 years ago

Hi,

Your question is a bit unclear. Nematus is not a system for specific languages; it is meant to support translation from and to any language. That said, different languages will require different kinds of preprocessing.

dbucci24 commented 6 years ago

So, is there something I can collaborate with in Spanish?

bricksdont commented 6 years ago

As I said, no part of Nematus is specific to Spanish, except some of the preprocessing scripts:

https://github.com/EdinburghNLP/nematus/tree/master/data

that are mostly borrowed from the Moses project. If that does not answer your question, please try to ask it differently.

In particular, what do you mean by asking "is the Spanish translation done"? Are you asking whether preprocessing scripts for Spanish exist? Whether trained models from or to Spanish exist?