From af7acd67e0b8649c2dcd79b2de7d4a6b20446d29 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Wed, 9 Nov 2011 15:02:13 +0800 Subject: add origin freq for divided table --- src/storage/pinyin_parser2.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/storage/pinyin_parser2.h') diff --git a/src/storage/pinyin_parser2.h b/src/storage/pinyin_parser2.h index 9a78e88..b961e7f 100644 --- a/src/storage/pinyin_parser2.h +++ b/src/storage/pinyin_parser2.h @@ -46,6 +46,7 @@ typedef struct { typedef struct { ChewingKey m_orig_key; + guint32 m_orig_freq; ChewingKey m_first_key; ChewingKey m_second_key; guint32 m_new_freq; -- cgit