crf-chain2-generic

Second-order, generic, constrained, linear conditional random fields

https://github.com/kawu/crf-chain2-generic

Latest on Hackage:0.3.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Jakub Waszczuk
Maintained by [email protected]

The library provides implementation of the second-order, linear conditional random fields (CRFs) with position-wise constraints imposed over label values. It also provides a generic framework for defining custom feature data types and feature generation functions (see Data.CRF.Chain2.Generic) together with some concrete model examples (e.g. Data.CRF.Chain2.Pair).