Popularity
3.1
Growing
Activity
0.0
Stable
3
3
0
Monthly Downloads: 3
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
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Promo
www.influxdata.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