From 068da47ddb38da118388e98e3880f152fb353bba Mon Sep 17 00:00:00 2001 From: Lanre Adebambo Date: Mon, 26 Sep 2016 05:37:23 -0600 Subject: [PATCH] Add stanford-corenlp-python Include stanford-corenlp-python too python NLP tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8428add5..77192886 100644 --- a/README.md +++ b/README.md @@ -747,6 +747,7 @@ on MNIST digits[DEEP LEARNING] * [jellyfish](https://github.com/jamesturk/jellyfish) - a python library for doing approximate and phonetic matching of strings. * [editdistance](https://pypi.python.org/pypi/editdistance) - fast implementation of edit distance * [textacy](https://github.com/chartbeat-labs/textacy) - higher-level NLP built on Spacy +* [stanford-corenlp-python](https://github.com/dasmith/stanford-corenlp-python) - Python wrapper for [Stanford CoreNLP](https://github.com/stanfordnlp/CoreNLP) #### General-Purpose Machine Learning