concraft-0.5.0: concraft.cabal
name: concraft
version: 0.5.0
synopsis: Morphological disambiguation based on constrained CRFs
description:
A morphological disambiguation library based on
constrained conditional random fields.
license: BSD3
license-file: LICENSE
cabal-version: >= 1.6
copyright: Copyright (c) 2011 Jakub Waszczuk, 2012 IPI PAN
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
, array
, containers
, binary
, bytestring
, text
, text-binary >= 0.1 && < 0.2
, vector
, vector-binary
, crf-chain1-constrained >= 0.1.2 && < 0.2
, monad-ox >= 0.3 && < 0.4
, sgd >= 0.2.2 && < 0.3
, tagset-positional >= 0.3 && < 0.4
, crf-chain2-generic >= 0.3 && < 0.4
, monad-codec >= 0.2 && < 0.3
, data-lens
, transformers
, comonad-transformers
, temporary
, aeson >= 0.6 && < 0.7
, zlib >= 0.5 && < 0.6
exposed-modules:
NLP.Concraft
, NLP.Concraft.Morphosyntax
, NLP.Concraft.Analysis
, NLP.Concraft.Schema
, NLP.Concraft.Guess
, NLP.Concraft.Disamb
other-modules:
NLP.Concraft.Disamb.Tiered
, NLP.Concraft.Disamb.Positional
, NLP.Concraft.Morphosyntax.Align
, NLP.Concraft.Format.Temp
ghc-options: -Wall -O2
source-repository head
type: git
location: https://github.com/kawu/concraft.git