roxana-lafuente / MTTT

Machine Translation Training Tool (MTTT): Machine translation made easy for human translators!
GNU General Public License v3.0
3 stars 5 forks source link

Issue with GIZA 64bits #2

Open roxana-lafuente opened 7 years ago

roxana-lafuente commented 7 years ago

When using GIZA 64 bits, you need to add option -mgiza -mgiza-cpus 2 to the command moses-64bit/scripts/training/train-model.perl. Otherwise it won't find the path for the translation model.

miguelemosreverte commented 7 years ago

Sorry, did not intend to close the issue! Misclick!

miguelemosreverte commented 7 years ago

I guess we could add an argument to the perl script ?

roxana-lafuente commented 7 years ago

This can be solved once we include moses binaries with the code. Then we can decide how to name them.