This is an implimentation of Joseph Weizenbaums ELIZA with a clean chat interface.Most commonly written in Lisp, ELIZA is a chatterbot that uses pattern-matching and primitive language processing to provide generic responses to input. For example, a users input might be "I am great!" and a typical response to this by Eliza is "In what ways are you great?".