pkgsrc/textproc/yamcha/Makefile
obache 4dc7578eb8 Import yamcha-0.33 as textproc/yamcha.
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.
2010-05-19 12:08:02 +00:00

23 lines
491 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/05/19 12:08:02 obache Exp $
#
.include "Makefile.common"
CATEGORIES= devel
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
CONFIGURE_ARGS+= --with-perl5=${PERL5:Q}
CONFIGURE_ARGS+= --with-svm-learn=${BUILDLINK_PREFIX.TinySVM}/bin/svm_learn
TEST_TARGET= check
.include "../../math/TinySVM/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"