R/text_preprocessing.R
segment_sentences.Rd
This function splits text into sentences.
segment_sentences(text)
Character vector of texts to process
A list where each element contains a character vector of sentences
if (FALSE) { # \dontrun{ sentences <- segment_sentences(abstracts) } # }