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-04-04 00:59:03 +0400
committerphikoehn <pkoehn@inf.ed.ac.uk>2013-04-04 00:59:03 +0400
commitac82be3120ac0b143039e2e36dff8b8538bdcb68 (patch)
treec6fbe3aa568b3b451a21ed8720a5f67cf3890deb /scripts/training
parent93433cf0157ecadd19162929a077aa6179dc0d8b (diff)
Hal moved. We follow.
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 0ac3b414f..f73b58120 100755
--- a/scripts/training/mert-moses.pl
+++ b/scripts/training/mert-moses.pl
@@ -360,7 +360,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.";
}