mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-29 15:04:05 +03:00
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:
parent
b47d531786
commit
04ae9361d2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user