mirror of
https://github.com/vinta/awesome-python
synced 2024-11-15 00:07:24 +00:00
add textdistance
This commit is contained in:
parent
d5d948d302
commit
6290239304
1 changed files with 1 additions and 0 deletions
|
@ -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 (拼音).
|
||||
|
|
Loading…
Reference in a new issue