pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/p5-yamcha Import p5-yamcha-0.33 as textproc/p...
details: https://anonhg.NetBSD.org/pkgsrc/rev/078aa75373e6
branches: trunk
changeset: 575654:078aa75373e6
user: obache <obache%pkgsrc.org@localhost>
date: Wed May 19 12:09:13 2010 +0000
description:
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:
textproc/p5-yamcha/DESCR | 7 +++++++
textproc/p5-yamcha/Makefile | 21 +++++++++++++++++++++
2 files changed, 28 insertions(+), 0 deletions(-)
diffs (36 lines):
diff -r f9024d867ea5 -r 078aa75373e6 textproc/p5-yamcha/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-yamcha/DESCR Wed May 19 12:09:13 2010 +0000
@@ -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 -r f9024d867ea5 -r 078aa75373e6 textproc/p5-yamcha/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-yamcha/Makefile Wed May 19 12:09:13 2010 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index