concraft-hr-0.1.0.2: concraft-hr.cabal
name: concraft-hr
version: 0.1.0.2
synopsis: Part-of-speech tagger for Croatian
description:
A part-of-speech tagger for Croatian based on the concraft library.
license: BSD3
license-file: LICENSE
cabal-version: >= 1.6
author: Vjeran Crnjak
maintainer: vjeran.crnjak@gmail.com
stability: experimental
category: Natural Language Processing
homepage: https://github.com/vjeranc/concraft-hr
build-type: Simple
data-files: config/tagset.cfg
library
hs-source-dirs: src
build-depends:
base >= 4 && < 5
, concraft >= 0.9 && < 0.10
, tagset-positional >= 0.3 && < 0.4
, sgd >= 0.3.3 && < 0.4
, containers >= 0.4 && < 0.6
, bytestring >= 0.9 && < 0.11
, text >= 0.11 && < 1.2
, aeson >= 0.6 && < 0.8
, binary >= 0.5 && < 0.8
, network >= 2.3 && < 2.7
, lazy-io >= 0.1 && < 0.2
, split >= 0.2 && < 0.3
, moan >= 0.2 && < 0.3
, double-conversion >= 2.0 && < 2.1
exposed-modules:
NLP.Concraft.Croatian
, NLP.Concraft.Croatian.Morphosyntax
, NLP.Concraft.Croatian.Request
, NLP.Concraft.Croatian.Server
other-extensions:
OverloadedStrings
, TupleSections
, DeriveGeneric
, FlexibleInstances
, RecordWildCards
ghc-options: -Wall -O2
source-repository head
type: git
location: https://github.com/vjeranc/concraft-hr.git
executable concraft-hr
build-depends:
cmdargs >= 0.10 && < 0.11
hs-source-dirs: src, tools
main-is: concraft-hr.hs
ghc-options: -Wall -O2 -threaded -rtsopts