drexelai / isss-chatbot

Repo for the development of a chat box for international students. Current implementation is on Slack https://bit.ly/drexel-ai
0 stars 0 forks source link

Train ChatterBot with FAQ YAML file #1

Closed mygenel closed 5 years ago

mygenel commented 5 years ago

Example file is: https://github.com/gunthercox/chatterbot-corpus/blob/master/chatterbot_corpus/data/english/conversations.yml

dsbuddy commented 5 years ago

This is basically the same as the other task. The only thing we need to do is create the conversation file and then add it to the ChatterBot. That's it

ya332 commented 5 years ago

Do you mean same as issue#1?

dsbuddy commented 5 years ago

Issue 1 and Issue 3 are inherently the same thing. We need to:

Then we have a chatbot

ya332 commented 5 years ago

This issue depends on the creation of YAML file. Please see issue #3

ya332 commented 5 years ago

Initial training is completed