I want to find the sentiment for
@SouthwestAir Fastest response all day. Hour on the phone: never got off hold. Hour in line: never got to the Flight Booking Problems desk.
When I use NLP sentiment class, I get
Neutral @SouthwestAir Fastest response all day.
Negative Hour on the phone: never got off hold.
Negative Hour in line: never got to the Flight Booking Problems desk.
But when I use the Monkey Learn API for same text, I get a single sentiment
label : "negative"
How can I determine that the tweet text is negative using NLP sentiment class?