ChatterBot icon indicating copy to clipboard operation
ChatterBot copied to clipboard

ChatterBot is a machine learning, conversational dialog engine for creating chat bots

Results 299 ChatterBot issues
Sort by recently updated
recently updated
newest added

Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project. #### Changes included in this PR - Changes to the following...

When I run the simple demo on our website: ```py from chatterbot import ChatBot chatbot = ChatBot("Ron Obvious") ``` I will get this exception trace: ``` Traceback (most recent call...

This PR fixes a bug in the `chatterbot/tagging.py` file # Implementation * A description of the bug and solution can be found in this stack overflow [thread](https://stackoverflow.com/questions/66087475/chatterbot-error-oserror-e941-cant-find-model-en) * Basically one...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...

This issue has been here before, it's closed, but I haven't found a solution there. I installed chatterbot with 'clone' from Github. Then I created a new file ChatterBot/chatterbot2.py. I...

**Question:** Is the code eighteen hundred and twenty-one? **Result in a fatal error** ![error](https://user-images.githubusercontent.com/66516726/176699521-3477ce2e-a869-41d1-8ae2-3715656a403b.png) **Explanation:** in eighteen (and sixteen, seventeen, and all that jazz) chatterbot sees EIGHT first hence turning...

Correcting the typos of 'logic adaper' to 'logic adapter'.

I noticed there seems to be a couple of issues when inputting mixed words with numbers in the `terminal_example.py`: **KeyError** ``` $ python terminal_example.py Type something to begin... ninety seven...

bug

for example trainers.py line 100. main-github: " statement_search_text = self.chatbot.storage.tagger.get_text_index_string(text)" PyPi 1.0.8: "statement_search_text = self.chatbot.storage.tagger.get_bigram_pair_string(text)" caused the error "AttributeError: 'PosLemmaTagger' object has no attribute 'get_bigram_pair_string'" when I tried to run...