diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2010-12-22 08:58:07 -0600 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2010-12-22 08:58:07 -0600 |
commit | b5ca2bd7001a385594af8dc4b9206399c679f8c5 (patch) | |
tree | 332cb09a27f783760532e688e14bde21a128bb2b /report/prune_results/do.time.sh | |
parent | 86805dcb8aaaa716fdc73725ad41e411be53f6a6 (diff) |
remove report
Diffstat (limited to 'report/prune_results/do.time.sh')
-rwxr-xr-x | report/prune_results/do.time.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/report/prune_results/do.time.sh b/report/prune_results/do.time.sh deleted file mode 100755 index f502881a..00000000 --- a/report/prune_results/do.time.sh +++ /dev/null @@ -1,8 +0,0 @@ -title="In multipass (TM -> TM+3gram), tuning for 1st pass -> BLEU (y) lost to pruning (x)." \ - n4="tuned_unigram" \ - n2="2ndpass_weights_without_lm" \ - n3="tuned_without_lm" \ - xlbl="per-sentence LM rescoring time" \ - obase=time.1stpass.tune \ - ymin=0 ymax=21 \ - ./graph.sh time.2pass- hdt hdt0 hdt1 |