Advertisement

ELIZA Chatbot

Started by May 20, 2015 04:09 PM
-1 comments, last by Tutorial Doctor 9 years, 6 months ago

A while ago I stumbled across a neat idea for a chatbot in 18 lines of code:

http://www.gamedev.net/topic/663348-chatbot-in-18-lines-of-code-python-help/

I modified it a bit with more features. Today I stumbled across a mention of a chatbot named ELIZA:

http://en.wikipedia.org/wiki/ELIZA

I searched for a Python implementation and this is where my search lead me:

http://www.jezuk.co.uk/cgi-bin/view/software/eliza

I changed whrandom to random (don't know how this will affect the program, but it seems to work:

The reason I am looking into chatbots is for AI game characters. I really want it as simple as possible. Anyone think this would be a suitable base AI that could be implemented in any programming language?

It seems customizable enough.

This search was inspired by:

http://www.science20.com/eye_brainstorm/why_my_computer_didnt_do_all_my_homework-93905

They call me the Tutorial Doctor.

This topic is closed to new replies.

Advertisement