possibly, im using a graph where the bot traverses to next child based off the input. Essentially a massive decision tree with tons of nodes. Im adding the ability to tag certain nodes with the stems so that the bot can also do traversals by topic. But for the most part, its a basic graph with a random traversal for now. So hey would have nodes for "hey", "how are you", "what are you up to", and it would simply pick one of those as a prediction. For the alpha, the ui will let you force a weight on the node, since the bot wont know until later which speech is most popular
Check out Chatterbot (you can use external corpus for training)
That would be super helpful actually, thanks
Pauline, in our chat, uses a modified version of that code.
(post is archived)