From a436e942e29aaa9877de0dd6b8c03d4b44eb06ae Mon Sep 17 00:00:00 2001 From: Huang Huang Date: Sat, 5 Aug 2017 23:28:45 +0800 Subject: [PATCH] add pypinyin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 74fb7f7f..521add3a 100644 --- a/README.md +++ b/README.md @@ -1094,6 +1094,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [Levenshtein](https://github.com/ztane/python-Levenshtein/) - Fast computation of Levenshtein distance and string similarity. * [pangu.py](https://github.com/vinta/pangu.py) - Spacing texts for CJK and alphanumerics. * [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. * [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.