pub fn split_sentences(text: &str) -> Vec<String>
Split text into sentences on '. ', '! ', '? ', and '\n\n' boundaries.
text
'. '
'! '
'? '
'\n\n'