summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2005-12-23 17:22:02 +0000
committerMamoru Komachi <usata@gentoo.org>2005-12-23 17:22:02 +0000
commit50f37788b0ea38a1ebf01b058a7427a6e6c17068 (patch)
tree923571636e1335f09852422d63bed9036d581185 /app-text/crf++
parentsmall change of ownership (diff)
downloadgentoo-2-50f37788b0ea38a1ebf01b058a7427a6e6c17068.tar.gz
gentoo-2-50f37788b0ea38a1ebf01b058a7427a6e6c17068.tar.bz2
gentoo-2-50f37788b0ea38a1ebf01b058a7427a6e6c17068.zip
Initial import.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'app-text/crf++')
-rw-r--r--app-text/crf++/ChangeLog10
-rw-r--r--app-text/crf++/Manifest2
-rw-r--r--app-text/crf++/crf++-0.3.ebuild38
-rw-r--r--app-text/crf++/files/digest-crf++-0.31
-rw-r--r--app-text/crf++/metadata.xml12
5 files changed, 63 insertions, 0 deletions
diff --git a/app-text/crf++/ChangeLog b/app-text/crf++/ChangeLog
new file mode 100644
index 000000000000..df09c0f6bea5
--- /dev/null
+++ b/app-text/crf++/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-text/crf++
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/crf++/ChangeLog,v 1.1 2005/12/23 17:22:02 usata Exp $
+
+*crf++-0.3 (23 Dec 2005)
+
+ 23 Dec 2005; Mamoru KOMACHI <usata@gentoo.org> +metadata.xml,
+ +crf++-0.3.ebuild:
+ Initial import.
+
diff --git a/app-text/crf++/Manifest b/app-text/crf++/Manifest
new file mode 100644
index 000000000000..098c891b0ab0
--- /dev/null
+++ b/app-text/crf++/Manifest
@@ -0,0 +1,2 @@
+MD5 290215d28e2f5061b790a13eaf656a72 crf++-0.3.ebuild 816
+MD5 708a5382d84242642ec4d642675d38db files/digest-crf++-0.3 61
diff --git a/app-text/crf++/crf++-0.3.ebuild b/app-text/crf++/crf++-0.3.ebuild
new file mode 100644
index 000000000000..54e9ff878fd4
--- /dev/null
+++ b/app-text/crf++/crf++-0.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/crf++/crf++-0.3.ebuild,v 1.1 2005/12/23 17:22:02 usata Exp $
+
+MY_P="${P/crf/CRF}"
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="Yet Another CRF toolkit for segmenting/labelling sequential data"
+HOMEPAGE="http://chasen.org/~taku/software/CRF++/"
+SRC_URI="http://chasen.org/~taku/software/CRF++/src/${MY_P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~x86"
+
+IUSE="examples"
+
+DEPEND=""
+
+src_test() {
+ for task in example/* ; do
+ cd ${task}
+ ./exec.sh || die "failed test in ${task}"
+ cd -
+ done
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+
+ dodoc AUTHORS README
+ dohtml doc/*
+
+ if use examples ; then
+ insinto /usr/share/doc/${PF}
+ doins -r example
+ fi
+}
diff --git a/app-text/crf++/files/digest-crf++-0.3 b/app-text/crf++/files/digest-crf++-0.3
new file mode 100644
index 000000000000..990a2254ccb3
--- /dev/null
+++ b/app-text/crf++/files/digest-crf++-0.3
@@ -0,0 +1 @@
+MD5 af315799a1de47d677ec5c14908f6e38 CRF++-0.3.tar.gz 506619
diff --git a/app-text/crf++/metadata.xml b/app-text/crf++/metadata.xml
new file mode 100644
index 000000000000..32d769d4b75c
--- /dev/null
+++ b/app-text/crf++/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>text-markup</herd>
+<maintainer>
+ <email>usata@gentoo.org</email>
+</maintainer>
+<longdescription>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 lot of NLP tasks,
+such as Named Entity Recognition, Information Extraction and Text Chunking.</longdescription>
+</pkgmetadata>