Rdocumentation
powered by
Learn R Programming
syuzhet (version 1.0.0)
get_sentences: Sentence Tokenization
Description
Parses a string into a vector of sentences.
Usage
get_sentences(text_of_file, strip_quotes = TRUE)
Arguments
text_of_file
A Text String
strip_quotes
Logical. Default of TRUE results in removal of quote marks from text input prior to sentence parsing.
Value
A Character Vector of Sentences