| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 01:13:33 GMT
X-Served-By: cache-dfw-kdal2120029-DFW, cache-bom-vanm7210075-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768612413.819983,VS0,VE295
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
corenlp-parser: Launches CoreNLP and parses the JSON output
corenlp-parser
corenlp-parser: Launches CoreNLP and parses the JSON output
Downloads
- corenlp-parser-0.4.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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 |
| Uploaded | by k_bx at 2018-03-27T16:44:19Z |
| Category | Natural Language Processing |
| Home page | https://github.com/k-bx/corenlp-parser#readme |
| Distributions | |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Downloads | 3297 total (17 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-27 [all 3 reports] |
Readme for corenlp-parser-0.4.0.0
[back to package description]corenlp-parser 
Launches CoreNLP and parses the JSON output. See NLP.CoreNLP
haddocks for the documentation (or read the source) https://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