packages feed

nerf-0.5.4: nerf.cabal

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: ad5f136e7ed38e4e292f8ffc7c67171e2a4bc994ea6c43fb33ec1babf6894a9d

name:           nerf
version:        0.5.4
synopsis:       Nerf, a named entity recognition tool based on linear-chain CRFs
description:    Please see the README on GitHub at <https://github.com/kawu/nerf#readme>
category:       Natural Language Processing
homepage:       https://github.com/kawu/nerf#readme
bug-reports:    https://github.com/kawu/nerf/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/nerf

library
  exposed-modules:
      NLP.Nerf
      NLP.Nerf.Compare
      NLP.Nerf.Dict
      NLP.Nerf.Dict.Base
      NLP.Nerf.Dict.NELexicon
      NLP.Nerf.Dict.PNEG
      NLP.Nerf.Dict.PNET
      NLP.Nerf.Dict.Prolexbase
      NLP.Nerf.Schema
      NLP.Nerf.Server
      NLP.Nerf.Tokenize
      NLP.Nerf.Types
      NLP.Nerf.XCES
  other-modules:
      Paths_nerf
  hs-source-dirs:
      src
  build-depends:
      IntervalMap >=0.6 && <0.7
    , base >=4.7 && <5
    , binary
    , bytestring >=0.9 && <0.11
    , cmdargs >=0.10 && <0.11
    , containers >=0.5 && <0.7
    , crf-chain1 >=0.2 && <0.3
    , data-named >=0.6.1 && <0.7
    , dawg >=0.8.2 && <0.9
    , monad-ox >=0.2 && <0.3
    , mtl >=2.1 && <2.3
    , network >=2.3 && <2.9
    , polimorf >=0.7.4 && <0.8
    , polysoup >=0.2 && <0.3
    , sgd >=0.2.3 && <0.3
    , tagsoup >=0.13 && <0.15
    , text
    , text-binary >=0.1 && <0.3
    , tokenize ==0.3.0
    , vector
  default-language: Haskell2010

executable nerf
  main-is: Main.hs
  other-modules:
      Paths_nerf
  hs-source-dirs:
      app
  ghc-options: -threaded -rtsopts
  build-depends:
      IntervalMap >=0.6 && <0.7
    , base >=4.7 && <5
    , binary
    , bytestring >=0.9 && <0.11
    , cmdargs >=0.10 && <0.11
    , containers >=0.5 && <0.7
    , crf-chain1 >=0.2 && <0.3
    , data-named >=0.6.1 && <0.7
    , dawg >=0.8.2 && <0.9
    , directory >=1.1 && <1.4
    , filepath >=1.3 && <1.5
    , monad-ox >=0.2 && <0.3
    , mtl >=2.1 && <2.3
    , nerf
    , network >=2.3 && <2.9
    , polimorf >=0.7.4 && <0.8
    , polysoup >=0.2 && <0.3
    , sgd >=0.2.3 && <0.3
    , tagsoup >=0.13 && <0.15
    , temporary >=1.1 && <1.4
    , text
    , text-binary >=0.1 && <0.3
    , tokenize ==0.3.0
    , vector
  default-language: Haskell2010