diff options
author | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-08-03 21:56:25 +0000 |
---|---|---|
committer | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-08-03 21:56:25 +0000 |
commit | 250f75706e4de1470163e0b4c791035bc9822fb6 (patch) | |
tree | 5436f71d74bbac897db7e85642e6616d1c10e6c8 /report/prune_results/do.sh | |
parent | 2fd80bbceadd625b74f8cbd989c945ce24a60fcc (diff) |
graph
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@470 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'report/prune_results/do.sh')
-rwxr-xr-x | report/prune_results/do.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/report/prune_results/do.sh b/report/prune_results/do.sh new file mode 100755 index 00000000..d541ee93 --- /dev/null +++ b/report/prune_results/do.sh @@ -0,0 +1,7 @@ +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" \ + xlbl="post-pruning fraction of edges kept" \ + obase=compare.1stpass.tune \ + ./graph.sh space.2pass- hdt hdt0 hdt1 |