summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-03-07 14:19:19 +0800
committerPeng Wu <alexepico@gmail.com>2013-03-07 14:19:19 +0800
commitc69f94ba6473577997f57000f505868b70f0dc0d (patch)
treef9f59187236c060cfd6f74ab59d1a01075847a37 /src/include
parent7fb284f657a5608f4dcf52afef53d9e66b5ead61 (diff)
downloadlibpinyin-c69f94ba6473577997f57000f505868b70f0dc0d.tar.gz
libpinyin-c69f94ba6473577997f57000f505868b70f0dc0d.tar.xz
libpinyin-c69f94ba6473577997f57000f505868b70f0dc0d.zip
update lambda
Diffstat (limited to 'src/include')
-rw-r--r--src/include/novel_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/novel_types.h b/src/include/novel_types.h
index 65b684d..eb71af6 100644
--- a/src/include/novel_types.h
+++ b/src/include/novel_types.h
@@ -130,7 +130,7 @@ typedef guint32 table_offset_t;
typedef double parameter_t;
-#define LAMBDA_PARAMETER 0.351972
+#define LAMBDA_PARAMETER 0.347121
/* Array of ChewingKey/ChewingKeyRest */
typedef GArray * ChewingKeyVector;