summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-02-27 11:43:31 +0800
committerPeng Wu <alexepico@gmail.com>2013-02-27 11:43:31 +0800
commit13491ff484f8fb34b7c06efd41a97cf87c65bd3d (patch)
tree317ad2998e1d0a157584ba4dc227e9d608ee7852 /src/include
parent70b71f0ac41e98674e9c35b5ff770b8ed4128d4e (diff)
downloadlibpinyin-13491ff484f8fb34b7c06efd41a97cf87c65bd3d.tar.gz
libpinyin-13491ff484f8fb34b7c06efd41a97cf87c65bd3d.tar.xz
libpinyin-13491ff484f8fb34b7c06efd41a97cf87c65bd3d.zip
update lambda parameter
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 428b67e..808d311 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.330642
+#define LAMBDA_PARAMETER 0.332769
/* Array of ChewingKey/ChewingKeyRest */
typedef GArray * ChewingKeyVector;