Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphikoehn <pkoehn@inf.ed.ac.uk>2013-05-19 06:28:02 +0400
committerphikoehn <pkoehn@inf.ed.ac.uk>2013-05-19 06:28:02 +0400
commit542cd72c63f359e3d0c4c0e04dabb4e8138a66f2 (patch)
treebf01447ba7bc8ba79f564c2f5923a93f1e7b2629 /scripts/ems/support/substitute-filtered-tables-and-weights.perl
parent668bda8623ae6186550696286a67eb769854b9cf (diff)
moved config creation back into train-model.perl
Diffstat (limited to 'scripts/ems/support/substitute-filtered-tables-and-weights.perl')
-rwxr-xr-xscripts/ems/support/substitute-filtered-tables-and-weights.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ems/support/substitute-filtered-tables-and-weights.perl b/scripts/ems/support/substitute-filtered-tables-and-weights.perl
index a914248cf..886408125 100755
--- a/scripts/ems/support/substitute-filtered-tables-and-weights.perl
+++ b/scripts/ems/support/substitute-filtered-tables-and-weights.perl
@@ -26,7 +26,7 @@ $cmd = "$RealBin/substitute-filtered-tables.perl $filteredPath < $origPath > $te
print STDERR "cmd=$cmd \n";
system($cmd);
-$cmd = "$RealBin/substitute-weights.perl $tempPath < $tunedPath > $outPath ";
+$cmd = "$RealBin/substitute-weights.perl $tempPath $tunedPath $outPath ";
print STDERR "cmd=$cmd \n";
system($cmd);