Codebase list mozc / dd07670
Add missing field in zip code line merge method BUG= TEST= REF_BUG= REF_CL=141724370 REF_TIME=2016-12-12T14:50:13+09:00 REF_TIME_RAW=1481521813 +0900 Toshiyuki Hanaoka 7 years ago
2 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
2929
3030 MAJOR=2
3131 MINOR=20
32 BUILD=2674
32 BUILD=2675
3333 REVISION=102
3434 # This version represents the version of Mozc IME engine (converter, predictor,
3535 # etc.). This version info is included both in the Mozc server and in the Mozc
6060 ret.append(entry)
6161 else:
6262 last_entry = ret[-1]
63 last_entry[5] += entry[5] # reading of '町域'
6364 last_entry[8] += entry[8] # '町域'
6465 return ret
6566