text_tokenize_lines: generic to tokenize text into lines
Description
generic to tokenize text into lines
text_tokenize default
Usage
text_tokenize_lines(string, non_token = FALSE)# S3 method for default
text_tokenize_lines(string, non_token = FALSE)
Arguments
non_token
whether or not token as well as non tokens shall be returned.