diff options
author | Patrick Simianer <simianer@cl.uni-heidelberg.de> | 2012-04-26 11:36:49 +0200 |
---|---|---|
committer | Patrick Simianer <simianer@cl.uni-heidelberg.de> | 2012-04-26 11:36:49 +0200 |
commit | 28806638345e60bd442bf5fa8e7471f9115b0296 (patch) | |
tree | 1c304a800ac46f7d0f42ffdfb227571c80b56700 /dtrain/ksampler.h | |
parent | 273abce33542fb991e7188c14cd6419870cdb2bd (diff) |
remove obsolete stuff
Diffstat (limited to 'dtrain/ksampler.h')
-rw-r--r-- | dtrain/ksampler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dtrain/ksampler.h b/dtrain/ksampler.h index c45c8f64..eb4813ab 100644 --- a/dtrain/ksampler.h +++ b/dtrain/ksampler.h @@ -35,7 +35,7 @@ struct KSampler : public HypSampler ScoredHyp h; h.w = samples[i].words; h.f = samples[i].fmap; - h.model = log(samples[i].model_score); + h.model = log(samples[i].model_score); h.rank = i; h.score = scorer_->Score(h.w, *ref_, i); s_.push_back(h); |