corenlp-parser-0.3.0.1: corenlp-parser.cabal
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: f543ec5c7d7cc3d366a63cb8df782d521cd7dc1a76f423f3fbb4aa43a2b84153
name: corenlp-parser
version: 0.3.0.1
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
extra-libraries:
rocksdb
build-depends:
aeson
, async
, base >=4.7 && <5
, cryptonite
, data-default
, directory
, process
, raw-strings-qq
, rocksdb-haskell
, safe-exceptions
, split
, store
, string-class
, temporary
, text
, unordered-containers
exposed-modules:
NLP.CoreNLP
other-modules:
Paths_corenlp_parser
default-language: Haskell2010