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:
authorEva Hasler <ehasler@saxnot.inf.ed.ac.uk>2012-06-01 04:49:42 +0400
committerEva Hasler <ehasler@saxnot.inf.ed.ac.uk>2012-06-01 04:49:42 +0400
commit6a6a35c65eaeb42b3f1aa44237332dd6f1bc652c (patch)
tree8a02d798832fe36e9efb60f8a2e30d9368728a13 /contrib/server/sgclient_weightUpdate.perl
parent62d10a2af3f9509bf7680b8549ff1ffd9774dd83 (diff)
fix start weights in experiment.perl, add hypothesis queue for picking hope and fear translations, add variations to 1slack formulation
Diffstat (limited to 'contrib/server/sgclient_weightUpdate.perl')
-rwxr-xr-xcontrib/server/sgclient_weightUpdate.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/server/sgclient_weightUpdate.perl b/contrib/server/sgclient_weightUpdate.perl
index 4a0a67bbe..736ab9b84 100755
--- a/contrib/server/sgclient_weightUpdate.perl
+++ b/contrib/server/sgclient_weightUpdate.perl
@@ -5,7 +5,7 @@ use Frontier::Client;
my $output_suffix = $ARGV[0];
$output_suffix = "" if (not $output_suffix);
-my $port = "50007";
+my $port = "50015";
my $url = "http://localhost:".$port."/RPC2";
my $server = Frontier::Client->new('url' => $url, 'encoding' => 'UTF-8');
my $verbose=0;