summaryrefslogtreecommitdiff
path: root/textproc/p5-Lingua-Stem-It/DESCR
diff options
context:
space:
mode:
authorsno <sno>2010-08-19 06:19:53 +0000
committersno <sno>2010-08-19 06:19:53 +0000
commitc8b836405a88200e2ae066c804f45be93d8bf2c9 (patch)
tree813496305affa928bd8eae3aaca8f584f7894ea4 /textproc/p5-Lingua-Stem-It/DESCR
parentacd60862c03278ea27a42688f36b673605cc89a6 (diff)
downloadpkgsrc-c8b836405a88200e2ae066c804f45be93d8bf2c9.tar.gz
Importing package for Perl5 module Lingua::Stem::It 0.02 into
textproc/p5-Lingua-Stem-It as dependency for Lingua::Stem, which is a dependency of the scheduled update of DBIx::Class::Schema::Loader This module applies the Porter Stemming Algorithm to its parameters, returning the stemmed words. The algorithm is implemented exactly (I hope :-) as described in: http://snowball.tartarus.org/algorithms/italian/stemmer.html The code is carefully crafted to work in conjunction with the Lingua::Stem module by Benjamin Franz, from which I've also borrowed some functionalities (caching and exception list).
Diffstat (limited to 'textproc/p5-Lingua-Stem-It/DESCR')
-rw-r--r--textproc/p5-Lingua-Stem-It/DESCR10
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/p5-Lingua-Stem-It/DESCR b/textproc/p5-Lingua-Stem-It/DESCR
new file mode 100644
index 00000000000..15939c98048
--- /dev/null
+++ b/textproc/p5-Lingua-Stem-It/DESCR
@@ -0,0 +1,10 @@
+This module applies the Porter Stemming Algorithm to its parameters,
+returning the stemmed words.
+
+The algorithm is implemented exactly (I hope :-) as described in:
+
+ http://snowball.tartarus.org/algorithms/italian/stemmer.html
+
+The code is carefully crafted to work in conjunction with the
+Lingua::Stem module by Benjamin Franz, from which I've also borrowed
+some functionalities (caching and exception list).