chatbot_tutorial icon indicating copy to clipboard operation
chatbot_tutorial copied to clipboard

LookUpError

Open DonCoderKing opened this issue 6 years ago • 0 comments

Hi

I get the following lookup error when running main.py...

I have checked and my nltk is properly installed for Python 3.7

File "C:\Users\Siphiwe\Anaconda3\lib\site-packages\nltk\data.py", line 701, in find raise LookupError(resource_not_found)

LookupError:


Resource punkt not found. Please use the NLTK Downloader to obtain the resource:

import nltk nltk.download('punkt')

For more information see: https://www.nltk.org/data.html

Attempted to load tokenizers/punkt/english.pickle

Searched in: - 'C:\Users\Siphiwe/nltk_data' - 'C:\Users\Siphiwe\Anaconda3\nltk_data' - 'C:\Users\Siphiwe\Anaconda3\share\nltk_data' - 'C:\Users\Siphiwe\Anaconda3\lib\nltk_data' - 'C:\Users\Siphiwe\AppData\Roaming\nltk_data' - 'C:\nltk_data' - 'D:\nltk_data' - 'E:\nltk_data' - ''


DonCoderKing avatar Oct 15 '19 01:10 DonCoderKing