- initial import of Lingua-Stem-Snowball-Da-1.01
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/>.
This commit is contained in:
parent
528d0576ab
commit
03dd2f133e
21
textproc/p5-Lingua-Stem-Snowball-Da/Makefile
Normal file
21
textproc/p5-Lingua-Stem-Snowball-Da/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/30 03:54:43 msf Exp $
|
||||
|
||||
COMMENT= "Porters stemming algorithm for Denmark"
|
||||
|
||||
DISTNAME= Lingua-Stem-Snowball-Da-1.01
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= textproc perl5
|
||||
|
||||
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
||||
|
||||
# Artistic
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/p5-Lingua-Stem-Snowball-Da/distinfo
Normal file
3
textproc/p5-Lingua-Stem-Snowball-Da/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Lingua-Stem-Snowball-Da-1.01.tar.gz) = e8d9a8285bce0c9e4bedc138cd6a1501
|
||||
RMD160 (Lingua-Stem-Snowball-Da-1.01.tar.gz) = ca971aaee10d29b3f9e5b4f693767d78f2d0ffc5
|
||||
SHA1 (Lingua-Stem-Snowball-Da-1.01.tar.gz) = f6306c9d3b94005213ddb22e34a8e786cc9100a0
|
3
textproc/p5-Lingua-Stem-Snowball-Da/pkg/DESCR
Normal file
3
textproc/p5-Lingua-Stem-Snowball-Da/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
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/>.
|
7
textproc/p5-Lingua-Stem-Snowball-Da/pkg/PLIST
Normal file
7
textproc/p5-Lingua-Stem-Snowball-Da/pkg/PLIST
Normal file
@ -0,0 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/12/30 03:54:43 msf Exp $
|
||||
${P5SITE}/Lingua/
|
||||
${P5SITE}/Lingua/Stem/
|
||||
${P5SITE}/Lingua/Stem/Snowball/
|
||||
${P5SITE}/Lingua/Stem/Snowball/Da.pm
|
||||
@comment ${P5SITE}/Lingua/Stem/Snowball/stemmer.pl
|
||||
@man man/man3p/Lingua::Stem::Snowball::Da.3p
|
Loading…
x
Reference in New Issue
Block a user