I am currently following this book by Steven Bird, Ewan Klein and Edward Loper :
but i am facing problem on downloading the data with the following code:
>>> import nltk
>>> nltk.download()
after entering the code above, NLTK downloader appear, however, none of the collections in the collections tab can be downloaded.
their status were all "out of date" as indicated. Would you know how could i deal with the problem, because as long as I couldn't get the data, I couldn't try out the example given in the book.
and after entering [ from nltk.book import * ],
I get many errors instead of the expected output (with blue backgroud shown below)
I believe this is due to unavailability of the data (that should be download).
Thanks once again for help out.