friends-chatbot
friends-chatbot copied to clipboard
A chatbot using the Friends TV Corpus
Results
2
friends-chatbot issues
Sort by
recently updated
recently updated
newest added
I ran the bot in Python 2.7 and got this error: Traceback (most recent call last): File "bot.py", line 118, in main() File "bot.py", line 100, in main print get_response(msg)...
triturns = joblib.load('blobs/triturns.pkl') ValueError: You may be trying to read with python 3 a joblib pickle generated with python 2. This feature is not supported by joblib.