Learn R Programming

stringb (version 0.1.17)

text_tokenize_sentences: generic to tokenize text into sentences

Description

generic to tokenize text into sentences

text_tokenize default

Usage

text_tokenize_sentences(string, non_token = FALSE)

# S3 method for default text_tokenize_sentences(string, non_token = FALSE)

Arguments

string

the text to be tokenized

non_token

whether or not token as well as non tokens shall be returned.