corenlp-parser-0.1.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: 1a7d813442aeacd53e85a268f65e64448ef8a704795aeab7f1a6760611341806
name: corenlp-parser
version: 0.1.0.0
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
, directory
, process
, raw-strings-qq
, string-class
, temporary
, text
, unordered-containers
exposed-modules:
NLP.CoreNLP
other-modules:
Paths_corenlp_parser
default-language: Haskell2010