cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.1. -- -- see: https://github.com/sol/hpack -- -- hash: 50e9f0ceac68e2f16698eb87a6a43c29aab1842212ccfc3b88ca65e85f3da3dd name: crf-chain1 version: 0.2.3 synopsis: First-order, linear-chain conditional random fields description: Please see the README on GitHub at category: Math homepage: https://github.com/kawu/crf-chain1#readme bug-reports: https://github.com/kawu/crf-chain1/issues author: Jakub Waszczuk maintainer: waszczuk.kuba@gmail.com copyright: 2012-2019 IPI PAN, Jakub Waszczuk license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md source-repository head type: git location: https://github.com/kawu/crf-chain1 library exposed-modules: Data.CRF.Chain1 Data.CRF.Chain1.Dataset.Codec Data.CRF.Chain1.Dataset.External Data.CRF.Chain1.Dataset.Internal Data.CRF.Chain1.DP Data.CRF.Chain1.Feature Data.CRF.Chain1.Feature.Hidden Data.CRF.Chain1.Feature.Present Data.CRF.Chain1.Inference Data.CRF.Chain1.Model Data.CRF.Chain1.Train Data.CRF.Chain1.Util other-modules: Paths_crf_chain1 hs-source-dirs: src build-depends: array , base >=4.7 && <5 , binary , containers , data-lens-light , logfloat , monad-codec >=0.2.1 && <0.3 , parallel , random , sgd >=0.2.1 && <0.3 , vector , vector-binary-instances , vector-th-unbox >=0.2.1 && <0.3 default-language: Haskell2010