corenlp-parser: Launches CoreNLP and parses the JSON output

[ bsd3, library, natural-language-processing ] [ Propose Tags ]

Launches CoreNLP and parses the JSON output


[Skip to Readme]

Modules

[Last Documentation]

  • NLP
    • NLP.CoreNLP

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.3.0.0, 0.3.0.1, 0.4.0.0
Dependencies 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 [details]
License BSD-3-Clause
Copyright All Rights Reserved
Author Kostiantyn Rybnikov
Maintainer k-bx@k-bx.com
Category Natural Language Processing
Home page https://github.com/k-bx/corenlp-parser#readme
Uploaded by k_bx at 2018-03-21T18:55:55Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3068 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2018-03-21 [all 3 reports]

Readme for corenlp-parser-0.3.0.1

[back to package description]

corenlp-parser Build Status

Launches CoreNLP and parses the JSON output. See NLP.CoreNLP haddocks for the documentation (or read the source) http://hackage.haskell.org/package/corenlp-parser

Building via:

sudo apt install librocksdb-dev  # "brew install rocksdb" on macOS
stack build

TODO

  • create types for sum POS tags and alike instead of just Text
  • add a way to launch CoreNLP as a service somehow
  • add CI/Travis config
  • add proper tests, separate them in a tests executable