Questions tagged as 'chatterbot'

0
answers

How to add external training in chatterbot

I created a very simple bot to learn how to use chatterbot. This library already comes with a training, but I wanted to put an extra training with the import of a corpus in Portuguese that I found in github. from chatterbot import ChatBot bot...
asked by 06.11.2018 / 11:46
1
answer

How to train a bot using chatterbot

This is my first time developing a bot and following the instructions in the chatterbot manual I came up with the following code: from chatterbot import ChatBot bot = ChatBot( "Terminal", storage_adapter="chatterbot.storage.SQLStorageAdapter"...
asked by 01.11.2018 / 14:21
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