diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2004-01-19 19:35:48 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2004-01-19 19:35:48 +0000 |
commit | d475aaba0a291463678d85566911139bd9b1d618 (patch) | |
tree | bc7a708abc01cd70c37da0a3cd2975f2a0bbdf04 /textproc/p5-Lingua-Stem-It/pkg-descr | |
parent | . Add ${LOCALBASE}/lib to the default search path for libraries when using (diff) |
Add Lingua::Stem::It, which provides a stemmer for Italian.
Note that this port will be required to make textproc/p5-Lingua-Stem work
with all locales.
PR: 60859
Submitted by: Thorsten Greiner <thorsten.greiner@web.de>
Diffstat (limited to 'textproc/p5-Lingua-Stem-It/pkg-descr')
-rw-r--r-- | textproc/p5-Lingua-Stem-It/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/textproc/p5-Lingua-Stem-It/pkg-descr b/textproc/p5-Lingua-Stem-It/pkg-descr new file mode 100644 index 000000000000..cbf33bc0410e --- /dev/null +++ b/textproc/p5-Lingua-Stem-It/pkg-descr @@ -0,0 +1,6 @@ +Lingua::Stem::It - Porter's stemming algorithm for Italian + +This module applies the Porter Stemming Algorithm to its parameters, +returning the stemmed words. + +WWW: http://search.cpan.org/dist/Lingua-Stem-It |