diff options
author | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-09-23 00:10:52 +0000 |
---|---|---|
committer | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-09-23 00:10:52 +0000 |
commit | f8915e0bd1627167b72ca350b82ad31f8cb1fdeb (patch) | |
tree | e7ca29aa771db26630cc02f2bd61c2441c475f38 /decoder/oracle_bleu.h | |
parent | 46c1d1c56535cdaf71e920b12f1cbdcbd1bd9d4f (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-x | decoder/oracle_bleu.h | 1 |
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 |