21ba349a5c
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.
21 lines
488 B
Makefile
21 lines
488 B
Makefile
# $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"
|