ML Sentiment
Go back to the Sentence Object.
Subsentences IA Sentiment Object
KEY | TYPE | DESCRIPTION |
---|---|---|
sentence | list of Sentences ML Sentiment Object | Source of all sentiments elements divided by subsentences |
subsentence | list of Subsentences ML Sentiment Object | Source of all sentiments elements divided by subsentences |
ml_sentiment values are available at the following levels of granularity: sentence and subsentence`
- Python
- JSON
{
'ml_sentiment': {
'sentence': {
'value': 0.59
},
'subsentence': [
0.59, -0.02
]
}
}
{
"ml_sentiment": {
"sentence": {
"value": 0.59
},
"subsentence": [0.59, -0.02]
}
}