name: crf-chain2-generic
version: 0.1.0
synopsis: 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 provides a generic framework for
defining custom feature data types and feature generation
functions.
license: BSD3
license-file: LICENSE
cabal-version: >= 1.6
copyright: Copyright (c) 2011 Jakub Waszczuk, 2012 IPI PAN
author: Jakub Waszczuk
maintainer: waszczuk.kuba@gmail.com
stability: experimental
category: Math
homepage: https://github.com/kawu/crf-chain2-generic
build-type: Simple
library
build-depends:
base >= 4 && < 5
, containers
, array
, vector
, binary
, vector-binary
, logfloat
, parallel
, monad-codec >= 0.2 && < 0.3
, data-lens
, comonad-transformers
, sgd >= 0.2.2 && < 0.3
exposed-modules:
Data.CRF.Chain2.Generic.Base
, Data.CRF.Chain2.Generic.External
, Data.CRF.Chain2.Generic.Model
, Data.CRF.Chain2.Generic.Inference
, Data.CRF.Chain2.Generic.Train
, Data.CRF.Chain2.Pair.Base
, Data.CRF.Chain2.Pair.Codec
, Data.CRF.Chain2.Pair
other-modules:
Data.CRF.Chain2.Generic.Internal
, Data.CRF.Chain2.Generic.DP
, Data.CRF.Chain2.Generic.Util
ghc-options: -Wall -O2
source-repository head
type: git
location: git://github.com/kawu/crf-chain2-generic.git