// white space tokenize line
String tokens[] = WhitespaceTokenizer.INSTANCE.tokenize(tokenizedLine);
System.out.println(detokenizer.detokenize(tokens, null));
perfMon.incrementCounter();
}
perfMon.stopAndPrintFinalResult();
}
catch (IOException e) {
CmdLineUtil.handleStdinIoError(e);