crf-chain1-constrained: First-order, constrained, linear-chain conditional random fields

[ bsd3, library, math ] [ Propose Tags ]

The library provides efficient implementation of the first-order, linear-chain conditional random fields (CRFs) with position-wise constraints imposed over label values.

It is strongly related to the simpler http://hackage.haskell.org/package/crf-chain1 library where constraints are not taken into account and all features which are not included in the CRF model are considered to have probability of 0. Here, on the other hand, such features do not influence the overall probability of the (sentence, labels) pair - they are assigned the default potential of 0.

Efficient algorithm for determining marginal probabilities of individual labels is provided. The tagging is performed with respect to marginal probabilities.

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.1.1, 0.1.2, 0.2.0, 0.2.1, 0.3.0, 0.3.1, 0.3.2, 0.4.0, 0.5.0, 0.6.0
Dependencies array, base (>=4 && <5), binary, containers, data-lens, logfloat, monad-codec (>=0.2 && <0.3), parallel, random, sgd (>=0.3.2 && <0.4), vector, vector-binary [details]
License BSD-3-Clause
Copyright Copyright (c) 2012 IPI PAN
Author Jakub Waszczuk
Maintainer waszczuk.kuba@gmail.com
Category Math
Home page https://github.com/kawu/crf-chain1-constrained
Source repo head: git clone git://github.com/kawu/crf-chain1-constrained.git
Uploaded by JakubWaszczuk at 2013-10-27T11:11:37Z
Distributions
Reverse Dependencies 3 direct, 1 indirect [details]
Downloads 8121 total (19 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]