I am trying to install TextBlob on Python 3.6.5. Everything is going just fine until I used this command line:
python3 -m textblob.download_corpora
and it started downloading package brown and package punkt. While the package brown was done and unzipped, the punkt one has been freezing for over an hour now. How can I solve this problem guys?
Macbooks-Air:~ macbook$ python3 -m textblob.download_corpora
[nltk_data] Downloading package brown to /Users/macbook/nltk_data...
[nltk_data] Unzipping corpora/brown.zip.
[nltk_data] Downloading package punkt to /Users/macbook/nltk_data...