diff options
author | Nikos Giotis <nikos.giotis@gmail.com> | 2018-02-11 11:49:33 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-02-17 07:42:52 +0700 |
commit | a903b3dbe1c45821d506e553f8843b5a039ecc40 (patch) | |
tree | e3a2281e11d46b22275b1e067c40fcb553c4cf60 /perl/perl-Lingua-EN-Fathom/README | |
parent | 0a451da7466c09920026949916f84df4290a3698 (diff) | |
download | slackbuilds-a903b3dbe1c45821d506e553f8843b5a039ecc40.tar.gz |
perl/perl-Lingua-EN-Fathom: Added (readability of English text).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-Lingua-EN-Fathom/README')
-rw-r--r-- | perl/perl-Lingua-EN-Fathom/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/perl/perl-Lingua-EN-Fathom/README b/perl/perl-Lingua-EN-Fathom/README new file mode 100644 index 0000000000..69bcdf836a --- /dev/null +++ b/perl/perl-Lingua-EN-Fathom/README @@ -0,0 +1,14 @@ +perl-Lingua-En-Fathom + +This module 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. |