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-01 19:43:32 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-04-01 19:43:32 +0400
commit71a2b49a47a9b8e8804d50ebed438cb9e4d0aad5 (patch)
tree3d0d8870bee269567489c0aa410eff4ecbf89dfa /scripts/training
parent9f5104bc62626677a02520ba14975aa606ccf369 (diff)
parent0a978e9f01c566292da6586ca4aa82ae5e77b53c (diff)
Merge github.com:moses-smt/mosesdecoder into weight-new
Diffstat (limited to 'scripts/training')
-rwxr-xr-xscripts/training/train-model.perl3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/training/train-model.perl b/scripts/training/train-model.perl
index 258e720a2..8beb61c30 100755
--- a/scripts/training/train-model.perl
+++ b/scripts/training/train-model.perl
@@ -38,8 +38,9 @@ my($_EXTERNAL_BINDIR, $_ROOT_DIR, $_CORPUS_DIR, $_GIZA_E2F, $_GIZA_F2E, $_MODEL_
$_MEMSCORE, $_FINAL_ALIGNMENT_MODEL,
$_CONTINUE,$_MAX_LEXICAL_REORDERING,$_DO_STEPS,
@_ADDITIONAL_INI,$_ADDITIONAL_INI_FILE,
- $_SPARSE_TRANSLATION_TABLE, @_BASELINE_ALIGNMENT_MODEL, $_BASELINE_EXTRACT, $_BASELINE_CORPUS, $_BASELINE_ALIGNMENT,
+ $_SPARSE_TRANSLATION_TABLE, @_BASELINE_ALIGNMENT_MODEL, $_BASELINE_EXTRACT, $_BASELINE_ALIGNMENT,
$_DICTIONARY, $_SPARSE_PHRASE_FEATURES, $_EPPEX, $_INSTANCE_WEIGHTS_FILE, $_LMODEL_OOV_FEATURE, $IGNORE);
+my $_BASELINE_CORPUS = "";
my $_CORES = 1;
my $debug = 0; # debug this script, do not delete any files in debug mode