update chardet detail link

pull/13/head
tangyouhua 2016-07-19 08:50:51 +08:00
parent c1d52d7710
commit c4f1560a44
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的
用于解析和操作文本的库。
* 通用
* chardet字符编码检测器兼容 Python2 和 Python3。[官网](https://github.com/chardet/chardet)
* [chardet](http://hao.jobbole.com/chardet/):字符编码检测器,兼容 Python2 和 Python3。[官网](https://github.com/chardet/chardet)
* difflib(Python 标准库)帮助我们进行差异化比较。[官网](https://docs.python.org/2/library/difflib.html)
* ftfy让Unicode文本更完整更连贯。[官网](https://github.com/LuminosoInsight/python-ftfy)
* fuzzywuzzy模糊字符串匹配。[官网](https://github.com/seatgeek/fuzzywuzzy)