How to download all packages in nltk in python -
while downloading nltk packages in python package named panlex_lite ia downloading upto 60% , showing status download completed when tried open it showing error message please me out on how download , happens if proceed without downloading it???
use halt_on_error
parameter skip errors.
>>> import nltk >>> nltk.download('popular', halt_on_error=false)
if you're not going use panlex
corpus, not downloading not affect rest of modules in nltk
.
you're encouraged report problem on download of panlex corpus https://github.com/nltk/nltk/issues/983
Comments
Post a Comment