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:
authorHieu Hoang <hieu@hoang.co.uk>2013-04-08 20:52:27 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-04-08 20:52:27 +0400
commite603e965a538503e9a3ef7067033423a0cbe4438 (patch)
tree89002e9f207eec0d28e63a6398b0ce19008078ac /scripts/training
parent2655300c83b989d93a8fe36b0eb7e8ecf21dfcf4 (diff)
parentc016b6e04b9a0c6eddc423b0b839021f00599bbe (diff)
Merge github.com:moses-smt/mosesdecoder into weight-new
Diffstat (limited to 'scripts/training')
-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 77f956be0..9eabe49c0 100755
--- a/scripts/training/mert-moses.pl
+++ b/scripts/training/mert-moses.pl
@@ -337,7 +337,7 @@ my $pro_optimizer = File::Spec->catfile($mertdir, "megam_i686.opt"); # or set t
if (($___PAIRWISE_RANKED_OPTIMIZER || $___PRO_STARTING_POINT) && ! -x $pro_optimizer) {
print "Could not find $pro_optimizer, installing it in $mertdir\n";
- my $megam_url = "http://www.umiacs.umd.edu/~hal/megam/";
+ my $megam_url = "http://hal3.name/megam";
if (&is_mac_osx()) {
die "Error: Sorry for Mac OS X users! Please get the source code of megam and compile by hand. Please see $megam_url for details.";
}