Popularity
3.4
Growing
Activity
0.0
Stable
3
4
0

Monthly Downloads: 20
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License

corenlp-parser alternatives and similar packages

Based on the "Natural Language Processing" category.
Alternatively, view corenlp-parser alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of corenlp-parser or a related project?

Add another 'Natural Language Processing' Package

README

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