From 057066ea0e9c9a9400cd4bd40d204166e80dc125 Mon Sep 17 00:00:00 2001 From: Michael Denkowski Date: Wed, 13 Aug 2014 15:58:51 -0400 Subject: Minor fixes for simulated post-editing with mert-moses.pl --- moses-cmd/simulate-pe.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'moses-cmd') 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 -- cgit v1.2.3