pkgsrc/textproc/CRF++/buildlink3.mk
obache c0e1bd164b Import CRF++-0.58 as textproc/CRF++.
CRF++ is a simple, customizable, and open source implementation of Conditional
Random Fields (CRFs) for segmenting/labeling sequential data. CRF++ is designed
for generic purpose and will be applied to a variety of NLP tasks, such as Named
Entity Recognition, Information Extraction and Text Chunking.
2013-05-22 13:07:47 +00:00

12 lines
291 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2013/05/22 13:07:47 obache Exp $
BUILDLINK_TREE+= crfpp
.if !defined(CRFPP_BUILDLINK3_MK)
CRFPP_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.crfpp+= CRF++>=0.50
BUILDLINK_PKGSRCDIR.crfpp?= ../../textproc/CRF++
.endif # CRFPP_BUILDLINK3_MK
BUILDLINK_TREE+= -crfpp