summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-12-05 11:56:20 +0800
committerPeng Wu <alexepico@gmail.com>2011-12-05 11:56:20 +0800
commit3a99dcfdbe50c4a5a7810f3f640e81be877abd9c (patch)
tree0da6af03fea4ff95cdd48c588065e1f1fdbd4426
parent2a3f9b829c85ab8e26b13e9db3824863bb865e69 (diff)
downloadlibpinyin-3a99dcfdbe50c4a5a7810f3f640e81be877abd9c.tar.gz
libpinyin-3a99dcfdbe50c4a5a7810f3f640e81be877abd9c.tar.xz
libpinyin-3a99dcfdbe50c4a5a7810f3f640e81be877abd9c.zip
update chewing_table.h
-rw-r--r--src/storage/chewing_table.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/storage/chewing_table.h b/src/storage/chewing_table.h
index b068fb9..e82ceb7 100644
--- a/src/storage/chewing_table.h
+++ b/src/storage/chewing_table.h
@@ -48,6 +48,7 @@ const chewing_symbol_item_t chewing_standard_symbols[] = {
};
const chewing_tone_item_t chewing_standard_tones[] = {
+{' ' , 1},
{'3' , 3},
{'4' , 4},
{'6' , 2},
@@ -98,6 +99,7 @@ const chewing_symbol_item_t chewing_ginyieh_symbols[] = {
};
const chewing_tone_item_t chewing_ginyieh_tones[] = {
+{' ' , 1},
{'1' , 5},
{'a' , 3},
{'q' , 2},
@@ -147,6 +149,7 @@ const chewing_symbol_item_t chewing_eten_symbols[] = {
};
const chewing_tone_item_t chewing_eten_tones[] = {
+{' ' , 1},
{'1' , 5},
{'2' , 2},
{'3' , 3},
@@ -196,6 +199,7 @@ const chewing_symbol_item_t chewing_ibm_symbols[] = {
};
const chewing_tone_item_t chewing_ibm_tones[] = {
+{' ' , 1},
{',' , 3},
{'.' , 4},
{'/' , 5},