summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorPeng Huang <shawn.p.huang@gmail.com>2011-03-21 13:00:05 -0400
committerPeng Huang <shawn.p.huang@gmail.com>2011-03-21 13:00:05 -0400
commitd85a24507314194f1597c4c5d6c460408fcd3a9e (patch)
tree8e39c9f0ac426050b594712ba59468b0d52b1bcb /scripts
parent5d68b85c32049841ad1ac6220c6b03a528da7662 (diff)
downloadibus-libpinyin-d85a24507314194f1597c4c5d6c460408fcd3a9e.tar.gz
ibus-libpinyin-d85a24507314194f1597c4c5d6c460408fcd3a9e.tar.xz
ibus-libpinyin-d85a24507314194f1597c4c5d6c460408fcd3a9e.zip
Add auto correct "on" => "ong", and combine some fuzzy pinyin options to save flag bits.
BUG=none TEST=Linux desktop Review URL: http://codereview.appspot.com/4273085
Diffstat (limited to 'scripts')
-rw-r--r--scripts/genpytable.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/genpytable.py b/scripts/genpytable.py
index 8128104..5dfe2d0 100644
--- a/scripts/genpytable.py
+++ b/scripts/genpytable.py
@@ -25,7 +25,8 @@ auto_correct = [
("ui", "uei"),
("un", "uen"),
# ("ue", "ve"),
- ("ve", "ue")
+ ("ve", "ue"),
+ ("ong", "on"),
]
auto_correct_ext = [