packages feed

hist-pl-lexicon-0.4.0: hist-pl-lexicon.cabal

name:               hist-pl-lexicon
version:            0.4.0
synopsis:           A binary representation of the historical dictionary of Polish
description:
    The library provides a binary representation of the historical
    dictionary of Polish and language markup format (LMF) parsing
    utilities which allow to translate the original LMF representation
    of the dictionary to the binary form.
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/lexicon
build-type:         Simple

library
  hs-source-dirs:   src
  exposed-modules:    NLP.HistPL.Types
                    , NLP.HistPL.LMF
                    , NLP.HistPL.LMF.Parse
                    , NLP.HistPL.LMF.Show
                    , NLP.HistPL.Util
                    , NLP.HistPL.Dict
                    , NLP.HistPL.Lexicon
  build-depends:      base >= 4 && < 5 
                    , containers
                    , directory
                    , filepath
                    , text
                    , binary
                    , text-binary >= 0.1 && < 0.2
                    , polysoup >= 0.1 && < 0.2
                    , dawg >= 0.9 && < 0.10
                    , transformers
                    , mtl

  ghc-options: -Wall

source-repository head
    type: git
    location: https://github.com/kawu/hist-pl.git

-- executable hist-pl-binarize
--   hs-source-dirs: src, tools
--   main-is: hist-pl-binarize.hs
-- 
-- executable hist-pl-show
--   hs-source-dirs: src, tools
--   main-is: hist-pl-show.hs