Closed ZenBel closed 2 years ago
please pass --reindex
flag
https://github.com/thammegowda/mtdata/blob/72df36d1eb3a8295db273892c29b11cd11ef9b4b/mtdata/main.py#L129
Usually, the reindex happens automatically when we update version number, since we didnt change version number, we have to force reindex.
Oh, I missed that!
Thanks for pointing it out. mtdata -ri list -l eng-ara
fixes the problem.
Hi all,
I have refreshed
opus_index.tsv
using the following commands as specified inopus_index.py
:and then
mv opus_all.tsv opus_index.tsv
. The newopus_index.tsv
contains additionalELRC
datasets, likeELRC-3083-wikipedia_health v1 ar en
However, when I run
mtdata list -l eng-ara
, this new dataset is not present. Any hint as to why this is the case?Thanks in advance,
Z
P.S. The dataset is actually pulled by
elrc_share.py
but, still, adding it to theopus_index.tsv
should allow alsoopus_index.py
to pull it.