From bf7cae452706c4c29eeec5ab5c4db67962420df6 Mon Sep 17 00:00:00 2001 From: Ashwani Dausodia Date: Sat, 5 Sep 2015 13:36:50 +0530 Subject: [PATCH] New Library added New library (spaCy) added under Natural Language Processing section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4b129dd3f7..67ea06b413 100644 --- a/README.md +++ b/README.md @@ -248,6 +248,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [Pattern](http://www.clips.ua.ac.be/pattern) - A web mining module for the Python. * [SnowNLP](https://github.com/isnowfy/snownlp) - A library for processing Chinese text. * [TextBlob](http://textblob.readthedocs.org/) - Providing a consistent API for diving into common NLP tasks. +* [SpaCy](https://github.com/honnibal/spaCy) - Industrial-strength Natural Language Processing with Python and Cython ## Documentation