aboutsummaryrefslogtreecommitdiff
path: root/misc/p5-Chatbot-Eliza/pkg-descr
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-01-12 15:58:28 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-01-12 15:58:28 +0000
commit659645398a12573aa25f01876f428118212730bc (patch)
tree56ca0b9cc59924f7c1fa0d9996d38dd51d79a865 /misc/p5-Chatbot-Eliza/pkg-descr
parentf252ef5daee43632fc6d2ddcea0c63611723b4a0 (diff)
downloadports-659645398a12573aa25f01876f428118212730bc.tar.gz
ports-659645398a12573aa25f01876f428118212730bc.zip
add p5-Chatbot-Eliza 0.97
A clone of the classic Eliza program
Notes
Notes: svn path=/head/; revision=52972
Diffstat (limited to 'misc/p5-Chatbot-Eliza/pkg-descr')
-rw-r--r--misc/p5-Chatbot-Eliza/pkg-descr6
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/p5-Chatbot-Eliza/pkg-descr b/misc/p5-Chatbot-Eliza/pkg-descr
new file mode 100644
index 000000000000..4fd08b5885bf
--- /dev/null
+++ b/misc/p5-Chatbot-Eliza/pkg-descr
@@ -0,0 +1,6 @@
+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.