Tagged Questions
1
vote
2answers
106 views
Foreign language Chatterbot web app
My goal is to write some sort of chatterbot that speaks in spanish. I've seen examples for simple python chatterbots, but their answers are mostly just random. I want the bot to partially understand ...
0
votes
1answer
97 views
Integrating my program with a web2.0 website
I'm creating an ELIZA-like chatterbot, and I'd like to calibrate it with Omegle, using what the other person type as the input.
If it was a regular HTML page, I could parse it and send back the ...