libchatbot-eliza-perl 1.08-3 source package in Ubuntu

Changelog

libchatbot-eliza-perl (1.08-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libchatbot-eliza-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 18:24:48 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libchatbot-eliza-perl_1.08-3.dsc 2.1 KiB 5af3c71ad2c1c86dc23efc8913d3f686344c11b41bee2c0e1d97d5def8081de6
libchatbot-eliza-perl_1.08.orig.tar.gz 39.3 KiB 1fca6db94b1426c6f5c532e45dbb27104ca81659f99f8addf6fe497eab7163c5
libchatbot-eliza-perl_1.08-3.debian.tar.xz 2.4 KiB 4160aec9883ad79a0e8eec800360c764ddd68ee6a69622a51f6ab2083155a3cb

Available diffs

No changes file available.

Binary packages built by this source

libchatbot-eliza-perl: clone of the classic Eliza program

 Chatbot::Eliza implements the classic Eliza algorithm. The original Eliza
 program was written by Joseph Weizenbaum and described in the Communications
 of the ACM in 1966. 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.
 .
 This program is a faithful implementation of the program described by
 Weizenbaum. It uses a simplified script language (devised by Charles Hayden).
 The content of the script is the same as Weizenbaum's.