From 2fbe4eda9e2b320e072984cd5c22778e26ac0107 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Sat, 8 Oct 2016 11:32:12 +0800 Subject: import open-gram dictionary --- src/storage/table_info.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/storage') diff --git a/src/storage/table_info.cpp b/src/storage/table_info.cpp index f496c7a..0bffcfe 100644 --- a/src/storage/table_info.cpp +++ b/src/storage/table_info.cpp @@ -131,6 +131,7 @@ static guint8 to_index_of_default_tables(const char * str) { HANDLE(RESERVED); HANDLE(GB_DICTIONARY); HANDLE(GBK_DICTIONARY); + HANDLE(OPENGRAM_DICTIONARY); HANDLE(MERGED_DICTIONARY); HANDLE(ADDON_DICTIONARY); HANDLE(NETWORK_DICTIONARY); -- cgit