Added trainer config

This commit is contained in:
José Carlos Cuevas 2017-05-17 02:09:53 +02:00
parent 184b96d6ae
commit 48a363bb30

View file

@ -81,6 +81,7 @@ def main():
# Start the chat bot system
chatbot = ChatBot('Te Rieh',
trainer='chatterbot.trainers.ChatterBotCorpusTrainer',
storage_adapter='chatterbot.storage.MongoDatabaseAdapter',
logic_adapters=[
'chatterbot.logic.BestMatch'