From cc095cd0439002867580e862080923d18b397f30 Mon Sep 17 00:00:00 2001 From: Daniel Khashabi Date: Tue, 30 May 2017 14:50:46 -0500 Subject: [PATCH 1/3] add cogcomp-nlp. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f116fce..c0a20ce 100644 --- a/README.md +++ b/README.md @@ -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 From e54af41b6d3ed80a95b7c738a2b6d9b62c50c415 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Tue, 6 Jun 2017 11:05:19 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0a20ce..354ec13 100644 --- a/README.md +++ b/README.md @@ -598,7 +598,7 @@ 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. +* [CogCompNLP](https://github.com/CogComp/cogcomp-nlp) - Provides common annotators for plain text input. ## Networking From d07ee3ae33dcd77f7925fb8f54f2b66c69426899 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Tue, 6 Jun 2017 11:05:36 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 354ec13..8bbab6c 100644 --- a/README.md +++ b/README.md @@ -600,7 +600,6 @@ A curated list of awesome Java frameworks, libraries and software. * [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 *Libraries for building network servers.*