标签: chatbot why3
为什么当我使用逻辑适配器时我不能训练我的聊天机器人 (来自Python3.6)? 例子
bot = Chatbot("gol", logic_adapter=['chatterbot.logic.TimeLogicAdapter']) bot.set_trainer(ListTrainer) bot.train("hey", "how are you")}