a41c97ba0a
PR: ports/48010 Submitted by: Erwin Lansing <erwin@lansing.dk>
8 lines
442 B
Text
8 lines
442 B
Text
This module implements the classic Eliza algorithm. The original Eliza
|
|
program was written by Joseph Weizenbaum and described in the Communications
|
|
of the ACM in 1967. Eliza is a mock Rogerian psychotherapist. It prompts
|
|
for user input, and uses a simple transformation algorithm to change user
|
|
input into a follow-up question. The program is designed to give the
|
|
appearance of understanding.
|
|
|
|
WWW: http://search.cpan.org/dist/Chatbot-Eliza/
|