text-preprocessing icon indicating copy to clipboard operation
text-preprocessing copied to clipboard

[nltk_data] Package omw-1.4 is already up-to-date!

Open zk2 opened this issue 1 year ago • 0 comments

[nltk_data] Downloading package omw-1.4 to /home/ozmosys/nltk_data... [nltk_data] Package omw-1.4 is already up-to-date!

This message is very annoying... And it causes an error End of script output before headers...

Is it possible to specify quiet=True mode in venv/lib/python3.9/site-packages/text_preprocessing/text_preprocessing.py

nltk.download('stopwords', quiet=True) nltk.download('wordnet', quiet=True) nltk.download('punkt', quiet=True) nltk.download('omw-1.4')

zk2 avatar Mar 13 '24 17:03 zk2