Module pywander.text.pinyin
Functions
def create_pinyin_string(string, hyphen='-')
-
Expand source code
def create_pinyin_string(string, hyphen="-"): s_lst= lazy_pinyin(string) return hyphen.join(s_lst)
pywander.text.pinyin
def create_pinyin_string(string, hyphen='-')
def create_pinyin_string(string, hyphen="-"):
s_lst= lazy_pinyin(string)
return hyphen.join(s_lst)