sloria / TextBlob

Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation, and more.
https://textblob.readthedocs.io/
MIT License
9.02k stars 1.13k forks source link

error while downloading through python -m textblob.download_corpora #417

Closed ashutosh-sharma-xi closed 4 months ago

ashutosh-sharma-xi commented 1 year ago

A [nltk_data] connection attempt failed because the connected party [nltk_data] did not properly respond after a period of time, or [nltk_data] established connection failed because the connected host [nltk_data] has failed to respond> [nltk_data] Error loading punkt: <urlopen error [WinError 10060] A [nltk_data] connection attempt failed because the connected party [nltk_data] did not properly respond after a period of time, or [nltk_data] established connection failed because the connected host [nltk_data] has failed to respond>

sloria commented 4 months ago

Try upgrading to the latest version of textblob and re-running the download_corpora script