summaryrefslogtreecommitdiffstats
path: root/src/lookup/pinyin_lookup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lookup/pinyin_lookup.h')
-rw-r--r--src/lookup/pinyin_lookup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lookup/pinyin_lookup.h b/src/lookup/pinyin_lookup.h
index b8f2e58..a6f89e6 100644
--- a/src/lookup/pinyin_lookup.h
+++ b/src/lookup/pinyin_lookup.h
@@ -78,8 +78,8 @@ public:
class PinyinLookup{
private:
- static const gfloat bigram_lambda = LAMBDA_PARAMETER;
- static const gfloat unigram_lambda = 1 - LAMBDA_PARAMETER;
+ static const gfloat bigram_lambda;
+ static const gfloat unigram_lambda;
PhraseItem m_cache_phrase_item;
protected: