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
Talk to Alexa API without any specific skill
I need to create an intent-based chatbot with AWS Lex. It has some intents and responses, but if it doesn't identify any specific intent, it must get a response from Alexa (e.g., "What time is it...

Willian Angelo
Votes: 0
Answers: 2
How to create a access token for the Hangout chat API by using OAuth 2.0?
I am currently developing a google hangout chatbot.
For that, I need to know, how to create an access token for the hangout Chat API - REST API(https://developers.google.com/chat/api/guides/rest-api) ...
Mohamed Sahul
Votes: 0
Answers: 0
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