diff options
Diffstat (limited to 'games/Chatbot-Eliza/README')
-rw-r--r-- | games/Chatbot-Eliza/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/Chatbot-Eliza/README b/games/Chatbot-Eliza/README new file mode 100644 index 0000000000..b844d80b6a --- /dev/null +++ b/games/Chatbot-Eliza/README @@ -0,0 +1,11 @@ +Chatbot-Eliza (Eliza chat bot interface module for Perl) + +The original ELIZA program was written by Joseph Weizenbaum and described +in the Communications of the ACM in 1967. Chatbot-Eliza is a clone of the +classic ELIZA program written as perl module. It prompts for user input, +and uses a simple transformation algorithm to change user input into a +fellow-up question. + +The package includes some example scripts. + + |