When calling KyTea with a raw input file, KyTea stops processing at the first newline character.
Some sentences (particularly headlines) are delimited by a newline rather than any punctuation. If you remove the newline following a headline in a blog post or a newspaper article the headline sentence will continue into the first sentence in the article.
On the other hand, KyTea seems to quit without doing any processing if the raw input file doesn't contain any newline character.
Moreover, KyTea doesn't seem to do word segmentation when input is tokenised ($ kytea infile.tok -in tok), seemingly making the -nows flag redundant.