From 629023930416d2accf1d106b8834f5c0b524ab7f Mon Sep 17 00:00:00 2001 From: Gram Date: Tue, 24 Apr 2018 12:19:32 +0500 Subject: [PATCH] add textdistance --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 027c695..4777401 100644 --- a/README.md +++ b/README.md @@ -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 (拼音).