From 4489c74a7cdf88c518ac38f65999bcc2263046da Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Tue, 11 Jul 2017 13:47:50 +0900 Subject: [PATCH] Reorder "CogCompNLP" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05391f1..a04fe43 100644 --- a/README.md +++ b/README.md @@ -603,10 +603,10 @@ A curated list of awesome Java frameworks, libraries and software. *Libraries that specialize in processing text.* +* [CogCompNLP](https://github.com/CogComp/cogcomp-nlp) - Provides common annotators for plain text input. * [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) - Provides common annotators for plain text input. ## Networking