summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorobache <obache>2010-05-19 12:09:13 +0000
committerobache <obache>2010-05-19 12:09:13 +0000
commit7d0bba30932edee0d86204d17940c797130a6bf9 (patch)
treee61153e81292d7efc8372aa732ea6888897ba0fc /textproc
parent4079c88ee52c422a78ee7e7847884fde81df17dd (diff)
downloadpkgsrc-7d0bba30932edee0d86204d17940c797130a6bf9.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/DESCR7
-rw-r--r--textproc/p5-yamcha/Makefile21
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"