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 <fishandfrolick@gmail.com>2012-06-08 20:30:40 +0400
committerHieu Hoang <fishandfrolick@gmail.com>2012-06-08 20:30:40 +0400
commiteaefd61bc9371c424ea9f71ad3a119e58993e00b (patch)
tree06969e5541e43ab62818cfb52f0481453006f958 /scripts
parent0e621fe2d36bd8f4d063df06c7099a21379550ef (diff)
minor warning
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ems/experiment.perl1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/ems/experiment.perl b/scripts/ems/experiment.perl
index 5066461c1..2d59187ec 100755
--- a/scripts/ems/experiment.perl
+++ b/scripts/ems/experiment.perl
@@ -2203,7 +2203,6 @@ sub define_tuningevaluation_filter {
$settings .= " --Hierarchical" if &get("TRAINING:hierarchical-rule-set");
# get model, and whether suffix array is used. Determines the pt implementation.
- my $hierarchical = &get("TRAINING:hierarchical-rule-set");
my $sa_exec_dir = &get("TRAINING:suffix-array");
my ($ptImpl, $numFF);