3f83e1613c
Libexttextcat is a library with functions that implement the classification technique described in Cavnar & Trenkle, "N-Gram-Based Text Categorization" . It was primarily developed for language guessing, a task on which it is known to perform with near-perfect accuracy.
11 lines
332 B
Makefile
11 lines
332 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2012/03/16 17:30:16 wiz Exp $
|
|
|
|
BUILDLINK_TREE+= libexttextcat
|
|
|
|
.if !defined(LIBEXTTEXTCAT_BUILDLINK3_MK)
|
|
LIBEXTTEXTCAT_BUILDLINK3_MK:=
|
|
BUILDLINK_API_DEPENDS.libexttextcat+= libexttextcat>=3.2
|
|
BUILDLINK_PKGSRCDIR.libexttextcat?= ../../textproc/libexttextcat
|
|
.endif
|
|
|
|
BUILDLINK_TREE+= -libexttextcat
|