summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-07-01 23:17:36 +0000
committergraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-07-01 23:17:36 +0000
commitca774810f65be835b75430f1f415644c087c5d7f (patch)
tree2e4ab64add7297d37cd7118ed1d38843a9ba20a8
parentf6994142f7b6a874e8fb62fa279816d8d6e9eab1 (diff)
endl
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@97 ec762483-ff6d-05da-a07a-a48fb63a330f
-rw-r--r--decoder/cdec.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/cdec.cc b/decoder/cdec.cc
index 0a4593ef..9e40ae8a 100644
--- a/decoder/cdec.cc
+++ b/decoder/cdec.cc
@@ -422,7 +422,7 @@ int main(int argc, char** argv) {
double presize=forest.edges_.size();
forest.BeamPruneInsideOutside(1.0, false, prelm_beam_prune, NULL);
cerr << viterbi_stats(forest," Pruned -LM forest",false,false);
- cerr << " Pruned -LM forest (beam="<<prelm_beam_prune<<") portion of edges kept: "<<forest.edges_.size()/presize;
+ cerr << " Pruned -LM forest (beam="<<prelm_beam_prune<<") portion of edges kept: "<<forest.edges_.size()/presize<<endl;
}
bool has_late_models = !late_models.empty();