-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for multi-person conversations #1
Comments
This is possible to do with the conversation objects added in #11, however addition tracking will not be added for this issue. The tracking would need to be added in an application where the library has been implemented, the application would be responsible for creating new conversation objects. In the case of a group conversation, multiple conversations may exist, and some of the statements might be a part of multiple conversations. |
Removed regex4dummies & just used Pattern
This would be great. Is it possible somehow to make multiple chatterbot instances, and then periodically 'combine' their training into one database so that they all benefit from the others' experience? |
Yes, one way that this would be possible would be to simply create a number of chatterbot instances and set the parameter so that they all use the same database. |
Great, thanks for the info. On Sat, Dec 19, 2015 at 7:18 PM Gunther Cox [email protected]
|
Currently the logs in which each conversation is recorded contain the name of the speaker. These details could be used to allow the program to have a conversation with multiple people simultaneously in which each person can be replied to but the relevance of topics in the conversation still hold weight.
The text was updated successfully, but these errors were encountered: