@hackage corenlp-parser0.4.0.0
Launches CoreNLP and parses the JSON output
Categories
License
BSD-3-Clause
Maintainer
k-bx@k-bx.com
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (16)
- aeson
- async
- base >=4.7 && <5
- cryptonite
- data-default
- directory Show all…
Dependents (1)
@hackage/acme-everything
corenlp-parser 
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