Fork me on GitHub

eliza-jquery by davidlgj

A jQuery plugin for the old CS classic 'ELIZA' the psychiatrist program ("doctor" in Emacs etc.)

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.

This is a javascript version adapted from a python original created by Joe Strout.

Dependencies

Since it's a jQuery plugin you'll need jQuery.

Try it!

License

BSD like

Authors

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

Contact

(david.lgj@gmail.com)

Download

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