Differences From Artifact [b5981aec34]:
- File gc_core/py/char_player.py — part of check-in [80ebc25208] at 2017-06-26 06:50:06 on branch trunk — [core] ibdawg: suggestion mechanism update + keyboard chars proximity (user: olr, size: 3958) [annotate] [blame] [check-ins using]
To Artifact [14cba73827]:
- File gc_core/py/char_player.py — part of check-in [5cd4863db3] at 2017-06-26 08:29:50 on branch trunk — [core] ibdawg: suggestion mechanism update (user: olr, size: 3981) [annotate] [blame] [check-ins using]
| ︙ | |||
23 24 25 26 27 28 29 | 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | - + + |
return sWord.translate(_CHARMAP)
# Similar chars
d1to1 = {
"1": "li",
|
| ︙ | |||
135 136 137 138 139 140 141 | 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 | - + + |
"z": ("ss", "zh")
}
d2toX = {
"an": ("en",),
"en": ("an",),
"ai": ("ei", "é", "è", "ê", "ë"),
|
| ︙ |