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:
authorbhaddow <bhaddow@1f5c12ca-751b-0410-a591-d2e778427230>2011-09-19 01:23:32 +0400
committerbhaddow <bhaddow@1f5c12ca-751b-0410-a591-d2e778427230>2011-09-19 01:23:32 +0400
commit2cf26266f7139c07feec9f2fd7a91ea066c3c07c (patch)
treeafd33b6e2297958c082b830770026041b105d8e2 /scripts
parent4313e335b534102f18c3d6308b60caa1ffdcfc98 (diff)
debug should be off by default
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@4232 1f5c12ca-751b-0410-a591-d2e778427230
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/training/train-model.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/training/train-model.perl b/scripts/training/train-model.perl
index d360c6250..26be91b8f 100755
--- a/scripts/training/train-model.perl
+++ b/scripts/training/train-model.perl
@@ -37,7 +37,7 @@ my($_ROOT_DIR, $_CORPUS_DIR, $_GIZA_E2F, $_GIZA_F2E, $_MODEL_DIR, $_TEMP_DIR, $_
$_ADDITIONAL_INI,
$_DICTIONARY, $_EPPEX);
-my $debug = 1; # debug this script, do not delete any files in debug mode
+my $debug = 0; # debug this script, do not delete any files in debug mode
# the following line is set installation time by 'make release'. BEWARE!
my $BINDIR="/home/pkoehn/statmt/bin";