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 <s0565741@odin.inf.ed.ac.uk>2014-04-03 21:24:48 +0400
committerHieu Hoang <s0565741@odin.inf.ed.ac.uk>2014-04-03 21:24:48 +0400
commit6fa561e39edf4ba2dd94f285886e726c87c88076 (patch)
treed328a515c590d5e013d1186129d161f1d5933ede /contrib/other-builds/extract-mixed-syntax
parent5c633fcbf8ddbb8b5ffd2c1d282e7741ecc63651 (diff)
comment out debugging message
Diffstat (limited to 'contrib/other-builds/extract-mixed-syntax')
-rwxr-xr-xcontrib/other-builds/extract-mixed-syntax/learnable/reachable.perl4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/other-builds/extract-mixed-syntax/learnable/reachable.perl b/contrib/other-builds/extract-mixed-syntax/learnable/reachable.perl
index 7405340e5..36a3f211c 100755
--- a/contrib/other-builds/extract-mixed-syntax/learnable/reachable.perl
+++ b/contrib/other-builds/extract-mixed-syntax/learnable/reachable.perl
@@ -99,11 +99,11 @@ for (my $lineNum = 0; $lineNum < $numLines; ++$lineNum) {
`$cmd`;
# decode
- $cmd = "$decoderExec -f $iniPath -feature-overwrite \"TranslationModel0 path=$tmpDir/pt\" -i $tmpDir/source.1 -feature-add \"ConstrainedDecoding path=$tmpDir/target.1\"";
+ $cmd = "$decoderExec -f $iniPath -feature-overwrite \"TranslationModel0 path=$tmpDir/pt\" -i $tmpDir/source.1 -feature-add \"ConstrainedDecoding path=$tmpDir/target.1\" -v 2";
print STDERR "Executing: $cmd\n";
`$cmd`;
- `rm -rf $tmpDir`;
+# `rm -rf $tmpDir`;
}
close(SOURCE);