crf-chain1: First-order, 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).

Important feature of the implemented flavour of CRFs is that transition features which are not included in the CRF model are considered to have probability of 0. It is particularly useful when the training material determines the set of possible label transitions (e.g. when using the IOB encoding method). Furthermore, this design decision makes the implementation much faster for sparse datasets.

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.2.0, 0.2.1, 0.2.2, 0.2.3
Dependencies array, base (>=4 && <4.8), binary, containers, data-lens, logfloat, monad-codec (>=0.2 && <0.3), parallel, random, sgd (>=0.2.1 && <0.3), vector, vector-binary (>=0.1 && <0.2), vector-th-unbox (>=0.2.1 && <0.3) [details]
License BSD-3-Clause
Copyright Copyright (c) 2012 IPI PAN
Author Jakub Waszczuk
Maintainer waszczuk.kuba@gmail.com
Revised Revision 1 made by AdamBergmark at 2015-10-02T13:56:25Z
Category Math
Home page https://github.com/kawu/crf-chain1
Source repo head: git clone git://github.com/kawu/crf-chain1.git
Uploaded by JakubWaszczuk at 2014-06-19T10:28:06Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 3508 total (15 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]