Skip to main content

sentences

Function sentences 

Source
pub fn sentences(text: &str) -> Vec<Sentence> 
Expand description

Split a block of text into sentences, falling back to the whole string when needed. Heuristic sentence splitter with tokenizer-friendly rules.