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.
This commit is contained in:
obache 2010-05-19 12:37:04 +00:00
parent c5334576a7
commit 21ba349a5c
3 changed files with 33 additions and 0 deletions

View file

@ -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.

View file

@ -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"

View file

@ -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