diff options
author | sno <sno@pkgsrc.org> | 2010-08-19 06:26:23 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-08-19 06:26:23 +0000 |
commit | 3fbf878c02fdaf45ea3676ba21decff84ebb99b2 (patch) | |
tree | 2e364fe17269009393ddf5d3c9c69f4529fb1bb8 /textproc/p5-Lingua-Stem-Ru/DESCR | |
parent | 8ba9da148a0e9d99784b1146302bcbab999bbb2f (diff) | |
download | pkgsrc-3fbf878c02fdaf45ea3676ba21decff84ebb99b2.tar.gz |
Importing package for Perl5 module Lingua::Stem::Ru 0.01 as dependency
of scheduled import for Lingua::Stem.
This module applies the Porter Stemming Algorithm to its parameters,
returning the stemmed words.
The algorithm is implemented exactly as described in:
* http://snowball.tartarus.org/russian/stemmer.html
The code is carefully crafted to work in conjunction with the Lingua::Stem
module by Benjamin Franz. This stemmer is also based on the work of Aldo
Capini, see Lingua::Stem::It.
Diffstat (limited to 'textproc/p5-Lingua-Stem-Ru/DESCR')
-rw-r--r-- | textproc/p5-Lingua-Stem-Ru/DESCR | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/p5-Lingua-Stem-Ru/DESCR b/textproc/p5-Lingua-Stem-Ru/DESCR new file mode 100644 index 00000000000..9a558a7c13c --- /dev/null +++ b/textproc/p5-Lingua-Stem-Ru/DESCR @@ -0,0 +1,10 @@ +This module applies the Porter Stemming Algorithm to its parameters, +returning the stemmed words. + +The algorithm is implemented exactly as described in: + + * http://snowball.tartarus.org/russian/stemmer.html + +The code is carefully crafted to work in conjunction with the Lingua::Stem +module by Benjamin Franz. This stemmer is also based on the work of Aldo +Capini, see Lingua::Stem::It. |