Failed Loading English.Pickle with Nltk.Data.Load

Resource u'tokenizers/punkt/english.pickle' not found

I got the solution:

import nltk
nltk.download()

once the NLTK Downloader starts

d) Download l) List u) Update c) Config h) Help q) Quit

Downloader> d

Download which package (l=list; x=cancel)?
Identifier> punkt

NLTK: Package Errors? punkt and pickle?

Perform the following:

>>> import nltk
>>> nltk.download()

Then when you receive a window popup, select punkt under the identifier column which is locatedin the Module tab.

Sample Image

NLTK Lookup Error

Use

>>> nltk.download()

to install the missing module (the Perceptron Tagger).

(check also the answers to Failed loading english.pickle with nltk.data.load)



Related Topics



Leave a reply



Submit