azbones / big_data

This is the repo for the technical track of the CIS 591 class at Arizona State University.
2 stars 3 forks source link

Download NLTK #5

Closed azbones closed 8 years ago

azbones commented 8 years ago

Need to download corpora to use textblob

Here is process i used, but I also downloaded the all which is probably not necessary. import nltk nltk.download()

azbones commented 8 years ago

Done