load user phrase library
authorPeng Wu <alexepico@gmail.com>
Sat, 16 Feb 2013 03:39:54 +0000 (11:39 +0800)
committerPeng Wu <alexepico@gmail.com>
Sat, 16 Feb 2013 03:39:54 +0000 (11:39 +0800)
src/PYLibPinyin.cc

index 0553ec2..62efd4b 100644 (file)
@@ -80,6 +80,9 @@ LibPinyinBackEnd::initPinyinContext (Config *config)
     }
     g_strfreev (indices);
 
+    /* load user phrase library. */
+    pinyin_load_phrase_library (context, 15);
+
     return context;
 }