- too much stemming going on
- reimport the second to last stemming port
This commit is contained in:
parent
c8aca8cf6a
commit
765fffcadf
24
textproc/p5-Lingua-Stem-Snowball-Se/Makefile
Normal file
24
textproc/p5-Lingua-Stem-Snowball-Se/Makefile
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/30 04:12:43 msf Exp $
|
||||||
|
|
||||||
|
COMMENT= "Porters stemming algorithm for Sweden"
|
||||||
|
|
||||||
|
VERSION= 1.01
|
||||||
|
DISTNAME= Snowball-Swedish-${VERSION}
|
||||||
|
PKGNAME= p5-Lingua-Stem-Snowball-Se-${VERSION}
|
||||||
|
CATEGORIES= textproc perl5
|
||||||
|
|
||||||
|
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
||||||
|
|
||||||
|
# GPL
|
||||||
|
PERMIT_PACKAGE_CDROM= Yes
|
||||||
|
PERMIT_PACKAGE_FTP= Yes
|
||||||
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
|
|
||||||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AS/ASKSH/}
|
||||||
|
|
||||||
|
CONFIGURE_STYLE= perl
|
||||||
|
|
||||||
|
PKG_ARCH= *
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
textproc/p5-Lingua-Stem-Snowball-Se/distinfo
Normal file
3
textproc/p5-Lingua-Stem-Snowball-Se/distinfo
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
MD5 (Snowball-Swedish-1.01.tar.gz) = 59c1b9f82422e27846e2e50db2f8a9a7
|
||||||
|
RMD160 (Snowball-Swedish-1.01.tar.gz) = 916e77e4b055b71afa0f4c6fed78318576ce8845
|
||||||
|
SHA1 (Snowball-Swedish-1.01.tar.gz) = abfc08dcb82bf5c717546d898b720be0d4635708
|
3
textproc/p5-Lingua-Stem-Snowball-Se/pkg/DESCR
Normal file
3
textproc/p5-Lingua-Stem-Snowball-Se/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-Se/pkg/PLIST
Normal file
7
textproc/p5-Lingua-Stem-Snowball-Se/pkg/PLIST
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/12/30 04:12:43 msf Exp $
|
||||||
|
${P5SITE}/Lingua/
|
||||||
|
${P5SITE}/Lingua/Stem/
|
||||||
|
${P5SITE}/Lingua/Stem/Snowball/
|
||||||
|
${P5SITE}/Lingua/Stem/Snowball/Se.pm
|
||||||
|
@comment ${P5SITE}/Lingua/Stem/Snowball/stemmer.pl
|
||||||
|
@man man/man3p/Lingua::Stem::Snowball::Se.3p
|
Loading…
Reference in New Issue
Block a user