I'm trying to load english.pickle for sentence tokenization. Windows 7, Python 3.4
File followed by the path exists(tokenizers/punkt/PY3/english.pickle).
Here is the code:
import nltk.data tokenizer = nltk.data.load('tokenizers/punkt/PY3/english.pickle')
Here is the error:
OSError: No such file or directory: 'C:\\Python\\nltk_data\\tokenizers\\punkt\\PY3\\PY3\\english.pickle'
How to fix?