Popularity
2.9
Declining
Activity
0.0
Stable
2
3
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.
-
chatter
A library of Natural Language Processing algorithms for Haskell. -
concraft-pl
A morphosyntactic tagger for Polish based on conditional random fields -
concraft
A morphosyntactic disambiguation library based on constrained conditional random fields -
PTQ
An implementation of Montague's PTQ (Proper Treatment of Quantification). -
minimorph
English spelling functions with an emphasis on simplicity. Originally by https://github.com/kowey. -
tsuntsun
Interacts with tesseract to ease reading of RAW Japanese manga. -
hist-pl
Programs and libraries related to the historical dictionary of Polish -
polh-lexicon
Programs and libraries related to the historical dictionary of Polish -
sentiwordnet-parser
Parser for the [SentiWordNet](http://sentiwordnet.isti.cnr.it/) tab-separated file -
crf-chain2-tiers
Second-order, tiered, constrained, linear conditional random fields -
penntreebank-megaparsec
Megaparsec parsers for trees in the Penn Treebank format -
concraft-hr
A part-of-speech tagger for Croatian based on the concraft library.
Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Promo
www.sonarqube.org
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