summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_custom.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-09-14 12:18:12 +0800
committerPeng Wu <alexepico@gmail.com>2011-09-14 12:26:59 +0800
commit47a4d1ad7fa599ea6b8cf41c244e3bd60ebbc387 (patch)
tree7d137ae10960a4ffca40593179c54fe8b283fa7e /src/storage/pinyin_custom.h
parentfd9ca5841dee309700444831c54f2ec743f7c5de (diff)
downloadlibpinyin-47a4d1ad7fa599ea6b8cf41c244e3bd60ebbc387.tar.gz
libpinyin-47a4d1ad7fa599ea6b8cf41c244e3bd60ebbc387.tar.xz
libpinyin-47a4d1ad7fa599ea6b8cf41c244e3bd60ebbc387.zip
begin to split the fuzzy pinyin options
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
};
/**