Description
Second-order, generic, constrained, linear conditional random fields.
Description
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
).