From 147045ecee144b2e40ffd04f6f134dba6b54039a Mon Sep 17 00:00:00 2001 From: David McClosky Date: Mon, 9 Feb 2015 23:30:13 -0500 Subject: [PATCH] README.md: add PyStanfordDependencies and a period --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c195fa1..6edd248 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Other awesome lists can be found in the [awesome-awesomeness](https://github.com If you want to contribute to this list (please do), send me a pull request or contact me [@josephmisiti](https://www.twitter.com/josephmisiti) -For a list of free machine learning books available for download, go [here](https://github.com/josephmisiti/awesome-machine-learning/blob/master/books.md) +For a list of free machine learning books available for download, go [here](https://github.com/josephmisiti/awesome-machine-learning/blob/master/books.md). ## Table of Contents @@ -570,6 +570,7 @@ on MNIST digits[DEEP LEARNING] * [python-frog](https://github.com/proycon/python-frog) - Python binding to Frog, an NLP suite for Dutch. (pos tagging, lemmatisation, dependency parsing, NER) * [colibri-core](https://github.com/proycon/colibri-core) - Python binding to C++ library for extracting and working with with basic linguistic constructions such as n-grams and skipgrams in a quick and memory-efficient way. * [spaCy](https://github.com/honnibal/spaCy/) - Industrial strength NLP with Python and Cython. +* [PyStanfordDependencies](https://github.com/dmcc/PyStanfordDependencies) - Python interface for converting Penn Treebank trees to Stanford Dependencies. #### General-Purpose Machine Learning