flatten_sentences {googlenlp} | R Documentation |
Flatten sentences
Description
Convert the JSON/list sentences
response into a flattened data frame.
Usage
flatten_sentences(sentences_list)
Arguments
sentences_list |
The |
Value
A flattened data frame.
Examples
## Not run:
sample_post <- gcnlp_post(text_body = "Google, headquartered in Mountain View, unveiled
the new Android phone at the Consumer Electronic Show.
Sundar Pichai said in his keynote that users love
their new Android phones.",
extract_syntax = TRUE,
extract_entities = TRUE,
extract_document_sentiment = TRUE)
flatten_sentences(sentences_list = sample_post$content$sentences)
## End(Not run)
[Package googlenlp version 0.2.0 Index]