Initial import of libexttextcat-3.2 from wip, packaged by Francois Tigeot.
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.
This commit is contained in:
parent
984a62f094
commit
3f83e1613c
5 changed files with 54 additions and 0 deletions
5
textproc/libexttextcat/DESCR
Normal file
5
textproc/libexttextcat/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
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.
|
22
textproc/libexttextcat/Makefile
Normal file
22
textproc/libexttextcat/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2012/03/16 17:30:16 wiz Exp $
|
||||
|
||||
DISTNAME= libexttextcat-3.2.0
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://dev-www.libreoffice.org/src/libexttextcat/
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
||||
MAINTAINER= ftigeot@wolfpond.org
|
||||
HOMEPAGE= http://cgit.freedesktop.org/libreoffice/libexttextcat/
|
||||
COMMENT= Text categorization library
|
||||
LICENSE= modified-bsd
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
CONFLICTS+= libtextcat-[0-9]*
|
||||
|
||||
PKGCONFIG_OVERRIDE= libexttextcat.pc.in
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
11
textproc/libexttextcat/PLIST
Normal file
11
textproc/libexttextcat/PLIST
Normal file
|
@ -0,0 +1,11 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2012/03/16 17:30:16 wiz Exp $
|
||||
bin/createfp
|
||||
include/libexttextcat/common.h
|
||||
include/libexttextcat/constants.h
|
||||
include/libexttextcat/exttextcat-version.h
|
||||
include/libexttextcat/fingerprint.h
|
||||
include/libexttextcat/textcat.h
|
||||
include/libexttextcat/utf8misc.h
|
||||
lib/libexttextcat.la
|
||||
lib/pkgconfig/libexttextcat.pc
|
||||
share/libexttextcat/fpdb.conf
|
11
textproc/libexttextcat/buildlink3.mk
Normal file
11
textproc/libexttextcat/buildlink3.mk
Normal file
|
@ -0,0 +1,11 @@
|
|||
# $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
|
5
textproc/libexttextcat/distinfo
Normal file
5
textproc/libexttextcat/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2012/03/16 17:30:16 wiz Exp $
|
||||
|
||||
SHA1 (libexttextcat-3.2.0.tar.xz) = dbecb30743aa0fe03e2fc16bc5a65e908893a73a
|
||||
RMD160 (libexttextcat-3.2.0.tar.xz) = 9ec148e6b04597b95f5a25f8a70d07a59decce96
|
||||
Size (libexttextcat-3.2.0.tar.xz) = 864460 bytes
|
Loading…
Reference in a new issue