Tagged Questions

2
votes
2answers
58 views

Determining the topic of a conversation programmatically

This is probably an extremely difficult question to answer, but here is my question anyway. I am wondering what the best method is for determining the topic of a conversation. The conversation takes ...
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 ...