Tagged Questions

16
votes
10answers
10k views

How can I program a simple chat bot AI?

I want to build a bot that asks someone a few simple questions and branches based on the answer. I realize parsing meaning from the human responses will be challenging, but how do you setup the ...
5
votes
1answer
683 views

How do Markov Chain Chatbots work?

I was thinking of creating a chatbot using something like markov chains, but I'm not entirely sure how to get it to work. From what I understand, you create a table from data with a given word and ...
3
votes
5answers
1k views

How to create a smart chat-bot?

I know that it's still an open problem so I don't expect to see complete answers here. I just want to find some approaches to solve the next problem: I have a model (assume that is's bot's memory), ...
1
vote
3answers
127 views

How best to store data for a chatbot?

I was looking on the internet for chatbots. It was only fun. But now, I love this subject so much that I want to develop my own chatbot. But the first thing is to look for a good way to manage the ...
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 ...
1
vote
2answers
105 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
0answers
39 views

Simple PHP chatbot API [closed]

I'd like to create a website on which the user will be able to speak to a chatbot, with the output of the chatbot put through a filter before displaying it. To do that, I need an API (preferably in ...
0
votes
0answers
49 views

visual talking head agent

I'm creating a chat bot with an animated head at the side. So far I have completed the chat bot and I'm looking to make an animated head. I have no experience with 3d modellers so could you suggest ...
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
110 views

Chatbot Conversation Objects, your approach?

I'm relatively new to programming and a recent project I've started to work on is a chatbot in python for an irc channel I frequent. One of my goals is to have the bot able to very basically keep ...
0
votes
1answer
558 views

CHATBOT: Programming a chat bot with a easy programming Interpret interface

I would like to do it (Probably it not necessary to do it) a console interface to make an implementation of a chat bot. I would like my chat bot has 3 levels of “intelligence”. Level one: My chat bot ...
-2
votes
2answers
43 views

Serverside Program should run byself

I want to develop a chatbot. The program should speak with my friends on facebook while I am not available personally. That means: It have to run on a webserver. It have to become active different ...
-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 ...