pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-yamcha Import py26-yamcha-0.33 as textproc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e61d9b2a42b2
branches:  trunk
changeset: 575656:e61d9b2a42b2
user:      obache <obache%pkgsrc.org@localhost>
date:      Wed May 19 12:10:10 2010 +0000

description:
Import py26-yamcha-0.33 as textproc/py-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 python module for YamCha.

diffstat:

 textproc/py-yamcha/DESCR    |   7 +++++++
 textproc/py-yamcha/Makefile |  21 +++++++++++++++++++++
 textproc/py-yamcha/PLIST    |   5 +++++
 3 files changed, 33 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r 371a18b9c142 -r e61d9b2a42b2 textproc/py-yamcha/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-yamcha/DESCR  Wed May 19 12:10:10 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 python module for YamCha.
diff -r 371a18b9c142 -r e61d9b2a42b2 textproc/py-yamcha/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-yamcha/Makefile       Wed May 19 12:10:10 2010 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/05/19 12:10:10 obache Exp $
+#
+
+.include "../../textproc/yamcha/Makefile.common"
+
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES+=   python
+
+COMMENT=       YamCha python module
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= c c++
+
+PYDISTUTILSPKG=        yes
+PYSETUPSUBDIR= python
+
+BUILDLINK_API_DEPENDS.yamcha+= yamcha>=${PKGVERSION_NOREV}
+.include "../../textproc/yamcha/buildlink3.mk"
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 371a18b9c142 -r e61d9b2a42b2 textproc/py-yamcha/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-yamcha/PLIST  Wed May 19 12:10:10 2010 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/05/19 12:10:10 obache Exp $
+${PYSITELIB}/YamCha.py
+${PYSITELIB}/YamCha.pyc
+${PYSITELIB}/YamCha.pyo
+${PYSITELIB}/_YamCha.so



Home | Main Index | Thread Index | Old Index