get_stanford_sentiment | R Documentation |
Call the Stanford Sentiment tagger with a vector of strings. The Stanford tagger automatically detects sentence boundaries and treats each sentence as a distinct instance to measure. As a result, the vector that gets returned will not be the same length as the input vector.
get_stanford_sentiment(text_vector, path_to_stanford_tagger)
text_vector |
A vector of strings |
path_to_stanford_tagger |
a local file path indicating where the coreNLP package is installed. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.