Conchylicultor / DeepQA

My tensorflow implementation of "A neural conversational model", a Deep learning based chatbot
Apache License 2.0
2.93k stars 1.17k forks source link

Resource 'tokenizers/punkt/PY3/english.pickle' not found. #117

Closed AmolMavuduru closed 7 years ago

AmolMavuduru commented 7 years ago

I get this error when running main.py: Resource 'tokenizers/punkt/PY3/english.pickle' not found. Please use the NLTK Downloader to obtain the resource: >>> nltk.download()

I have installed nltk but don't know why this is happening.

Conchylicultor commented 7 years ago

Did you try python3 -m nltk.downloader punkt as the README explains ?