File size: 66 Bytes
1bbd364
 
1
2
3
def tokenizer_function(text):
    return text.strip().split('\n')