summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_custom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/pinyin_custom.h')
-rw-r--r--src/storage/pinyin_custom.h16
1 files changed, 13 insertions, 3 deletions
diff --git a/src/storage/pinyin_custom.h b/src/storage/pinyin_custom.h
index 86d4e0c..76c0885 100644
--- a/src/storage/pinyin_custom.h
+++ b/src/storage/pinyin_custom.h
@@ -36,17 +36,27 @@ namespace pinyin{
enum PinyinAmbiguity
{
PINYIN_AmbAny= 0,
- PINYIN_AmbZhiZi,
+ PINYIN_AmbCiChi,
PINYIN_AmbChiCi,
+ PINYIN_AmbZiZhi,
+ PINYIN_AmbZhiZi,
+ PINYIN_AmbSiShi,
PINYIN_AmbShiSi,
+ PINYIN_AmbLeNe,
PINYIN_AmbNeLe,
- PINYIN_AmbLeRi,
PINYIN_AmbFoHe,
+ PINYIN_AmbHeFo,
+ PINYIN_AmbLeRi,
+ PINYIN_AmbRiLe,
+ PINYIN_AmbKeGe,
PINYIN_AmbGeKe,
PINYIN_AmbAnAng,
+ PINYIN_AmbAngAn,
PINYIN_AmbEnEng,
+ PINYIN_AmbEngEn,
PINYIN_AmbInIng,
- PINYIN_AmbLast = PINYIN_AmbInIng
+ PINYIN_AmbIngIn,
+ PINYIN_AmbLast = PINYIN_AmbIngIn
};
/**