mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
659645398a
A clone of the classic Eliza program
7 lines
393 B
Plaintext
7 lines
393 B
Plaintext
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.
|