Fix crash on no punctuation
The previous method would chew through an entire post if it couldn't find any punctuation. Now it checks beforehand and attempts to formulate complete sentences, with a fallback for if it can't find any punctuation.
As a bonus, also removed empty posts from the corpus and sorted it.