mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
correct jieba's repo URL
This commit is contained in:
parent
751f323d55
commit
9398ec708d
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [NLTK](http://www.nltk.org/) - A leading platform for building Python programs to work with human language data.
|
||||
* [Pattern](http://www.clips.ua.ac.be/pattern) - A web mining module for the Python. It has tools for natural language processing, machine learning, among others.
|
||||
* [TextBlob](http://textblob.readthedocs.org/) - Providing a consistent API for diving into common NLP tasks. Stands on the giant shoulders of NLTK and Pattern.
|
||||
* [jieba](https://github.com/fxsjy/jieba#jieba-1) - Chinese Words Segmentation Utilities.
|
||||
* [jieba](https://github.com/fxsjy/jieba) - Chinese Words Segmentation Utilities.
|
||||
* [SnowNLP](https://github.com/isnowfy/snownlp) - A library for processing Chinese text.
|
||||
* [loso](https://github.com/victorlin/loso) - Another Chinese segmentation library.
|
||||
* [genius](https://github.com/duanhongyi/genius) - A Chinese segment base on Conditional Random Field.
|
||||
|
|
Loading…
Reference in a new issue