Tagged Questions

1
vote
3answers
145 views

a Modifiable Java Chatbot Engine

I'm currently working on a chatbot project and I was wondering if there are any simple, moddable Engines (or let's call it, brains) out there for Java? I've found quite a few, but aside from the ...
0
votes
2answers
92 views

inference engine based chatbot in java

I want to build a chatbot which can parse through given knowledge to add facts to its knowledge base and use these facts and an inference engine to answer questions. What existing solutions can I use ...
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 ...
-3
votes
1answer
101 views

The 2010 Loebner Prize winner bot: Suzette [closed]

What are some of the techniques that a machine could use to be able to carry a good conversation/pass the Turing Test? I know this has to do with Natural Language Understanding and Processing, but I ...