diff options
Diffstat (limited to 'report/prune_results/do.sh')
-rwxr-xr-x | report/prune_results/do.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/report/prune_results/do.sh b/report/prune_results/do.sh index d541ee93..afd85c57 100755 --- a/report/prune_results/do.sh +++ b/report/prune_results/do.sh @@ -1,7 +1,8 @@ title="In multipass (TM -> TM+3gram), tuning for 1st pass -> BLEU (y) lost to pruning (x)." \ n4="tuned_unigram" \ - n3="tuned_without_lm" \ n2="2ndpass_weights_without_lm" \ + n3="tuned_without_lm" \ xlbl="post-pruning fraction of edges kept" \ obase=compare.1stpass.tune \ + ymin=0 ymax=21 \ ./graph.sh space.2pass- hdt hdt0 hdt1 |