summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-11-25 15:18:42 +0800
committerPeng Wu <alexepico@gmail.com>2011-11-25 15:18:42 +0800
commit47dca981b4d0f155f80087ee892bd2ff80429e7c (patch)
treea2428d9fbb0cd25b65c27cee03ab4c7abb70e7cf
parentde8057576011eb536d87194da10c9ec48dd8d092 (diff)
downloadlibpinyin-47dca981b4d0f155f80087ee892bd2ff80429e7c.tar.gz
update lambda parameter
-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 1c4fb2b..110d041 100644
--- a/src/include/novel_types.h
+++ b/src/include/novel_types.h
@@ -144,7 +144,7 @@ typedef guint32 table_offset_t;
typedef double parameter_t;
-#define LAMBDA_PARAMETER 0.588792
+#define LAMBDA_PARAMETER 0.330642
/* Array of phrase_token_t */
typedef GArray * TokenVector;