add textdistance

This commit is contained in:
Gram 2018-04-24 12:19:32 +05:00
parent d5d948d302
commit 6290239304

View file

@ -1125,6 +1125,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [pyfiglet](https://github.com/pwaller/pyfiglet) - An implementation of figlet written in Python.
* [pypinyin](https://github.com/mozillazg/python-pinyin) - Convert Chinese hanzi to pinyin.
* [shortuuid](https://github.com/skorokithakis/shortuuid) - A generator library for concise, unambiguous and URL-safe UUIDs.
* [textdistance](https://github.com/orsinium/textdistance) - Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external libs usage.
* [unidecode](https://pypi.python.org/pypi/Unidecode) - ASCII transliterations of Unicode text.
* [uniout](https://github.com/moskytw/uniout) - Print readable chars instead of the escaped string.
* [xpinyin](https://github.com/lxneng/xpinyin) - A library to translate Chinese hanzi (漢字) to pinyin (拼音).