Browse Source

Merge pull request #53 from Since-future/liuzy

add flashtext -- keyword extract/replace tool
Null 7 years ago
parent
commit
100a9680c5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -143,6 +143,7 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的
     *   uniout:打印可读的字符,而不是转义的字符串。[官网](https://github.com/moskytw/uniout)
     *   xpinyin:一个用于把汉字转换为拼音的库。[官网](https://github.com/lxneng/xpinyin)
     *   yfiglet-figlet:[pyfiglet -figlet](https://github.com/pwaller/pyfiglet) 的 Python 实现。
+    *   flashtext: 一个高效的文本查找替换库。[官网](https://github.com/vi3k6i5/flashtext)
 *   Slug 化
     *   awesome-slugify:一个 Python slug 化库,可以保持 Unicode。[官网](https://github.com/dimka665/awesome-slugify)
     *   python-slugify:Python slug 化库,可以把 unicode 转化为 ASCII。[官网](https://github.com/un33k/python-slugify)