Function english_language_parser::english_parser::sentence
source · pub fn sentence<'input>(
__input: &'input str
) -> Result<Vec<&'input str>, ParseError<<str as Parse>::PositionRepr>>Expand description
sentence matches a sequence of words, numbers and other punctuation ending with sentence-ending punctuation.