@hackage crf-chain2-generic0.3.0
Second-order, generic, constrained, linear conditional random fields
Categories
License
BSD-3-Clause
Maintainer
waszczuk.kuba@gmail.com
Links
Versions
Installation
Dependencies (12)
Dependents (2)
@hackage/acme-everything, @hackage/concraft
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).