add TextGrocery to NLP section

This commit is contained in:
Vinta 2016-01-21 02:51:35 +08:00
parent 3604889061
commit b26b8c2c11
1 changed files with 2 additions and 1 deletions

View File

@ -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