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
commitf8915e0bd1627167b72ca350b82ad31f8cb1fdeb (patch)
treee7ca29aa771db26630cc02f2bd61c2441c475f38 /decoder/oracle_bleu.h
parent46c1d1c56535cdaf71e920b12f1cbdcbd1bd9d4f (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