The nltk.ne_chunk function does not work.
I have tried it on several sentences.
Traceback (most recent call last):
File "<pyshell#4>", line 1, in <module>
nltk.ne_chunk(sent)
File "C:\Python34\lib\site-packages\nltk\chunk\__init__.py", line 176, in ne_chunk
chunker = load(chunker_pickle)
File "C:\Python34\lib\site-packages\nltk\data.py", line 779, in load
resource_val = pickle.load(opened_resource)
UnicodeDecodeError: 'ascii' codec can't decode byte 0x8d in position 1: ordinal not in range(128)
This is urgent.