From wikipedia:
ELIZA was a computer program and an early example (by modern standards) of primitive natural language processing. ELIZA operated by processing users' responses with scripts, the most famous of which was DOCTOR, a simulation of a Rogerian psychotherapist. In this mode, ELIZA mostly rephrased the user's statements as questions and posed those to the 'patient.' ELIZA was written by Joseph Weizenbaum between 1964 to 1966.
Since it's a jQuery plugin you'll need jQuery.
BSD like
Original python version:
Copyright (c) 1997, Joe Strout
Copyright (c) 1997, Jeff Epler
Copyright (c) 2005, Jez Higgins
Javascript adaption:
Copyright (c) 2009 David Jensen
(david.lgj@gmail.com)
You can download this project in either zip or tar formats.
You can also clone the project with Git by running:
$ git clone git://github.com/davidlgj/eliza-jquery