summaryrefslogtreecommitdiff
path: root/textproc/p5-Lingua-Stem-Snowball-Da/DESCR
diff options
context:
space:
mode:
authorsno <sno>2010-08-19 06:35:32 +0000
committersno <sno>2010-08-19 06:35:32 +0000
commit73479a9838538ade9efb89dcd0f2090f4b7ee638 (patch)
treed7faee570d245c1a2965ded675a7fd76062f0338 /textproc/p5-Lingua-Stem-Snowball-Da/DESCR
parenta72ae98a0602c7e31834a2f45282c0fdf4e968bf (diff)
downloadpkgsrc-73479a9838538ade9efb89dcd0f2090f4b7ee638.tar.gz
Importing package for Perl5 module Lingua::Stem::Snowball::Da 1.01 as
dependency of scheduled import of Lingua::Stem 0.84. The stem function takes a scalar as a parameter and stems the word according to Martin Porters Danish stemming algorithm, which can be found at the Snowball website: http://snowball.tartarus.org/. It also supports caching if the use_cache option is passed when constructing a new L:S:S:D object.
Diffstat (limited to 'textproc/p5-Lingua-Stem-Snowball-Da/DESCR')
-rw-r--r--textproc/p5-Lingua-Stem-Snowball-Da/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/textproc/p5-Lingua-Stem-Snowball-Da/DESCR b/textproc/p5-Lingua-Stem-Snowball-Da/DESCR
new file mode 100644
index 00000000000..e367f23eb8e
--- /dev/null
+++ b/textproc/p5-Lingua-Stem-Snowball-Da/DESCR
@@ -0,0 +1,6 @@
+The stem function takes a scalar as a parameter and stems the word
+according to Martin Porters Danish stemming algorithm, which can be found
+at the Snowball website: http://snowball.tartarus.org/.
+
+It also supports caching if the use_cache option is passed when
+constructing a new L:S:S:D object.