File: control

package info (click to toggle)
libchatbot-eliza-perl 1.08-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 260 kB
  • ctags: 18
  • sloc: perl: 935; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,283 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: libchatbot-eliza-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Lucas Kanashiro <kanashiro@debian.org>
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: perl
Standards-Version: 4.1.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libchatbot-eliza-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libchatbot-eliza-perl.git
Homepage: https://metacpan.org/release/Chatbot-Eliza
Testsuite: autopkgtest-pkg-perl

Package: libchatbot-eliza-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: 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.