-
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
Training with corpus #944
Comments
@7633 Yes, it should work, I would recommand to you write serveral response before you check YAML lint http://www.yamllint.com/ The below example save it into .yaml and train your bot it should work. ---
-
- Hello
- hi
- "good morning"
- hello
- hey
- "what's up"
-
- "How are you"
- "I'm fine"
- good
- "I'm fine, and what about you?"
- "I'm sad" |
@vkosuri yep, but how Chatterbot use this information about category? |
short and detail described here #925 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I have two questions according to corpus data:
In the source code I found out only parsing separately categories and conversations inside.
--
and-
statements?exmaple from
conversations.yaml
:example from
ai.yaml
:I want to write several responses in one statement. e.g.:
The text was updated successfully, but these errors were encountered: