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:
authorAles Tamchyna <ales.tamchyna@zonio.net>2012-06-28 16:56:06 +0400
committerAles Tamchyna <ales.tamchyna@zonio.net>2012-06-28 16:56:06 +0400
commit4c6d2e7b88ac3e5abc85eb8f5a24b4b4102de39b (patch)
treec5d6f0c696f38e28c67aaf6ce8a2d50c27f0d484 /scripts
parent462f5f992d0a549a828344bf85ce0b2ac185b76b (diff)
updated path to mert in mert-moses.pl
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/training/mert-moses.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/training/mert-moses.pl b/scripts/training/mert-moses.pl
index 4aa0f3f49..88c90aff4 100755
--- a/scripts/training/mert-moses.pl
+++ b/scripts/training/mert-moses.pl
@@ -335,7 +335,7 @@ $moses_parallel_cmd = File::Spec->catfile($SCRIPTS_ROOTDIR, "generic", "moses-pa
if !defined $moses_parallel_cmd;
if (!defined $mertdir) {
- $mertdir = File::Spec->catfile(File::Basename::dirname($SCRIPTS_ROOTDIR), "dist", "bin");
+ $mertdir = File::Spec->catfile(File::Basename::dirname($SCRIPTS_ROOTDIR), "bin");
die "mertdir does not exist: $mertdir" if ! -x $mertdir;
print STDERR "Assuming --mertdir=$mertdir\n";
}