Skip to content

cleverdeng/pinyin.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

pinyin.py

汉字转拼音,With Python

Example:

from pinyin import PinYin

test = PinYin()
test.load_word()
test.hanzi2pinyin(string='钓鱼岛是中国的')

Out:

diao-yu-dao-shi-zhong-guo-de

About

汉字转拼音,With Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published