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-05-23 22:26:37 +0400
committerHieu Hoang <fishandfrolick@gmail.com>2012-05-23 22:26:37 +0400
commitf91b19fa4126ef15f89dcc6c3e870bf6846836ff (patch)
treec4fde3e9e76e04660894875b17c0c32eec4a9d0b /scripts/training
parentf33538ea5546e402d92645c8fa95289cdd12c988 (diff)
Works with phrase-table scoring
Diffstat (limited to 'scripts/training')
-rwxr-xr-xscripts/training/train-model.perl.missing_bin_dir1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/training/train-model.perl.missing_bin_dir b/scripts/training/train-model.perl.missing_bin_dir
index f599e00aa..0dda1017f 100755
--- a/scripts/training/train-model.perl.missing_bin_dir
+++ b/scripts/training/train-model.perl.missing_bin_dir
@@ -1626,7 +1626,6 @@ sub get_reordering {
#Call the lexical reordering scorer
safesystem("$cmd") or die "ERROR: Lexical reordering scoring failed";
- if (! $debug) { safesystem("rm $extract_file.o.sorted.gz") or die("ERROR");}
}