Open Taram1980 opened 3 years ago
text_object = NRCLex('not happy') text_object.raw_emotion_scores {'anticipation': 1, 'joy': 1, 'positive': 1, 'trust': 1}
What to do in this case? Thanks
Unfortunately, in its current state, the library won't be able to resolve negations before words.
text_object = NRCLex('not happy') text_object.raw_emotion_scores {'anticipation': 1, 'joy': 1, 'positive': 1, 'trust': 1}
What to do in this case? Thanks