packages feed

hist-pl-dawg-0.2.0: hist-pl-dawg.cabal

name:               hist-pl-dawg
version:            0.2.0
synopsis:           A generic, DAWG-based dictionary
description:
    A generic dictionary implementation based on directed acyclic word graphs.
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/dawg
build-type:         Simple

library
  hs-source-dirs:   src
  exposed-modules:    NLP.HistPL.DAWG
  build-depends:      base >= 4 && < 5 
                    , containers
                    , text
                    , binary
                    , text-binary
                    , dawg >= 0.10 && < 0.11

  ghc-options: -Wall

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