4b13c88567
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.
14 lines
361 B
Makefile
14 lines
361 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/05/19 12:16:25 obache Exp $
|
|
|
|
BUILDLINK_TREE+= cabocha
|
|
|
|
.if !defined(CABOCHA_BUILDLINK3_MK)
|
|
CABOCHA_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.cabocha+= cabocha>=0.53
|
|
BUILDLINK_PKGSRCDIR.cabocha?= ../../textproc/cabocha
|
|
|
|
.include "../../textproc/yamcha/buildlink3.mk"
|
|
.endif # CABOCHA_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -cabocha
|