Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 287 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 287 Bytes

Build Status

$ pip install pinyin4py
from anjuke import pinyin

converter = pinyin.Converter()
converter.load_word_file('words.txt')
print converter.convert('中文测试')