chatterbot-corpus
chatterbot-corpus copied to clipboard
Support multiple responses to the same statement
User story: As a developer, I want to be able to specify multiple responses to the same statement in a conversation so that I don't have to create multiple copies of the same conversation with each variation.
For example,
1. Hello how are you?
a. I am well.
b. I am not well.
To add to this, there is the case where -- may have multiple inputs against one or more responses. The syntax could be something like
-- how are you | how is your day today | what's up | how is it going | what up
- not bad | I'm great, how about you | very well thanks
If you can point me in the right direction regarding the possible headaches you foresee in implementing this and I might try it on my fork.
Have this been implemented or is it still a suggestion?