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
commit88e1b63aa8fd63a53a8baa1b9b89012779b808e4 (patch)
tree170f3f1549185b742b543ebac68bf194698566a6 /app-text/crf++
parentsmall change of ownership (diff)
downloadhistorical-88e1b63aa8fd63a53a8baa1b9b89012779b808e4.tar.gz
historical-88e1b63aa8fd63a53a8baa1b9b89012779b808e4.tar.bz2
historical-88e1b63aa8fd63a53a8baa1b9b89012779b808e4.zip
Initial import.
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'app-text/crf++')
-rw-r--r--app-text/crf++/ChangeLog10
-rw-r--r--app-text/crf++/Manifest4
-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, 65 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..2666c51ff36f
--- /dev/null
+++ b/app-text/crf++/Manifest
@@ -0,0 +1,4 @@
+MD5 93cda3324fdecc03f6cba66281bc4a5f metadata.xml 559
+MD5 c12ae45f13bb4276a1f848eac14fee3c crf++-0.3.ebuild 811
+MD5 0ada8d96134405ae2293248db7cbd3c9 ChangeLog 330
+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>