mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-28 14:32:38 +03:00
minor change to calling irst training
This commit is contained in:
parent
a0ce62e795
commit
f3ec76ac56
@ -1 +1 @@
|
||||
Subproject commit a57b9ba58acc1e2791e5e581ee63dabd839cadd1
|
||||
Subproject commit f0bb48dad05db4a12b41f5c8def9c2d097b2e3b4
|
@ -71,11 +71,11 @@ print "extension is $ext\n";
|
||||
|
||||
if ($ext eq "gz")
|
||||
{
|
||||
$cmd = "$irstPath/compile-lm $tempPath/iarpa.gz --text yes /dev/stdout | gzip -c > $lmPath";
|
||||
$cmd = "$irstPath/compile-lm --text $tempPath/iarpa.gz /dev/stdout | gzip -c > $lmPath";
|
||||
}
|
||||
else
|
||||
{
|
||||
$cmd = "$irstPath/compile-lm $tempPath/iarpa.gz --text yes $lmPath";
|
||||
$cmd = "$irstPath/compile-lm --text $tempPath/iarpa.gz $lmPath";
|
||||
}
|
||||
|
||||
print STDERR "EXECUTING $cmd\n";
|
||||
|
Loading…
Reference in New Issue
Block a user