mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
15 lines
479 B
Text
15 lines
479 B
Text
|
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.
|