From bd771b0c51f35c6ab6377719ab654370782ef1c9 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 18 Apr 2013 10:23:49 +0800 Subject: support two letter yunmu from full pinyin --- scripts/pinyin.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/pinyin.py b/scripts/pinyin.py index 174fdde..dd0e156 100644 --- a/scripts/pinyin.py +++ b/scripts/pinyin.py @@ -356,7 +356,8 @@ XHE_SHUANGPIN_SHENGMU_DICT = { "h" : "h", "i" : "ch", "j" : "j", "k" : "k", "l" : "l", "m" : "m", "n" : "n", "o" : "'", "p" : "p", "q" : "q", "r" : "r", "s" : "s", "t" : "t", "u" : "sh", "v" : "zh", - "w" : "w", "x" : "x", "y" : "y", "z" : "z" + "w" : "w", "x" : "x", "y" : "y", "z" : "z", + "a" : "'", "e" : "'" } XHE_SHUANGPIN_YUNMU_DICT = { -- cgit