The current tokenizer.perl and detokenizer.perl script buffer the print output. Adding this line to the beginning of each script:
$| = 1; disables buffering and forces Perl to flush each line. Can this be added? Thanks, Tom
_______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
