🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Extract sentiment operator in RapidMiner

User: "HeikoeWin786"
New Altair Community Member
Updated by Jocelyn
Dear all,

Can someone explain how "extract sentiment" operator works in RM? I am using vader and I got the result that is more than (1, -1) ratio.

thanks in advance,
Heikoe

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "MartinLiebig"
    Altair Employee
    Accepted Answer
    i was off last week and thus could not respond.

    Please keep in mind what vader is: Just a dictionary of annoated words. The score delivered is the simple sum over all positive and negative words. The values are not at all normalized.
    If you use the "show advanced output" checkbox, you will get more information. For the sample text above you get:The scoring string includes all the words used for the score.

    You maybe want to calculate a normalized scored as Score / Total Tokens or Score / (Total Tokens - Uncovered Tokens). Or maybe normalize w.r.t your data set. That would be a way of saying, that the most negative text in your corpus would be -1, the most postive +1.

    Best,
    Martin