corenlp-parser-0.3.0.0: corenlp-parser.cabal
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 951be5b6ce053014c505b53854ecea04601503a1e77d11bef3189384163fb53f
name: corenlp-parser
version: 0.3.0.0
synopsis: Launches CoreNLP and parses the JSON output
description: Launches CoreNLP and parses the JSON output
category: Natural Language Processing
homepage: https://github.com/k-bx/corenlp-parser#readme
author: Kostiantyn Rybnikov
maintainer: k-bx@k-bx.com
copyright: All Rights Reserved
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md
library
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
aeson
, base >=4.7 && <5
, cryptonite
, data-default
, directory
, process
, raw-strings-qq
, rocksdb-haskell
, safe-exceptions
, store
, string-class
, temporary
, text
, unordered-containers
exposed-modules:
NLP.CoreNLP
other-modules:
Paths_corenlp_parser
default-language: Haskell2010