-
Installing Chatterbot always fails when I get to the build dependencies after collecting spacy. I have searched around and tried various commands from other similar problems, but have not been able to…
-
After installing all the required packages, running ```python init.py``` gives the error :
```
[nltk_data] Downloading package punkt to /home//nltk_data...
[nltk_data] Package punkt is already…
-
When I deployed flask chatterbot app to heroku it was working fine then after some time an application error came.
-
Hello Sir,
I'm trying to get chatterbot to work on android device using (Chaquopy) and android studio of course, I'm getting this error:
**[Errno30] Read-only file system: 'sentence_tokenizer.pi…
-
I'm study the lib and I had a error in my first test, return o character as response.
the code:
```
from chatterbot import ChatBot
from chatterbot.trainers import ListTrainer
import os
bot…
-
I am running my flask socketio application for a chatbot. Locally everything works fine, I can ask questions and get answers. But on the Heroku server I can ask questions, but I do not receive any res…
ghost updated
4 years ago
-
I'm sure I've had this basic example of chatterbot corpus working previously. Following examples from
https://chatterbot.readthedocs.io/en/latest/training.html#training-with-corpus-data
and
https:…
-
from chatterbot import ChatBot
from chatterbot.trainers import ChatterBotCorpusTrainer
import os
bot = ChatBot('Bot')
trainer = ChatterBotCorpusTrainer(ChatBot)
trainer.train("chatterbot.corp…
-
I am struggling to train from my own custom YML files since the update. It was working in 0.8.7
Is there an example to allow training this way?
Here is my current code:
from chatterbot impor…
-
runfile('C:/Users/gnane/OneDrive/Documents/PhD/phd2018 Implementation/GGBot/reflexivemodel.py', wdir='C:/Users/gnane/OneDrive/Documents/PhD/phd2018 Implementation/GGBot')
Training the Reflexi…
ggkar updated
4 years ago