Skip to main content

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编码汉字

Changelog

0.4.8 - Jun. 16, 2013

  • 添加测试 [lxneng]

  • 解决翻译中英文混合句子问题 [lxneng]

Project details


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.8.tar.gz (126.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page