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.
This commit is contained in:
sno 2010-08-19 06:26:23 +00:00
parent 709dec7660
commit bfb8869ec7
3 changed files with 33 additions and 0 deletions

View file

@ -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.

View file

@ -0,0 +1,18 @@
# $NetBSD: Makefile,v 1.1.1.1 2010/08/19 06:26:23 sno Exp $
DISTNAME= Lingua-Stem-Ru-0.01
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Lingua-Stem-Ru/
COMMENT= Porter's stemming algorithm for Russian (KOI8-R only)
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Lingua/Stem/Ru/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2010/08/19 06:26:23 sno Exp $
SHA1 (Lingua-Stem-Ru-0.01.tar.gz) = 1230591bfbb807b62f6573ed77ff5fc4e3acf71e
RMD160 (Lingua-Stem-Ru-0.01.tar.gz) = 2d7272b46eb97c192c5a780a60247a6a0a695ac5
Size (Lingua-Stem-Ru-0.01.tar.gz) = 209087 bytes