tensorflow / nmt

TensorFlow Neural Machine Translation Tutorial
Apache License 2.0
6.37k stars 1.96k forks source link

How do i perform training using any of the Corpus at http://www.statmt.org/wmt14/translation-task.html #302

Open frajos100 opened 6 years ago

frajos100 commented 6 years ago

How do i perform training using any of the Corpus at http://www.statmt.org/wmt14/translation-task.html? After downloading the corpus found it not having any of the following file. --vocab_prefix=/tmp/nmt_data/vocab --train_prefix=/tmp/nmt_data/train --dev_prefix=/tmp/nmt_data/tst2012
--test_prefix=/tmp/nmt_data/tst2013 Need some documentation on how to create or download these files to be able to perform training using any of the corpus. We are more interested In English to French and English to Hindi corpus.