|
NAMELingua::Stem::Fr - Perl French StemmingSYNOPSISuse Lingua::Stem::Fr; my $stems = Lingua::Stem::Fr::stem({ -words => $word_list_reference, -locale => 'fr', -exceptions => $exceptions_hash, }); my $stem = Lingua::Stem::Fr::stem_word( $word ); DESCRIPTIONThis module use the a modified version of the Porter Stemming Algorithm to return a stemmed words.The algorithm is implemented as described in: http://snowball.tartarus.org/french/stemmer.html with some improvement. The code is carefully crafted to work in conjunction with the Lingua::Stem module by Benjamin Franz. This french version is based too, on the work of Aldo Calpini (Italian Version) METHODS
HISTORY
SEE ALSOYou can see the French stemming algorithm from Mr Porter here :http://snowball.tartarus.org/french/stemmer.html Another French stemming tool in Perl (French page) : http://www.univ-nancy2.fr/pers/namer/Telecharger_Flemm.html AUTHORSébastien Darribere-Pleyt, <sebastien.darribere@lefute.com>COPYRIGHT AND LICENSECopyright (C) 2003 by Aldo Calpini <dada@perl.it>Copyright (C) 2004 by Sébastien Darribere-Pleyt <sebastien.darribere@lefute.com> This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.3 or, at your option, any later version of Perl 5 you may have available. POD ERRORSHey! The above document had some coding errors, which are explained below:
Visit the GSP FreeBSD Man Page Interface. |