Skip to content

How new answers are learned from user input ? #2212

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

Open
Allan1901 opened this issue Oct 29, 2021 · 0 comments
Open

How new answers are learned from user input ? #2212

Allan1901 opened this issue Oct 29, 2021 · 0 comments

Comments

@Allan1901
Copy link

If i understod right, every new user input is stored as an possible answer to the last user input ?

2021-10-29 11:38:11,162 - chatterbot.chatterbot - INFO - Beginning search for close text match
2021-10-29 11:38:11,169 - chatterbot.chatterbot - INFO - Processing search results
2021-10-29 11:38:11,189 - chatterbot.chatterbot - INFO - Similar text found: Oi 1.0
2021-10-29 11:38:11,228 - chatterbot.chatterbot - INFO - Using "Oi" as a close match to "Oi" with a confidence of 1.0
2021-10-29 11:38:11,358 - chatterbot.chatterbot - INFO - Selecting response from 6 optimal responses.
2021-10-29 11:38:11,363 - chatterbot.response_selection - INFO - Selecting first response from list of 6 options.
2021-10-29 11:38:11,368 - chatterbot.chatterbot - INFO - Response selected. Using "Oi, meu amor"
2021-10-29 11:38:11,373 - chatterbot.chatterbot - INFO - BestMatch selected "Oi, meu amor" as a response with a confidence of 1.0
2021-10-29 11:38:11,465 - chatterbot.chatterbot - INFO - Adding "Oi" as a response to "Oi minha gostosa"
2021-10-29 11:38:18,783 - chatterbot.chatterbot - INFO - Beginning search for close text match
2021-10-29 11:38:18,833 - chatterbot.chatterbot - INFO - Processing search results
2021-10-29 11:38:18,852 - chatterbot.chatterbot - INFO - Similar text found: Oi, minha gostosa 0.65
2021-10-29 11:38:18,856 - chatterbot.chatterbot - INFO - Similar text found: Oi, minha linda 0.97
2021-10-29 11:38:18,862 - chatterbot.chatterbot - INFO - Using "Oi, minha linda" as a close match to "Oi minha linda" with a confidence of 0.97
2021-10-29 11:38:18,941 - chatterbot.chatterbot - INFO - 0. Excluding recent repeated response of "Oi"
2021-10-29 11:38:18,981 - chatterbot.chatterbot - INFO - No responses found. Generating alternate response list.
2021-10-29 11:38:19,001 - chatterbot.chatterbot - INFO - No known response to the input was found. Selecting a random response.
2021-10-29 11:38:19,007 - chatterbot.chatterbot - INFO - BestMatch selected "oi" as a response with a confidence of 0
2021-10-29 11:38:19,116 - chatterbot.chatterbot - INFO - Adding "Oi minha linda" as a response to "Oi"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant