diff options
author | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-08-12 01:18:45 +0000 |
---|---|---|
committer | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-08-12 01:18:45 +0000 |
commit | aa306c4142789fc2462dc65d94321e026b722ed8 (patch) | |
tree | a434670c9b21ba9235f6dc6dc4c0f5e7f1f3cc14 /report/prune_results/do.time.sh | |
parent | d4b52e01c1ad69ba69931be5af2300a4e63039a0 (diff) |
scripts
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@531 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'report/prune_results/do.time.sh')
-rwxr-xr-x | report/prune_results/do.time.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/report/prune_results/do.time.sh b/report/prune_results/do.time.sh new file mode 100755 index 00000000..f502881a --- /dev/null +++ b/report/prune_results/do.time.sh @@ -0,0 +1,8 @@ +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 |