Skip to main content

split_sentences

Function split_sentences 

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

Split text into sentences on '. ', '! ', '? ', and '\n\n' boundaries.