name: hist-pl-dawg version: 0.2.1 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.11 && < 0.12 ghc-options: -Wall source-repository head type: git location: https://github.com/kawu/hist-pl.git