Anger Label
ANGER I am very pissed off about all of this.
Example Input
I am very pissed off about all of this.
Example Output
{
"type": "emotion",
"skill": "emotions",
"name": "anger",
"span_text": "I am very pissed off about all of this.",
"span": [
0,
39
],
"output_spans": [
{
"section": 0,
"start": 0,
"end": 39
}
]
}
Updated 2 months ago