pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-cabocha Import py-cabocha-0.53 as textproc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8608608dcd64
branches:  trunk
changeset: 575665:8608608dcd64
user:      obache <obache%pkgsrc.org@localhost>
date:      Wed May 19 12:37:04 2010 +0000

description:
Import py-cabocha-0.53 as textproc/py-cabocha.

CaboCha is a Japanese dependency analysis machine based on Support Vector
Machines. It is (89.29%) system that accuracy is the highest as a statistical
Japanese dependency analysis machine as of June, 2001. Moreover, definite
analytical algorithm (Cascaded Chunking Model) that doesn't do back-track is
adopted, and an efficient analysis can be done comparatively.

This package is python module for CaboCha.

diffstat:

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

diffs (45 lines):

diff -r a218069556ad -r 8608608dcd64 textproc/py-cabocha/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-cabocha/DESCR Wed May 19 12:37:04 2010 +0000
@@ -0,0 +1,7 @@
+CaboCha is a Japanese dependency analysis machine based on Support Vector
+Machines. It is (89.29%) system that accuracy is the highest as a statistical
+Japanese dependency analysis machine as of June, 2001. Moreover, definite
+analytical algorithm (Cascaded Chunking Model) that doesn't do back-track is
+adopted, and an efficient analysis can be done comparatively.
+
+This package is python module for CaboCha.
diff -r a218069556ad -r 8608608dcd64 textproc/py-cabocha/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-cabocha/Makefile      Wed May 19 12:37:04 2010 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/05/19 12:37:04 obache Exp $
+#
+
+.include "../../textproc/cabocha/Makefile.common"
+
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES+=   python
+
+COMMENT=       CaboCha python module
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= c c++
+
+PYDISTUTILSPKG=        yes
+PYSETUPSUBDIR= python
+
+BUILDLINK_API_DEPENDS.cabocha+=        cabocha>=${PKGVERSION_NOREV}
+.include "../../textproc/cabocha/buildlink3.mk"
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r a218069556ad -r 8608608dcd64 textproc/py-cabocha/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-cabocha/PLIST Wed May 19 12:37:04 2010 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/05/19 12:37:04 obache Exp $
+${PYSITELIB}/CaboCha.py
+${PYSITELIB}/CaboCha.pyc
+${PYSITELIB}/CaboCha.pyo
+${PYSITELIB}/_CaboCha.so



Home | Main Index | Thread Index | Old Index