def apply(inputFile: String): List[GoldLabeledTweet] = {
def read(inputFile: File) = {
def generateTrials(inputFile: String, nFolds: Int): Iterator[(List[GoldLabeledTweet], List[GoldLabeledTweet])] = {