From 65a47d21082deb41aceb6516212568408bddaeac Mon Sep 17 00:00:00 2001 From: graehl Date: Sun, 25 Jul 2010 20:33:06 +0000 Subject: being ensuring edge debug info is copied when apply_models - new hg.AddEdge methods git-svn-id: https://ws10smt.googlecode.com/svn/trunk@409 ec762483-ff6d-05da-a07a-a48fb63a330f --- decoder/oracle_bleu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decoder/oracle_bleu.h') diff --git a/decoder/oracle_bleu.h b/decoder/oracle_bleu.h index fbb681e0..56ff8b72 100755 --- a/decoder/oracle_bleu.h +++ b/decoder/oracle_bleu.h @@ -281,7 +281,7 @@ struct OracleBleu { void DumpKBest(const int sent_id, const Hypergraph& forest, const int k, const bool unique, std::string const &kbest_out_filename_) { WriteFile ko(kbest_out_filename_); - std::cerr << "Output kbest to " << kbest_out_filename_; + std::cerr << "Output kbest to " << kbest_out_filename_<(sent_id,forest,k,ko.get(),std::cerr); -- cgit v1.2.3