Learn R Programming

elbird (version 0.2.5)

split_into_sents: Split Sentences

Description

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

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

Run the code above in your browser using DataLab