File: control

package info (click to toggle)
liblingua-en-fathom-perl 1.22-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 144 kB
  • sloc: perl: 303; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,335 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
28
29
30
31
32
Source: liblingua-en-fathom-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>
Build-Depends: debhelper (>= 9), libmodule-build-perl
Build-Depends-Indep: liblingua-en-sentence-perl,
 liblingua-en-syllable-perl (>= 0.280),
 perl
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liblingua-en-fathom-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liblingua-en-fathom-perl.git
Homepage: https://metacpan.org/release/Lingua-EN-Fathom
Testsuite: autopkgtest-pkg-perl

Package: liblingua-en-fathom-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 liblingua-en-sentence-perl,
 liblingua-en-syllable-perl (>= 0.280)
Description: Perl module for measuring readability of English text
 Lingua::EN::Fathom analyses English text in either a string or file. Totals
 are then calculated for the number of characters, words, sentences, blank and
 non blank (text) lines and paragraphs.
 .
 Three common readability statistics are also derived, the Fog, Flesch and
 Kincaid indices.
 .
 All of these properties can be accessed through individual methods, or by
 generating a text report.
 .
 A hash of all unique words and the number of times they occur is generated.