diff options
| author | Peng Wu <alexepico@gmail.com> | 2025-12-30 16:08:59 +0800 |
|---|---|---|
| committer | Peng Wu <alexepico@gmail.com> | 2025-12-30 16:08:59 +0800 |
| commit | 8351ccc1a96f4dd3550b172e1989e3132cbac40c (patch) | |
| tree | ae01c367ee76d04354762c46c80de5543d93715a | |
| parent | 4f707c0959c67f2d74a475c0b511c5bc9a17b0e7 (diff) | |
| download | libpinyin-8351ccc1a96f4dd3550b172e1989e3132cbac40c.tar.gz libpinyin-8351ccc1a96f4dd3550b172e1989e3132cbac40c.tar.xz libpinyin-8351ccc1a96f4dd3550b172e1989e3132cbac40c.zip | |
Update src/storage/pinyin_parser_table.h
| -rw-r--r-- | src/storage/pinyin_parser_table.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/storage/pinyin_parser_table.h b/src/storage/pinyin_parser_table.h index 031a629..b1a5f95 100644 --- a/src/storage/pinyin_parser_table.h +++ b/src/storage/pinyin_parser_table.h @@ -502,6 +502,7 @@ const pinyin_index_item_t pinyin_index[] = { {"song", IS_ZHUYIN|IS_PINYIN, 333, 0}, {"sou", IS_ZHUYIN|IS_PINYIN, 334, 0}, {"su", IS_ZHUYIN|IS_PINYIN, 335, 0}, +{"sua", IS_PINYIN|PINYIN_AMB_S_SH, 325, 1}, {"suan", IS_ZHUYIN|IS_PINYIN, 336, 0}, {"suei", IS_PINYIN|PINYIN_CORRECT_UEI_UI, 337, 1}, {"suen", IS_PINYIN|PINYIN_CORRECT_UEN_UN, 338, 1}, @@ -661,6 +662,7 @@ const pinyin_index_item_t pinyin_index[] = { {"zong", IS_ZHUYIN|IS_PINYIN, 434, 0}, {"zou", IS_ZHUYIN|IS_PINYIN, 435, 0}, {"zu", IS_ZHUYIN|IS_PINYIN, 436, 0}, +{"zua", IS_PINYIN|PINYIN_AMB_Z_ZH, 426, 1}, {"zuan", IS_ZHUYIN|IS_PINYIN, 437, 0}, {"zuei", IS_PINYIN|PINYIN_CORRECT_UEI_UI, 438, 1}, {"zuen", IS_PINYIN|PINYIN_CORRECT_UEN_UN, 439, 1}, |
