Revert "line buffering for tokeniser and truecaser"

This reverts commit 691717c425.
This commit is contained in:
Kenneth Heafield 2020-02-20 09:52:08 +00:00
parent 3c881255b1
commit 22923ddcf0
4 changed files with 0 additions and 4 deletions

View File

@ -83,7 +83,6 @@ sub process {
print $_;
}
print "\n";
STDOUT->flush;
$sentence++;
}

View File

@ -82,7 +82,6 @@ while(<STDIN>) {
}
print $$MARKUP[$#$MARKUP];
print "\n";
STDOUT->flush
}
# store away xml markup

View File

@ -64,7 +64,6 @@ while(<STDIN>) {
} else {
print &detokenize($_);
}
STDOUT->flush
}

View File

@ -186,7 +186,6 @@ else
{
print &tokenize($_);
}
STDOUT->flush
}
}