packages feed

concraft-pl-0.2.0: concraft-pl.cabal

name:               concraft-pl
version:            0.2.0
synopsis:           Morphological tagger for Polish
description:
    A morphological tagger for Polish based on the concraft library.
license:            BSD3
license-file:       LICENSE
cabal-version:      >= 1.6
copyright:          Copyright (c) 2013 Jakub Waszczuk
author:             Jakub Waszczuk
maintainer:         waszczuk.kuba@gmail.com
stability:          experimental
category:           Natural Language Processing
homepage:           http://zil.ipipan.waw.pl/Concraft
build-type:         Simple

library
    hs-source-dirs: src

    build-depends:
        base >= 4 && < 5
      , concraft >= 0.7.3 && < 0.8
      , tagset-positional >= 0.3 && < 0.4
      , sgd >= 0.3.2 && < 0.4
      , containers
      , bytestring
      , text
      , aeson >= 0.6 && < 0.7
      , binary
      , process
      , mtl
      , transformers
      , network
      , lazy-io

    exposed-modules:
        NLP.Concraft.Polish
      , NLP.Concraft.Polish.Maca
      , NLP.Concraft.Polish.Morphosyntax
      , NLP.Concraft.Polish.Server

    other-modules:
        NLP.Concraft.Polish.Format.Plain

    ghc-options: -Wall -O2

source-repository head
    type: git
    location: https://github.com/kawu/concraft-pl.git

executable concraft-pl
    build-depends:
        cmdargs >= 0.10 && < 0.11
    hs-source-dirs: src, tools
    main-is: concraft-pl.hs
    ghc-options: -Wall -O2 -threaded -rtsopts