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
Change log changelog
Dependencies array (>=0.4 && <0.6), base (>=4 && <5), binary (>=0.5 && <0.9), containers (>=0.4 && <0.6), data-lens (>=2.10 && <2.12), data-memocombinators (>=0.5 && <0.6), logfloat (>=0.12.1 && <0.14), monad-codec (>=0.2 && <0.3), parallel (>=3.2 && <3.3), pedestrian-dag (>=0.2 && <0.3), random (>=1.0 && <1.2), sgd (>=0.4.0 && <0.5), vector (>=0.10 && <0.13), vector-binary (>=0.1 && <0.2), vector-th-unbox (>=0.2.1 && <0.3) [details]
License BSD-3-Clause
Copyright Copyright (c) 2012-2018 Jakub Waszczuk, 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 2018-10-30T18:51:41Z
Distributions
Reverse Dependencies 3 direct, 1 indirect [details]
Downloads 8153 total (32 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-11-02 [all 1 reports]