Open shizi626 opened 5 years ago
I have the same issue, :(
same here
Same here. (Using Python 2.7.15 via pyenv on Mac OS Mojave version 10.14.3.)
Run the following command in the python shell:
>>> import nltk
>>> nltk.download()
A NLTK Downloader will open. Go to the Corpora tab and download the "wordnet", "wordnet_ic", "sentiwordnet".
I dived into source code and found that in
pattern\text\en\wordnet\__init__.py
when trying get necessary corpora of nltk, the code(as below) doesn't handlezipfile.BadZipFile: File is not a zip file
errorAnd I find that download these packages
("wordnet", "wordnet_ic", "sentiwordnet")
fromnltk
mannually can fix this bug.