summaryrefslogtreecommitdiff
blob: 7b15ca6515d649d2171470ab34fd79fb29d1f192 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>cjk@gentoo.org</email>
		<name>Cjk</name>
	</maintainer>
	<longdescription lang="en">
		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>
	<upstream>
		<remote-id type="github">taku910/crfpp</remote-id>
	</upstream>
</pkgmetadata>