python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
ChatterBot Error Windows: [E941] Can't find model 'en' Part 2
So I am trying to build a a stater chatbot using Python v 3.7 (64 bit). I was able to install the chatterbot using pip... as well as installing the trainer and spaCy via the command prompt using Windo...
Raatib Anderson
Votes: 0
Answers: 1
TypeError: 'Statement' object is not iterable
I get the error
Traceback (most recent call last):
File "main.py", line 22, in <module>
talk_to(chatbot)
File "main.py", line 18, in talk_to
trainer.train(respons...
atack
Votes: 0
Answers: 1
Python Chatbot doesn't quit when commanded to
When I type "quit" into the chatbot, it should stop working, but it doesn't. Have any idea why so?
from chatterbot import ChatBot
from chatterbot.trainers import ListTrainer
from...
Abstrakt
Votes: 0
Answers: 1
Error installing chatterbot, stuck on spacy
I try to install chatterbot, but there comes a time when it's in a loop to install spacy. appears written:
Using cached spacy-2.1.8.tar.gz (30.7 MB)
Installing build dependencies ...
After waiting ...

redystum
Votes: 0
Answers: 1