concraft-pl.cabal
1.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
name: concraft-pl
version: 0.7.5
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
extra-source-files: changelog
data-files: config/nkjp-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.3
, aeson >= 0.6 && < 0.9
, binary >= 0.5 && < 0.8
, process >= 1.1 && < 1.3
, mtl >= 2.0 && < 2.3
, transformers >= 0.2 && < 0.5
, network >= 2.3 && < 2.7
, lazy-io >= 0.1 && < 0.2
, split >= 0.2 && < 0.3
exposed-modules:
NLP.Concraft.Polish
, NLP.Concraft.Polish.Maca
, NLP.Concraft.Polish.Morphosyntax
, NLP.Concraft.Polish.Request
, 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