I'm trying to apply NRC dictionary to a particular text for sentiment analysis. It can be found in 'syuzhet' package.
Unfortunately, unlike on this tutorial, I am not getting result data frame with each row representing a sentence from file (get_nrc_sentiment part).
Does this have something to do with text organization? I kept all the punctuation in text, still it returns me just one row with some numbers for each emotion, which I don't know how to interpret.