Closed thammegowda closed 1 year ago
Looks like echo is one of the ways folks like to obtain dataset from CLI tools. (E.g. sacrebleu).
echo
mtdata echo -l lang1-lang2 DID1 [DID2 ...] as a sub command and output records in correct order ID<tab>lang1<lang2>
mtdata echo -l lang1-lang2 DID1 [DID2 ...]
ID<tab>lang1<lang2>
Fixed in #146
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 orderID<tab>lang1<lang2>