diff options
author | obache <obache@pkgsrc.org> | 2010-05-19 12:09:13 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-05-19 12:09:13 +0000 |
commit | 08a5e39342c061723dd3bae1469b5bac4d361bbd (patch) | |
tree | e61153e81292d7efc8372aa732ea6888897ba0fc /textproc | |
parent | c34becdcd5010d3629d52044b12c5bad5d7abad7 (diff) | |
download | pkgsrc-08a5e39342c061723dd3bae1469b5bac4d361bbd.tar.gz |
Import p5-yamcha-0.33 as textproc/p5-yamcha.
YamCha is a generic, customizable, and open source text chunker oriented toward
a lot of NLP tasks, such as POS tagging, Named Entity Recognition, base NP
chunking, and Text Chunking. YamCha is using a state-of-the-art machine learning
algorithm called Support Vector Machines (SVMs), first introduced by Vapnik in
1995.
This package is perl module for YamCha.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-yamcha/DESCR | 7 | ||||
-rw-r--r-- | textproc/p5-yamcha/Makefile | 21 |
2 files changed, 28 insertions, 0 deletions
diff --git a/textproc/p5-yamcha/DESCR b/textproc/p5-yamcha/DESCR new file mode 100644 index 00000000000..bcdfd2f10cd --- /dev/null +++ b/textproc/p5-yamcha/DESCR @@ -0,0 +1,7 @@ +YamCha is a generic, customizable, and open source text chunker oriented toward +a lot of NLP tasks, such as POS tagging, Named Entity Recognition, base NP +chunking, and Text Chunking. YamCha is using a state-of-the-art machine learning +algorithm called Support Vector Machines (SVMs), first introduced by Vapnik in +1995. + +This package is perl module for YamCha. diff --git a/textproc/p5-yamcha/Makefile b/textproc/p5-yamcha/Makefile new file mode 100644 index 00000000000..1799ed9f651 --- /dev/null +++ b/textproc/p5-yamcha/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/05/19 12:09:13 obache Exp $ +# + +.include "../../textproc/yamcha/Makefile.common" + +PKGNAME= p5-${DISTNAME} + +COMMENT= YamCha perl module + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= c++ + +CONFIGURE_DIRS= perl + +PERL5_PACKLIST= auto/YamCha/.packlist + +BUILDLINK_API_DEPENDS.yamcha+= yamcha>=${PKGVERSION_NOREV} +.include "../../textproc/yamcha/buildlink3.mk" +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" |