From e3054b27ebc118d062a60ecb5900099186d6f2a7 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Mon, 20 Oct 2014 09:06:14 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6fde540..17400c2 100644 --- a/README.md +++ b/README.md @@ -257,6 +257,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o *Libraries that specialize on processing text.* * [Apache OpenNLP](https://opennlp.apache.org/) - Toolkit for common tasks like tokenization. +* [CoreNLP](http://nlp.stanford.edu/software/corenlp.shtml) - Stanford's CoreNLP provides a set of fundamental tools for tasks like tagging, named entity recognition, sentiment analysis and many more. * [LingPipe](http://alias-i.com/lingpipe/) - Toolkit for a variety of tasks ranging from POS tagging to sentiment analysis. * [Mallet](http://mallet.cs.umass.edu/) - Statistical natural language processing, document classification, clustering, topic modeling and more.