From babc11301eec7520a0e26744c2e54720f4675b8a Mon Sep 17 00:00:00 2001 From: waitingkuo Date: Mon, 26 Jan 2015 05:04:00 +0800 Subject: [PATCH] add a NPL tool in python add https://github.com/honnibal/spaCy/ --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b6e6c68..cff7c49 100644 --- a/README.md +++ b/README.md @@ -557,6 +557,7 @@ on MNIST digits[DEEP LEARNING] * [python-ucto](https://github.com/proycon/python-ucto) - Python binding to ucto (a unicode-aware rule-based tokenizer for various languages) * [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. #### General-Purpose Machine Learning