From 7f77d9dcbc043d00d3ef2eacfb1237b32b1d6136 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Fri, 16 Oct 2015 12:59:34 +0800 Subject: write pinyin_set_full_pinyin_scheme --- src/storage/pinyin_parser2.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/storage') diff --git a/src/storage/pinyin_parser2.h b/src/storage/pinyin_parser2.h index 6faee17..b7d30ad 100644 --- a/src/storage/pinyin_parser2.h +++ b/src/storage/pinyin_parser2.h @@ -232,6 +232,7 @@ public: /* Direct Parser for Pinyin table load. */ class PinyinDirectParser2 : public PhoneticParser2 { + /* Only support Hanyu Pinyin now. */ const pinyin_index_item_t * m_pinyin_index; size_t m_pinyin_index_len; -- cgit