added "-v 0" moses flag to decoder call to minimize log output.

git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1335 1f5c12ca-751b-0410-a591-d2e778427230
This commit is contained in:
jdschroeder 2007-04-04 17:04:50 +00:00
parent b47d531786
commit 04ae9361d2

View File

@ -45,7 +45,7 @@ binmode(STDOUT, ":utf8");
my $sentence = 0;
my $infile = $INFILE;
$infile =~ s/[\.\/]/_/g;
open(MODEL,"$MOSES -f $RECASE_MODEL -i $INFILE -dl 1|");
open(MODEL,"$MOSES -v 0 -f $RECASE_MODEL -i $INFILE -dl 1|");
binmode(MODEL, ":utf8");
while(<MODEL>) {
chomp;