Importing package for Perl5 module Lingua::Stem::Snowball::No 1.2
(CPAN distribution Snowball-Norwegian) into textproc/p5-Snowball-Norwegian. The stem function takes a scalar as a parameter and stems the word according to Martin Porters Norwegian stemming algorithm, which can be found at the Snowball website: http://snowball.tartarus.org/. It also supports caching if the use_cache option is passed when constructing a new L:S:S:N object.
This commit is contained in:
parent
76df1e858e
commit
a088ee291e
3 changed files with 30 additions and 0 deletions
6
textproc/p5-Snowball-Norwegian/DESCR
Normal file
6
textproc/p5-Snowball-Norwegian/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
The stem function takes a scalar as a parameter and stems the word
|
||||
according to Martin Porters Norwegian stemming algorithm, which can be
|
||||
found at the Snowball website: http://snowball.tartarus.org/.
|
||||
|
||||
It also supports caching if the use_cache option is passed when
|
||||
constructing a new L:S:S:N object.
|
19
textproc/p5-Snowball-Norwegian/Makefile
Normal file
19
textproc/p5-Snowball-Norwegian/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/08/19 06:46:51 sno Exp $
|
||||
|
||||
DISTNAME= Snowball-Norwegian-1.2
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AS/ASKSH/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Snowball-Norwegian/
|
||||
COMMENT= Porters stemming algorithm for Norwegian
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
PERL5_PACKLIST= auto/Lingua/Stem/Snowball/No/.packlist
|
||||
PERL5_MODULE_TYPE= Module::Build
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
textproc/p5-Snowball-Norwegian/distinfo
Normal file
5
textproc/p5-Snowball-Norwegian/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/08/19 06:46:51 sno Exp $
|
||||
|
||||
SHA1 (Snowball-Norwegian-1.2.tar.gz) = 641791649dca1946f0758fdebea8f8c4e9efb453
|
||||
RMD160 (Snowball-Norwegian-1.2.tar.gz) = 9b9f3e7cfc59a70d754cc9b2447bfd72eeea98c3
|
||||
Size (Snowball-Norwegian-1.2.tar.gz) = 137032 bytes
|
Loading…
Reference in a new issue