Training wont work - AttributeError: 'ChatBot' object has no attribute 'find'
AttributeError: 'ChatBot' object has no attribute 'find'
Chatterbot 1.0.8
The code is the ListTrainer quickstart example from the docs
I dont think theres any problems with my code, its a problem with the module
Faced this a long ago and quit chatterbot. Today I need chatterbot for a project and came to report this issue. And found this was issued 3 days ago. Hoping quick response from the maintainers. Please :)
@Ufgtftcbtcut found a solution after few google searches.
Use ListTrainer(chatbot.storage) instead of ListTrainer(chatbot).
See this
Oh. Then, can the docs be updated?
@Ufgtftcbtcut found a solution after few google searches. Use
ListTrainer(chatbot.storage)instead ofListTrainer(chatbot).See this
Thank you very much solved.
邮件已收到,谢谢您!