Menu

Chatterbot Eliza / News: Recent posts

Chatbot Tutorial

New Tutorial on how to create your own Artificial Intelligence Chatbot is now available for download

Posted by Gonzales Cenelia 2009-05-01

Chatterbot Eliza 3.0

I'm on the process of writing a new chatterbot in C++ once again, this new chatbot is meant to be a greatly improve version of my previous chatterbot that i have published over the web at: pscode.com, codeproject.com, programmersheaven.com etc. One of the goals on these new chatterbot is to have a better encapsulation on the functionalities of the program by using more class (ex: we could use a class for the chatbot responses (class CResponse() {}), one for the inputs of the use (class CInput() {}). I also wanted to extend the database of the chatbot to make it more bigger maybe 5000 lines or more (right now it is: 1376 lines). One of the other goals is to use 'Breadth first Search' for the keyword lookup inside the database. And finaly one of the major goal of the these new chatbot is to have a version the program that is much more faithful to the original Eliza but also have some new functionalities. (my homepage: http://ai-programming.com\)

Posted by Gonzales Cenelia 2009-05-01