chatterbot python3 OperationalError: no such column: statement.conversation while training chatbot

378 Views Asked by At

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!

1

There are 1 best solutions below

0
On

Thanks! I got an answer - I just had to 'untrain' my bot and start again. Just type chatbot.storage.drop()