View source: R/split_into_sents.R
split_into_sents | R Documentation |
Some text may not split sentence by sentence. split_into_sents works split sentences to sentence by sentence.
split_into_sents(text, return_tokens = FALSE)
text |
target text. |
return_tokens |
add tokenized resault. |
## Not run: split_into_sents("text") split_into_sents("text", return_tokens = TRUE) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.