add cogcomp-nlp.

This commit is contained in:
Daniel Khashabi
2017-05-30 14:50:46 -05:00
committed by GitHub
parent ffeab66bae
commit cc095cd043

View File

@ -598,6 +598,8 @@ A curated list of awesome Java frameworks, libraries and software.
* [CoreNLP](http://nlp.stanford.edu/software/corenlp.shtml) - Provides a set of fundamental tools for tasks like tagging, named entity recognition, and sentiment analysis.
* [DKPro](https://dkpro.github.io/) - Collection of reusable NLP tools for linguistic pre-processing, machine learning, lexical resources, etc.
* [LingPipe](http://alias-i.com/lingpipe/) - Toolkit for tasks ranging from POS tagging to sentiment analysis.
* [CogCompNLP](https://github.com/CogComp/cogcomp-nlp) - Common NLP annotators, like POS, NER, SRC, etc.
## Networking