translate chinese hanzi to pinyin by python
Project description
translate chinese hanzi to pinyin by python, inspired by flyerhzm’s chinese_pinyin gem
install
pip install xpinyin
usage
In [1]: from xpinyin import Pinyin In [2]: p = Pinyin() In [3]: p.get_pinyin(u"上海") Out[3]: 'shanghai' In [4]: p.get_pinyin(u"上海", '-') Out[4]: 'shang-hai' In [5]: p.get_pinyin(u"上海", ' ') Out[5]: 'shang hai' In [6]: p.get_initials(u"上") Out[6]: 'S'
请输入utf8编码汉字
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
xpinyin-0.4.6.tar.gz
(125.2 kB
view details)
File details
Details for the file xpinyin-0.4.6.tar.gz.
File metadata
- Download URL: xpinyin-0.4.6.tar.gz
- Upload date:
- Size: 125.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1a2de867ff1ef516a3218448fdc9078058b5f6e36e46f65d97afc413d9edfa7
|
|
| MD5 |
60f95278fc667176187cec3196b53478
|
|
| BLAKE2b-256 |
df689748bd38f69f31d388a88073e2d0a973b69f5351f546f5ce9252cd6fd02b
|