Helsinki-NLP / OpusTools

67 stars 17 forks source link

fix opus_express shuffle broken due to missing import #15

Closed ymyt closed 3 years ago

ymyt commented 3 years ago

Found that an import of random.shuffle was missing from opustools_pkg/bin/opus_express that causes NameErrors at line 179 when opus_express is called with the --shuffle option.