4dc7578eb8
YamCha is a generic, customizable, and open source text chunker oriented toward a lot of NLP tasks, such as POS tagging, Named Entity Recognition, base NP chunking, and Text Chunking. YamCha is using a state-of-the-art machine learning algorithm called Support Vector Machines (SVMs), first introduced by Vapnik in 1995. YamCha is exactly the same system which performed the best in the CoNLL2000 Shared Task, Chunking and BaseNP Chunking task.
15 lines
512 B
Text
15 lines
512 B
Text
# $NetBSD: Makefile.common,v 1.1.1.1 2010/05/19 12:08:02 obache Exp $
|
|
# used by textproc/p5-yamcha/Makefile
|
|
# used by textproc/py-yamcha/Makefile
|
|
# used by textproc/ruby-yamcha/Makefile
|
|
|
|
DISTNAME= yamcha-0.33
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://www.chasen.org/~taku/software/yamcha/src/
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../textproc/yamcha/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../textproc/yamcha/patches
|
|
|
|
MAINTAINER?= obache@NetBSD.org
|
|
HOMEPAGE= http://www.chasen.org/~taku/software/yamcha/
|
|
LICENSE= gnu-lgpl-v2.1
|