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
- Host: GitHub
- URL: https://github.com/k-bx/corenlp-parser
- Owner: k-bx
- License: bsd-3-clause
- Created: 2018-03-14T19:38:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-27T16:44:12.000Z (almost 8 years ago)
- Last Synced: 2025-05-06T22:56:01.386Z (9 months ago)
- Topics: corenlp, haskell, nlp
- Language: Haskell
- Size: 30.3 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# corenlp-parser [](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