Nltk Wordnet Download Out Of Date
New to Python, tying to get started with NLTK. After a rough time installing Python on my Windows 7 64-bit system, I am now having a rough time downloading Wordnet and other NLTK d
Solution 1:
I was facing the same issue. The issue in my case was that when the NLTK downloader started it had the server index as
http://nltk.github.com/nltk_data/
This needs to be changed to
You can change this by going into the NLTK Downloader window and the File->Change Server Index.
Regards, Bonson
Post a Comment for "Nltk Wordnet Download Out Of Date"