POS Label
Positive sentiment
POSITIVE This is truly an amazing achievement.
Example Input
This is truly an amazing achievement.
Example Output
{
"type":"sentiment",
"skill":"sentiments",
"value":"POS",
"span_text":"This is truly an amazing achievement.",
"span":[
0,
37
],
"output_spans":[
{
"section":0,
"start":0,
"end":37
}
]
}
Updated 2 months ago