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 <hieuhoang@gmail.com>2015-04-30 13:01:03 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-04-30 13:01:03 +0300
commit15e4b16f4900e1a8af912c811909ce672e0711c5 (patch)
treeef945b3a79c3699a6df6fd86b88b95067f1cb247 /scripts
parenteca582410006443d0b101a9ae188e302f34f8a03 (diff)
delete unused var
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/training/wrappers/madamira-wrapper.perl2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/training/wrappers/madamira-wrapper.perl b/scripts/training/wrappers/madamira-wrapper.perl
index 5c1d0404f..1e6b63225 100755
--- a/scripts/training/wrappers/madamira-wrapper.perl
+++ b/scripts/training/wrappers/madamira-wrapper.perl
@@ -12,7 +12,6 @@ sub GetFactors;
my $TMPDIR = "tmp";
-my $SCHEME = "D2";
my $KEEP_TMP = 0;
my $MADA_DIR;
my $CONFIG;
@@ -21,7 +20,6 @@ my $FACTORS_STR;
my @FACTORS;
GetOptions(
- "scheme=s" => \$SCHEME,
"tmpdir=s" => \$TMPDIR,
"keep-tmp" => \$KEEP_TMP,
"mada-dir=s" => \$MADA_DIR,