Create a `sentencize(text)` function that will split text to sentences. Split on: ., !, ?
Create a
sentencize(text)function that will split text to sentences.Split on: ., !, ?