Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Denkowski <michael.j.denkowski@gmail.com>2014-08-13 23:58:51 +0400
committerMichael Denkowski <michael.j.denkowski@gmail.com>2014-08-13 23:58:51 +0400
commit057066ea0e9c9a9400cd4bd40d204166e80dc125 (patch)
tree7b568e9ff619df766fa74345a4765286e0396eb7 /moses-cmd
parent94c44c03d5470694827243aa2f12d3a3b031fda4 (diff)
Minor fixes for simulated post-editing with mert-moses.pl
Diffstat (limited to 'moses-cmd')
-rw-r--r--moses-cmd/simulate-pe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses-cmd/simulate-pe.cc b/moses-cmd/simulate-pe.cc
index e88c1e463..5384d9886 100644
--- a/moses-cmd/simulate-pe.cc
+++ b/moses-cmd/simulate-pe.cc
@@ -280,7 +280,7 @@ public:
if (file->is_complete() && file->good()) {
fix(*file,PRECISION);
- manager.OutputSearchGraphAsHypergraph(m_lineNumber, *file);
+ manager.OutputSearchGraphAsHypergraph(*file);
file -> flush();
} else {
TRACE_ERR("Cannot output hypergraph for line " << m_lineNumber