Skip to contents

Some text may not split sentence by sentence. split_into_sents works split sentences to sentence by sentence.

Usage

split_into_sents(text, return_tokens = FALSE)

Arguments

text

target text.

return_tokens

add tokenized resault.

Examples

if (FALSE) {
 split_into_sents("text")
 split_into_sents("text", return_tokens = TRUE)
}