diff options
author | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-28 08:13:21 +0000 |
---|---|---|
committer | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-28 08:13:21 +0000 |
commit | 81f79e8f25fc34c40fa0fcc919e11d080dc7aa76 (patch) | |
tree | 48320af4209eacc006fb235ff954bc62e481f070 | |
parent | 202295eec8656a79115072d113afeb82ed660d78 (diff) |
minor
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@447 ec762483-ff6d-05da-a07a-a48fb63a330f
-rw-r--r-- | report/promise_power.txt | 2 | ||||
-rwxr-xr-x | vest/dist-vest.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/report/promise_power.txt b/report/promise_power.txt index 8e243039..8c328b7a 100644 --- a/report/promise_power.txt +++ b/report/promise_power.txt @@ -13,7 +13,7 @@ BLEU. TODO: test under more conditions, or try idea with different formula, or prob. cube beams. -urdu mt09 2pass 1st pass tuned w/ unigram, prelm_beam_prune=1 scale_prune_srclen +with urdu mt09 2pass 1st pass tuned w/ unigram, prelm_beam_prune=1 scale_prune_srclen promise_power: BLEU rescoring time 0: 20.21 1.8s diff --git a/vest/dist-vest.pl b/vest/dist-vest.pl index f0ee99f9..baf60f8e 100755 --- a/vest/dist-vest.pl +++ b/vest/dist-vest.pl @@ -304,7 +304,7 @@ while (1){ die "ERROR: mapinput command returned non-zero exit code $result\n"; } - `mkdir $dir/splag.$im1`; + `mkdir -p $dir/splag.$im1`; $cmd="split -a 3 -l $lines_per_mapper $dir/agenda.$im1-$opt_iter $dir/splag.$im1/mapinput."; print STDERR "COMMAND:\n$cmd\n"; $result = system($cmd); |