thammegowda / mtdata

A tool that locates, downloads, and extracts machine translation corpora
https://pypi.org/project/mtdata/
Apache License 2.0
147 stars 22 forks source link

Add `echo` task #139

Closed thammegowda closed 1 year ago

thammegowda commented 1 year ago

Looks like echo is one of the ways folks like to obtain dataset from CLI tools. (E.g. sacrebleu).

mtdata echo -l lang1-lang2 DID1 [DID2 ...] as a sub command and output records in correct order ID<tab>lang1<lang2>

thammegowda commented 1 year ago

Fixed in #146