From 660cbac4ba830084d33c3bef2b5a1620e0d66edd Mon Sep 17 00:00:00 2001 From: Naoki Orii Date: Tue, 15 Jul 2014 19:45:01 -0700 Subject: [PATCH] Add additional Java libraries --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fcd5b8d..d4be85a 100644 --- a/README.md +++ b/README.md @@ -183,6 +183,9 @@ If you want to contribute to this list (please do), send me a pull request or co * [Stanford SPIED](http://nlp.stanford.edu/software/patternslearning.shtml) - Learning entities from unlabeled text starting with seed sets using patterns in an iterative fashion * [Stanford Topic Modeling Toolbox](http://nlp.stanford.edu/software/tmt/tmt-0.4/) - Topic modeling tools to social scientists and others who wish to perform analysis on datasets * [Twitter Text Java](https://github.com/twitter/twitter-text-java) - A Java implementation of Twitter's text processing library +* [MALLET](http://mallet.cs.umass.edu/) - A Java-based package for statistical natural language processing, document classification, clustering, topic modeling, information extraction, and other machine learning applications to text. +* [OpenNLP](https://opennlp.apache.org/) - a machine learning based toolkit for the processing of natural language text. +* [LingPipe](http://alias-i.com/lingpipe/index.html) - A tool kit for processing text using computational linguistics. #### General-Purpose Machine Learning