-
When running the example program:
```
from chatterbot import ChatBot
chatbot = ChatBot(
'Ron Obvious',
trainer='chatterbot.trainers.ChatterBotCorpusTrainer'
)
# Train based on the english …
-
I actualiced the chatterbot to new version 6.0 and give me this error in python 2.7:
this code:
# -*- coding: utf-8 -*-
"""RESET: por si te da guerra este pedazo de desgraciado
cibernetico, aqu…
-
C:\Users\user>cd desktop
C:\Users\user\Desktop>python ourchatbot.py
ourchatbot.py:8: SyntaxWarning: invalid escape sequence \D
for files in os.listdir('C:/Users/user\Desktop\chatterbot-corpus-m…
-
Resources:
# open source skeleton
- https://github.com/alfredfrancis/ai-chatbot-framework/
- https://medium.com/analytics-vidhya/building-a-simple-chatbot-in-python-using-nltk-7c8c8215ac6e
#…
-
//anaconda/lib/python2.7/site-packages/chatterbot/storage/jsonfile.py:26: UnsuitableForProductionWarning: The JsonFileStorageAdapter is not recommended for production environments.
self.UnsuitableF…
-
for ex:
AI
Artificial intelligence
machine intelligence
how to treat all this words as one word in an custom logic adapter
-
**# have created a simple Flask app using ChatterBot with Heroku but 👍:**
`
2017-03-03T09:29:05.195670+00:00 app[web.1]: Traceback (most recent call last):
2017-03-03T09:29:05.195672+00:00 app[we…
-
I am trying to execute chatterbot from PHP and not getting the expected result. I am using python3.7 and chatterbot 0.5.5
from chatterbot import ChatBot
import sys
import requests
bot = ChatBo…
-
Hi,
I created my first Telegram chatbot and I deployed it on Heroku.
It doesn't work. My program has these files:
``` tree
Procfile
requirements.txt
Magghy.py
magghybot.py
nltk.txt
runtime…
-
Well I'm using Django channels to send and receive messages. In this case I'm using consumers to get the messages from frontend and process it and return back to frontend.
```
def ws_message(messa…