Function english_language_parser::english_parser::text
source · pub fn text<'input>(
__input: &'input str
) -> Result<Vec<Vec<&'input str>>, ParseError<<str as Parse>::PositionRepr>>Expand description
text matches a series of sentences, separated by whitespace.
This rule can be used to parse entire paragraphs or documents.