his module provides unified perl interface to Snowball stemmers
(http://snowball.tartarus.org) and virtually supports various languages. It's written using C for high performance and provides OO and plain interfaces. WWW: http://search.cpan.org/dist/Lingua-Stem-Snowball
This commit is contained in:
parent
33735b7a68
commit
1b38de1d8f
4 changed files with 27 additions and 0 deletions
6
p5-Lingua-Stem-Snowball/DESCR
Normal file
6
p5-Lingua-Stem-Snowball/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
This module provides unified perl interface to Snowball stemmers
|
||||
(http://snowball.tartarus.org) and virtually supports various
|
||||
languages. It's written using C for high performance and provides
|
||||
OO and plain interfaces.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Lingua-Stem-Snowball
|
15
p5-Lingua-Stem-Snowball/Makefile
Normal file
15
p5-Lingua-Stem-Snowball/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2005/08/03 17:48:17 kuli0020 Exp $
|
||||
|
||||
DISTNAME= Lingua-Stem-Snowball-0.92
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/}
|
||||
|
||||
MAINTAINER= kuli0020@umn.edu
|
||||
HOMEPAGE= http://search.cpan.org/dist/Lingua-Stem-Snowball
|
||||
COMMENT= Lingua::Stem::Snowball - Perl interface to Snowball stemmers
|
||||
|
||||
PERL5_PACKLIST= auto/Lingua/Stem/Snowball/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
p5-Lingua-Stem-Snowball/PLIST
Normal file
1
p5-Lingua-Stem-Snowball/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2005/08/03 17:48:17 kuli0020 Exp $
|
5
p5-Lingua-Stem-Snowball/distinfo
Normal file
5
p5-Lingua-Stem-Snowball/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2005/08/03 17:48:17 kuli0020 Exp $
|
||||
|
||||
SHA1 (Lingua-Stem-Snowball-0.92.tar.gz) = 95b3dfd3606aff69a415cf1417c6d3ad12847446
|
||||
RMD160 (Lingua-Stem-Snowball-0.92.tar.gz) = ac0be9d8d37ecb226f21d4f458f1bfc3bfdf0395
|
||||
Size (Lingua-Stem-Snowball-0.92.tar.gz) = 84475 bytes
|
Loading…
Reference in a new issue