diff options
author | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-25 20:33:06 +0000 |
---|---|---|
committer | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-25 20:33:06 +0000 |
commit | 65a47d21082deb41aceb6516212568408bddaeac (patch) | |
tree | 17a36f2dc477374aa8eabd4e12fac9a704388c86 /decoder/oracle_bleu.h | |
parent | fe91371a77ec43cc08d284ac49f00af8baa1a298 (diff) |
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
Diffstat (limited to 'decoder/oracle_bleu.h')
-rwxr-xr-x | decoder/oracle_bleu.h | 2 |
1 files changed, 1 insertions, 1 deletions
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_<<std::endl; if (unique) kbest<KBest::NoFilter>(sent_id,forest,k,ko.get(),std::cerr); |