-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 24fc8394d107cbe0c68b555dc7c3d0d3ed5edd305cce441cd1616785bf7ae2ed name: haskseg version: 0.1.0.1 synopsis: Simple unsupervised segmentation model description: Implementation of the non-parametric segmentation model described in "Type-based MCMC" (Liang, Jordan, and Klein, 2010). category: natural-language-processing, machine-learning homepage: https://github.com/githubuser/haskseg#readme author: Tom Lippincott maintainer: tom@cs.jhu.edu copyright: 2018 Tom Lippincott license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: README.md library exposed-modules: Text.HaskSeg.Counts Text.HaskSeg.DataSet Text.HaskSeg.Location Text.HaskSeg.Logging Text.HaskSeg.Lookup Text.HaskSeg.Metrics Text.HaskSeg.Model Text.HaskSeg.Probability Text.HaskSeg.Types Text.HaskSeg.Utils other-modules: Paths_haskseg hs-source-dirs: src default-extensions: Strict StrictData FlexibleContexts RecordWildCards MultiParamTypeClasses FlexibleInstances OverloadedStrings ScopedTypeVariables build-depends: MonadRandom >=0.5.1.1 , ansi-terminal >=0.8.0.4 , array , base >=4.7 && <5 , bytestring >=0.10.8.1 , containers >=0.5.10.2 , exact-combinatorics >=0.2.0.8 , logging-effect >=1.3.2 , monad-loops >=0.4.3 , mtl >=2.2.2 , optparse-generic >=1.2.2 , random >=1.1 , random-shuffle >=0.0.4 , text >=1.2.2 , vector >=0.12.0.1 , zlib >=0.6.1 default-language: Haskell2010 executable haskseg main-is: Main.hs other-modules: Paths_haskseg hs-source-dirs: app default-extensions: Strict StrictData FlexibleContexts RecordWildCards MultiParamTypeClasses FlexibleInstances OverloadedStrings ScopedTypeVariables build-depends: MonadRandom >=0.5.1.1 , ansi-terminal >=0.8.0.4 , array , base >=4.7 && <5 , bytestring >=0.10.8.1 , containers >=0.5.10.2 , exact-combinatorics >=0.2.0.8 , haskseg , logging-effect >=1.3.2 , monad-loops >=0.4.3 , mtl >=2.2.2 , optparse-generic >=1.2.2 , random >=1.1 , random-shuffle >=0.0.4 , text >=1.2.2 , vector >=0.12.0.1 , zlib >=0.6.1 default-language: Haskell2010