From b26b8c2c116bbb6b82d7c3f3a80e5d6a8af596e5 Mon Sep 17 00:00:00 2001 From: Vinta Date: Thu, 21 Jan 2016 02:51:35 +0800 Subject: [PATCH] add TextGrocery to NLP section --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a2ea6d2..3a6913d 100644 --- a/README.md +++ b/README.md @@ -244,11 +244,12 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by *Libraries for working with human languages.* * [NLTK](http://www.nltk.org/) - A leading platform for building Python programs to work with human language data. -* [jieba](https://github.com/fxsjy/jieba) - Chinese Words Segmentation Utilities. +* [Jieba](https://github.com/fxsjy/jieba) - Chinese text segmentation. * [langid.py](https://github.com/saffsd/langid.py) - Stand-alone language identification system. * [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/en/latest/) - Providing a consistent API for diving into common NLP tasks. +* [TextGrocery](https://github.com/2shou/TextGrocery) - A simple, efficient short-text classification tool based on LibLinear and Jieba. ## Documentation