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

Allow strict langpair ordering #157

Open erip opened 7 months ago

erip commented 7 months ago

The ability to specify the pair of interest is an excellent feature for discoverability, but it is order invariant. I propose that a strict ordering as an option when indicating a langpair (e.g., mtdata list spa-eng should be strictly different from mtdata list eng-spa).

thammegowda commented 7 months ago

great suggestion! We plan to add it in the next version :)