Skip to content

Instantly share code, notes, and snippets.

@ccortezb
Created April 8, 2021 01:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ccortezb/2debae2a49dffc523f8c6553a9ae3ec0 to your computer and use it in GitHub Desktop.
Save ccortezb/2debae2a49dffc523f8c6553a9ae3ec0 to your computer and use it in GitHub Desktop.
Respuesta de Comprehend via API rest
{
'Sentiment': 'NEUTRAL',
'SentimentScore': {
'Positive': 0.019190235063433647,
'Negative': 0.027914147824048996,
'Neutral': 0.937386691570282,
'Mixed': 0.015508887358009815
},
'ResponseMetadata': {
'RequestId': 'c45999f3-3021-4e4d-95e8-bd8763d54337',
'HTTPStatusCode': 200,
'HTTPHeaders': {
'x-amzn-requestid': 'c45999f3-3021-4e4d-95e8-bd8763d54337',
'content-type': 'application/x-amz-json-1.1',
'content-length': '163',
'date': 'Wed, 07 Apr 2021 00:12:21 GMT'
},
'RetryAttempts': 0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment