packages feed

hist-pl-transliter-0.1.1: hist-pl-transliter.cabal

name:               hist-pl-transliter
version:            0.1.1
synopsis:           A simple EDSL for transliteration rules
description:
    The library provides a simple embedded domain specific language for
    defining transliteration rules.
    Additionally, the library includes a set of rules prepared (within the SYNAT
    project) for documents collected throughout the IMPACT project (available
    at <http://dl.psnc.pl/activities/projekty/impact/results/>).
    .
    A transliteration system, developed independently within the IMPACT
    project, may be also of interest.
    It can be found at <https://bitbucket.org/jsbien/pol>.
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