newspaper
newspaper copied to clipboard
Update download_corpora.py - add 'punkt_tab'
I noticed that it was throwing error for not finding "punkt_tab" in corpora, either in Windows or Docker.
Adding the following code helped, but devs may not notice it.
import nltk
nltk.download('punkt_tab')