mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-24 04:21:07 +00:00
add TextGrocery to NLP section
This commit is contained in:
parent
3604889061
commit
b26b8c2c11
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user