The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Lingua::FR::Fathom - Measure readability of French text

VERSION

Version 0.01

SYNOPSIS

                        use Lingua::FR::Fathom;

                        my $text = new Lingua::FR::Fathom;

                        $text->readability("path of source folder");

README

This script indicates French texts readability. It proposes the Flesch-Kincaid test and multiple indicators like total number of words, total number of sentences, average syllabes per word, total number of numbers, total number of words over 3 syllables... and finally number of times a word is found in a text.

FUNCTIONS

readability($path_folder)

The readability function generates 2 csv files (Score.csv and Occurrency.csv in same folder) those containing readability test results. Only text files in specified folder are analysed.

AUTHOR

Jean-Francois Leforestier - URC HEGP Paris XV, <jean-francois.leforestier at egp.aphp.fr>

BUGS

Please report any bugs or feature requests to bug-lingua-fr-fathom at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Lingua-FR-Fathom. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

COPYRIGHT & LICENSE

Copyright 2009 Jean-Francois Leforestier - URC HEGP Paris XV.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.