I have an issue when chatbot.get_response() and (exactly the same problem) when trainer.tain() on a list of english strings. It says
OperationalError: no such column: statement.conversation
And then this one
OperationalError: (sqlite3.OperationalError) no such column: statement.conversation
I have the latest version of ChatterBot downloaded via git. Wanna use russian corpus after fixing this problem.
Does anyone know what can I do here? Thanks!
Thanks! I got an answer - I just had to 'untrain' my bot and start again. Just type chatbot.storage.drop()