Helsinki-NLP / OpusFilter

OpusFilter - Parallel corpus processing toolkit
MIT License
102 stars 18 forks source link

Option to suppress download confirmation for "opus_read" #10

Closed lefterav closed 3 years ago

lefterav commented 3 years ago

Every time corpus_read has to download a corpus, it has asks the user for a confirmation. It would be great if there were the option to suppress this confirmation, so that data preparation can be done in the background with no further supervision, assuming that hard disk requirements and downloading data is already known from the beginning.

radinplaid commented 3 years ago

Implemented one possible fix, pull request here: https://github.com/Helsinki-NLP/OpusFilter/pull/19

svirpioj commented 3 years ago

Implemented in https://github.com/Helsinki-NLP/OpusFilter/pull/19