Files
gentoo/app-text/crf++/metadata.xml
2021-09-11 15:22:48 +02:00

19 lines
670 B
XML

<?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>