redpony / cdec

Decoder, aligner, and model optimizer for statistical machine translation and other structured prediction models based on (mostly) context-free formalisms
http://cdec-decoder.org/
Apache License 2.0
183 stars 77 forks source link

where is the dataset like news-commentary-v7.es-en #97

Open shizhediao opened 6 years ago

shizhediao commented 6 years ago

I'm trying the tutorial at the http://www.cdec-decoder.org/guide/tutorial.html

~/cdec/corpus/tokenize-anything.sh < training/news-commentary-v7.es-en | ~/cdec/corpus/lowercase.pl > nc.lc-tok.es-en

How to find the dataset news-commentary-v7.es-en Thanks!