# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 78010 2011-04-19 11:54:27Z ryandesign@macports.org $

PortSystem          1.0

name                crfpp
version             0.54
categories          science
platforms           darwin
maintainers         nomaintainer
license             LGPL BSD

description         Yet Another CRF toolkit

long_description    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 variety of NLP tasks, such as Named Entity Recognition, \
                    Information Extraction and Text Chunking.

homepage            http://crfpp.sourceforge.net/
master_sites        sourceforge

distname            CRF++-${version}

checksums           sha1    2742a49a3ec9fa570c2f83bb8a06b859481317f0 \
                    rmd160  c0e127fa52eb7b6e2d0cdee85749932ed8577e93

patchfiles          patch-configure.diff

livecheck.type      regex
livecheck.url       http://sourceforge.net/projects/crfpp/files/
livecheck.regex     CRF\\+\\+-(\[0-9.\]+)\\.
