An open API service indexing awesome lists of open source software.

https://github.com/k-bx/corenlp-parser

Launches CoreNLP and parses the JSON output
https://github.com/k-bx/corenlp-parser

corenlp haskell nlp

Last synced: 7 months ago
JSON representation

Launches CoreNLP and parses the JSON output

Awesome Lists containing this project

README

          

# corenlp-parser [![Build Status](https://travis-ci.org/k-bx/corenlp-parser.svg?branch=master)](https://travis-ci.org/k-bx/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