Popularity
3.1
Growing
Activity
0.0
Stable
3
3
0
Monthly Downloads: 7
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.
-
minimorph
English spelling functions with an emphasis on simplicity. Originally by https://github.com/kowey. -
sentiwordnet-parser
Parser for the [SentiWordNet](http://sentiwordnet.isti.cnr.it/) tab-separated file
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
Promo
sevalla.com

Do you think we are missing an alternative of corenlp-parser or a related project?
README
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