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
non_token
whether or not token as well as non tokens shall be returned.