pub fn sentences( string: impl Into<Column>, language: Option<impl Into<Column>>, country: Option<impl Into<Column>>, ) -> Column
Splits a string into arrays of sentences, where each sentence is an array of words