name: hist-pl-transliter
version: 0.1.0
synopsis: A simple EDSL for transliteration rules
description:
The library provides a simple embedded domain specific language for
transliteration rules and a set of rules prepared for documents
from the IMPACT project.
license: BSD3
license-file: LICENSE
cabal-version: >= 1.6
copyright: Copyright (c) 2012 IPI PAN
author: Jakub Waszczuk
maintainer: waszczuk.kuba@gmail.com
stability: experimental
category: Natural Language Processing
homepage: https://github.com/kawu/hist-pl/tree/master/transliter
build-type: Simple
library
hs-source-dirs: src
exposed-modules: NLP.HistPL.Transliter
, NLP.HistPL.Transliter.Impact
build-depends: base >= 4 && < 5
, parsec
ghc-options: -Wall
source-repository head
type: git
location: https://github.com/kawu/hist-pl.git