summaryrefslogtreecommitdiff
path: root/decoder/oracle_bleu.h
diff options
context:
space:
mode:
authorgraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-09-23 00:10:52 +0000
committergraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-09-23 00:10:52 +0000
commit3a802d691a34fe4a75af110fc8c4a771f18b7641 (patch)
tree1d1494a1a1c1a1def5b05893f0d4dac9ae904c13 /decoder/oracle_bleu.h
parent6409c2c91b7fd3d3b42c6bb0d3376b83eb4d5611 (diff)
pausing earley best-first fsa work
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@656 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'decoder/oracle_bleu.h')
-rwxr-xr-xdecoder/oracle_bleu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoder/oracle_bleu.h b/decoder/oracle_bleu.h
index 145c84d1..b3b1fd17 100755
--- a/decoder/oracle_bleu.h
+++ b/decoder/oracle_bleu.h
@@ -114,6 +114,7 @@ struct OracleBleu {
}
OracleBleu(int doc_size=10) {
set_oracle_doc_size(doc_size);
+ show_derivation=false;
}
ScoreP doc_score,sentscore; // made from factory, so we delete them