packages feed

hs-gizapp-0.1.0.3: hs-gizapp.cabal

name:                hs-gizapp
version:             0.1.0.3
synopsis:            Haskell wrapper around the GIZA++ toolkit.
description:         This provides a simple wrapper around the GIZA++ toolkit,
                     which is used for Statistical Machine Translation for
                     training IBM Models 1-5 and an HMM word alignment model.
                     See <http://code.google.com/p/giza-pp/> for more details on
                     GIZA++
                     .
                     This work was made possible by EPSRC grant (EP\/E029116\/1)
                     .
                     darcs get <http://code.haskell.org/~kowey/hs-gizapp>
                     .
                     Note that while this wrapper is BSD3 licensed, GIZA++
                     itself is released under GPLv2.
                     .
category:            Natural Language Processing
license:             BSD3
license-file:        LICENSE
author:              Eric Kow
maintainer:          Eric Kow <E.Y.Kow@brighton.ac.uk>
build-Depends:       base       >= 3   && < 4.3,
                     containers >= 0.1 && < 0.5,
                     directory  >= 1.0 && < 1.1,
                     filepath   >= 1.1 && < 1.2,
                     parsec     >= 2.1 && < 3.1,
                     process    >= 1.0 && < 1.1
build-Type:          Simple
ghc-options:
cabal-version:       >= 1.2

Exposed-modules:     NLP.GizaPlusPlus
               ,     NLP.GizaPlusPlus.Parsec