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>2017-12-12 18:30:56 +0300
committerHieu Hoang <hieuhoang@gmail.com>2017-12-12 18:30:56 +0300
commit3a0631a05b7f53a7f387ca8ddca432f5ddb22029 (patch)
tree01e833f30d5aa0408c86020acc6e4a6f102e303d
parent79f021e29babd7257941c7e027ffd6b61901bee7 (diff)
better default
-rwxr-xr-xscripts/generic/binarize4moses2.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generic/binarize4moses2.perl b/scripts/generic/binarize4moses2.perl
index 46e30f43d..9c2273030 100755
--- a/scripts/generic/binarize4moses2.perl
+++ b/scripts/generic/binarize4moses2.perl
@@ -14,7 +14,7 @@ my $lexRoPath;
my $outPath;
my $numScores = 4;
my $numLexScores;
-my $pruneNum = 0;
+my $pruneNum = 100;
my $scfg = 0;
GetOptions("phrase-table=s" => \$ptPath,