diff options
Diffstat (limited to 'src/lookup/phrase_lookup.h')
-rw-r--r-- | src/lookup/phrase_lookup.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lookup/phrase_lookup.h b/src/lookup/phrase_lookup.h index 495e44e..55f50a4 100644 --- a/src/lookup/phrase_lookup.h +++ b/src/lookup/phrase_lookup.h @@ -33,8 +33,8 @@ namespace pinyin{ class PhraseLookup{ 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: |