NEG Label

Negative sentiment

NEGATIVE I am very pissed off about all of this

Example Input

I am very pissed off about all of this

Example Output

{
   "type":"sentiment",
   "skill":"sentiments",
   "value":"NEG",
   "span_text":"I am very pissed off about all of this",
   "span":[
      0,
      38
   ],
   "output_spans":[
      {
         "section":0,
         "start":0,
         "end":38
      }
   ]
}