From 7d0bba30932edee0d86204d17940c797130a6bf9 Mon Sep 17 00:00:00 2001 From: obache Date: Wed, 19 May 2010 12:09:13 +0000 Subject: 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. --- textproc/p5-yamcha/DESCR | 7 +++++++ textproc/p5-yamcha/Makefile | 21 +++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 textproc/p5-yamcha/DESCR create mode 100644 textproc/p5-yamcha/Makefile (limited to 'textproc') 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" -- cgit v1.2.3