Skip to main content

split_sentences

Function split_sentences 

Source
pub fn split_sentences(text: &str) -> Vec<String>
Expand description

Split text into trimmed, non-empty sentences across line boundaries.