This module provides lists of stopwords for several languages.
Currently supported languages are Danish, Dutch, English, French, German, Italian, Norwegian, Portugese, Spanish, and Swedish. WWW: http://search.cpan.org/dist/Lingua-StopWords
This commit is contained in:
parent
1b38de1d8f
commit
d40372cd9a
4 changed files with 26 additions and 0 deletions
5
p5-Lingua-StopWords/DESCR
Normal file
5
p5-Lingua-StopWords/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
This module provides lists of stopwords for several languages.
|
||||
Currently supported languages are Danish, Dutch, English, French,
|
||||
German, Italian, Norwegian, Portugese, Spanish, and Swedish.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Lingua-StopWords
|
15
p5-Lingua-StopWords/Makefile
Normal file
15
p5-Lingua-StopWords/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2005/08/03 17:58:39 kuli0020 Exp $
|
||||
|
||||
DISTNAME= Lingua-StopWords-0.02
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/}
|
||||
|
||||
MAINTAINER= kuli0020@umn.edu
|
||||
HOMEPAGE= http://search.cpan.org/dist/Lingua-StopWords
|
||||
COMMENT= Lingua::StopWords - Stop words for several languages
|
||||
|
||||
PERL5_PACKLIST= auto/Lingua/StopWords/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
p5-Lingua-StopWords/PLIST
Normal file
1
p5-Lingua-StopWords/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2005/08/03 17:58:39 kuli0020 Exp $
|
5
p5-Lingua-StopWords/distinfo
Normal file
5
p5-Lingua-StopWords/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2005/08/03 17:58:39 kuli0020 Exp $
|
||||
|
||||
SHA1 (Lingua-StopWords-0.02.tar.gz) = 5c224e6b27e507aa368c3e5e121d0acf0d24442a
|
||||
RMD160 (Lingua-StopWords-0.02.tar.gz) = 893b5c9170081de7c9f15b39a1f6dd6ef7ef23e7
|
||||
Size (Lingua-StopWords-0.02.tar.gz) = 19269 bytes
|
Loading…
Reference in a new issue