llSourcell / chatbot_tutorial

This is the code for "Chatbot Tutorial" by Siraj Raval on Youtube
Apache License 2.0
178 stars 102 forks source link

file not found! #2

Open Surya-Bansal opened 6 years ago

Surya-Bansal commented 6 years ago

file name movie-lines.txt is missing (address targeted was cornell folder which has a similar file named movie-conversaations.txt).

i renamed the movie-conversations.txt to movie-lines.txt.

then a new error popped up displaying error of 'list index is out of range' for the same file in cornelldata.py

HELP!

buddhafinger commented 6 years ago

Hi Surya, the missing files can be downloaded here - http://www.cs.cornell.edu/~cristian/Cornell_Movie-Dialogs_Corpus.html

However there are more issues getting the container to work - I think I've fixed some of the issues to actually get the container working in a kubernetes deployment with a pre-trained dataset included (so it's big). Feel free to use - info and link in comment below: https://github.com/llSourcell/chatbot_tutorial/issues/3#issuecomment-398022752

I needed to fix the versions for the modules otherwise it would not work.