From 0c6d14557df170b35aa7a7ba9534c7b2712cce13 Mon Sep 17 00:00:00 2001 From: Vinta Date: Mon, 17 Aug 2015 00:01:38 +0800 Subject: [PATCH] remove packages --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 03ed448e..0c97f7cf 100644 --- a/README.md +++ b/README.md @@ -240,10 +240,8 @@ 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. -* [genius](https://github.com/duanhongyi/genius) - A Chinese segment base on Conditional Random Field. * [jieba](https://github.com/fxsjy/jieba) - Chinese Words Segmentation Utilities. * [langid.py](https://github.com/saffsd/langid.py) - Stand-alone language identification system. -* [loso](https://github.com/victorlin/loso) - Another Chinese segmentation library. * [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. * [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. Stands on the giant shoulders of NLTK and Pattern.