From 745e87ade00dd7133613a923d7f14f3f8eb5ef97 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Fri, 25 May 2012 15:22:38 +0800 Subject: fixes parse one key in double pinyin parser --- src/storage/pinyin_parser2.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/storage/pinyin_parser2.cpp b/src/storage/pinyin_parser2.cpp index c70335c..c91be99 100644 --- a/src/storage/pinyin_parser2.cpp +++ b/src/storage/pinyin_parser2.cpp @@ -623,6 +623,7 @@ bool DoublePinyinParser2::parse_one_key(pinyin_option_t options, ChewingKey & key, const char *str, int len) const { options &= ~(PINYIN_CORRECT_ALL|PINYIN_AMB_ALL); + options |= PINYIN_CORRECT_UE_VE; if (1 == len) { if (!(options & PINYIN_INCOMPLETE)) -- cgit