Questions tagged as 'chatbot'

1
answer

How to change the layout of the ReplyKeyboardMarkup / Quick Reply in api.ai to the Telegram?

ai to create a bot, using the quick reply from the service the keyboard layout (ReplyKeyboardMarkup) in the Telegram is vertical, thus cutting all messages: Inoticedthatinthe documentation of Telegram bots, you have the option of customizin...
asked by 02.03.2017 / 13:41
1
answer

Error using chatterbot in python ('chatterbot' is not a package)

I made a basic Chatterbot code in Python that worked fine, but out of nowhere it stopped working and always has the same error:    from chatterbot.trainers import ListTrainer ModuleNotFoundError: No module named 'chatterbot.trainers'; 'chatte...
asked by 28.12.2018 / 19:17
1
answer

download and install Microsoft.Speech.Recognition

Can someone tell me the link where I can download this reference: Microsoft.Speech.Recognition; and if possible help me install it. Thank you     
asked by 16.12.2017 / 14:53
1
answer

ImportError: No module named 'chatterbot'

Does anyone help me? My code gives the following error: Traceback (most recent call last): File "main.py", line 1, in <module> from chatterbot import ChatBot ImportError: No module named 'chatterbot' So here's main.py: from ch...
asked by 05.08.2018 / 20:14