diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-13 01:29:18 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:39:52 +0700 |
commit | 812d643eefc4a756c0edab9186111bc2bf8d9b0a (patch) | |
tree | 663b931c6da250916227c7bcc9ec3421f8561ae5 /games/Chatbot-Eliza | |
parent | b4b551bdcbf290cc9a5bf165a785ac824ab675f5 (diff) |
games/Chatbot-Eliza: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/Chatbot-Eliza')
-rw-r--r-- | games/Chatbot-Eliza/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games/Chatbot-Eliza/README b/games/Chatbot-Eliza/README index e3d00d4897aa7..5ee92cc73e6fa 100644 --- a/games/Chatbot-Eliza/README +++ b/games/Chatbot-Eliza/README @@ -1,9 +1,9 @@ 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 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. |