From 46e6218e04b40b3fece89f752c8ac6334e5782d1 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 19 Feb 2013 15:27:46 +0800 Subject: add save_dictionary --- utils/storage/gen_binary_files.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'utils/storage/gen_binary_files.cpp') diff --git a/utils/storage/gen_binary_files.cpp b/utils/storage/gen_binary_files.cpp index 606ea69..ac0f45c 100644 --- a/utils/storage/gen_binary_files.cpp +++ b/utils/storage/gen_binary_files.cpp @@ -96,5 +96,8 @@ int main(int argc, char * argv[]){ if (!save_phrase_index(&phrase_index)) exit(ENOENT); + if (!save_dictionary(&phrase_index)) + exit(ENOENT); + return 0; } -- cgit