Skip to content

Issues in Sentiment Detection

Tyler Rinker edited this page Aug 25, 2015 · 2 revisions

Some various discussions around sentiment work Matthew Jockers has done:

R Code of Corner Cases Annie Swafford Provides

x <- c(
    "I haven't been sad in a long time.",
    "I am extremely happy today.",
    "It's a good day.",
    "But suddenly I'm only a little bit happy.",
    "Then I'm not happy at all.",
    "In fact, I am now the least happy person on the planet.",
    "There is no happiness left in me.",
    "Wait, it's returned!",
    "I don't feel so bad after all!"
)
Clone this wiki locally