pkgsrc-wip/yamcha/Makefile
OBATA Akio ca9d5af8bf 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.
2008-01-23 07:39:31 +00:00

27 lines
686 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/01/23 07:39:31 obache Exp $
#
DISTNAME= yamcha-0.33
CATEGORIES= devel
MASTER_SITES= http://www.chasen.org/~taku/software/yamcha/src/
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://www.chasen.org/~taku/software/yamcha/
COMMENT= Yet Another Multipurpose CHunk Annotator
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
USE_TOOLS+= perl:run
FIND_PREFIX:= TINYSVMDIR=TinySVM
.include "../../mk/find-prefix.mk"
CONFIGURE_ARGS+= --with-perl5=${PERL5:Q}
CONFIGURE_ARGS+= --with-svm-learn=${TINYSVMDIR}/bin/svm_learn
TEST_TARGET= check
.include "../../wip/TinySVM/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"