get_sentiment_dictionary | R Documentation |
Get the sentiment dictionaries used in syuzhet.
get_sentiment_dictionary(dictionary = "syuzhet", language = "english")
dictionary |
A string indicating which sentiment dictionary to return. Options include "syuzhet", "bing", "afinn", and "nrc". |
language |
A string indicating the language to choose if using the NRC dictionary and a language other than English |
A data.frame
get_sentiment_dictionary()
get_sentiment_dictionary('bing')
get_sentiment_dictionary('afinn')
get_sentiment_dictionary('nrc', language = "spanish")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.