Dulce

Results 5 comments of Dulce

> I did find something. Apparently > > ``` > import nltk > nltk.download('wordnet', quiet=True) > ``` > disables it but I don't know where `nltk.download()` is used in chatterbot....

I have seen all these lines in downloader.py which resides inside nltk folder. Below is an example. > class UpToDateMessage(DownloaderMessage): > """The package download file is already up-to-date""" > def...

Hi @gunthercox @Aljumaili85 I have tried this code but got an error ** > input_statement = bot.input.process_input(request) > AttributeError: 'ChatBot' object has no attribute 'input'. ** Can you please help...

Hi @Aljumaili85 Thanks for the prompt response. Upgraded the chatterbot version. I have the following errors now: > DEFAULT_SESSION_ID = bot.default_session.id > AttributeError: 'ChatBot' object has no attribute 'default_session' >...

I just want to avoid them.