Merge pull request #314 from lanre-ade/master

Add stanford-corenlp-python
This commit is contained in:
Joseph Misiti 2016-09-26 14:15:21 -04:00 committed by GitHub
commit 718e7c9f53

View File

@ -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)
<a name="python-general-purpose" />
#### General-Purpose Machine Learning