Skip to content

Commit bbdd6b1

Browse files
committed
u
1 parent 4f8a3c3 commit bbdd6b1

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
pinyin.py
22
=========
33

4-
汉字转拼音
4+
汉字转拼音,With Python
5+
6+
7+
Example:
8+
9+
from pinyin import PinYin
10+
11+
test = PinYin()
12+
test.load_word()
13+
test.hanzi2pinyin(string='钓鱼岛是中国的')

0 commit comments

Comments
 (0)