Repository

Sat, Jun 27, 2009

Before I twiddle too much with the response script, I want to have a way to dump it out and therefore be sure that the thing I'm typing in is the same as the thing that the chatbot is using. It also occurred to me that it could be fun to have multiple chat windows open. It would totally be possible because each ConversationWindow has its own ElizaMain.

I've changed all the print methods. The original code had these methods dumping the script to System.out; I modified them to accept a...

Comment (0)
Mon, Jun 22, 2009

To make the BIAJ talk, we wanted some kind of chatbot to respond to typed comments. My first thought was of the classic ELIZA program, but I wondered if there might be something more appropriate.
<!--break-->
Of course, there has been a lot of work done on AI since that first ELIZA program. However, the work has all been aimed at making the responses more human, which is not exactly what we're looking for. Too, the subsequent...

Comment (0)