replace hard-coded path with variable

git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@4132 1f5c12ca-751b-0410-a591-d2e778427230
This commit is contained in:
rsennrich 2011-08-08 14:24:09 +00:00
parent 9d9977bc6f
commit 79142d18e6

View File

@ -766,7 +766,7 @@ while(1) {
}
if ($___PAIRWISE_RANKED_OPTIMIZER) {
$cmd .= " --pro pro.data ; echo 'not used' > $weights_out_file; ~/statmt/project/megam/megam_i686.opt -fvals -maxi 30 -nobias binary pro.data";
$cmd .= " --pro pro.data ; echo 'not used' > $weights_out_file; $pro_optimizer -fvals -maxi 30 -nobias binary pro.data";
}
if (defined $___JOBS && $___JOBS > 0) {