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.
15 lines
519 B
Text
15 lines
519 B
Text
# $NetBSD: Makefile.common,v 1.1.1.1 2010/05/19 12:16:25 obache Exp $
|
|
# used by textproc/p5-cabocha/Makefile
|
|
# used by textproc/py-cabocha/Makefile
|
|
# used by textproc/ruby-cabocha/Makefile
|
|
|
|
DISTNAME= cabocha-0.53
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://www.chasen.org/~taku/software/cabocha/src/
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../textproc/cabocha/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../textproc/cabocha/patches
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://www.chasen.org/~taku/software/cabocha/
|
|
LICENSE= gnu-lgpl-v2.1
|