pub fn split_sentences(text: &str) -> Vec<String>
Split text into trimmed, non-empty sentences across line boundaries.