Skip to content
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

Closed
gunthercox opened this issue Sep 29, 2014 · 4 comments
Closed

Add support for multi-person conversations #1

gunthercox opened this issue Sep 29, 2014 · 4 comments

Comments

@gunthercox
Copy link
Owner

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.

@gunthercox
Copy link
Owner Author

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.

DarkmatterVale added a commit to DarkmatterVale/ChatterBot that referenced this issue Nov 9, 2015
Removed regex4dummies & just used Pattern
@controversial
Copy link

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?

@gunthercox
Copy link
Owner Author

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.

@controversial
Copy link

Great, thanks for the info.

On Sat, Dec 19, 2015 at 7:18 PM Gunther Cox [email protected]
wrote:

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.


Reply to this email directly or view it on GitHub
#1 (comment)
.

DarkmatterVale added a commit to DarkmatterVale/ChatterBot that referenced this issue Feb 4, 2016
navyad pushed a commit to navyad/ChatterBot that referenced this issue Sep 2, 2016
Repository owner locked as resolved and limited conversation to collaborators Mar 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants