Click here to Skip to main content
15,891,253 members

Comments by GrpSMK (Top 172 by date)

GrpSMK 24-Jan-18 6:33am View    
i need to get z axis value related to that phrase "Supremacy, Arrogance" from that json
GrpSMK 24-Jan-18 6:17am View    
Deleted
i need to get z axis value related to that phrase "Supremacy, Arrogance" from that json
GrpSMK 24-Jan-18 6:17am View    
that z axis value is wrong
GrpSMK 6-Dec-17 5:04am View    
What i have tried

var entailments = data["entailmentsAnalysis"];
entailments = JSON.parse(entailments);
var Razorentailments = entailments["response"]["nounPhrases"];
for (var i = 0; i < Razorentailments.count; i++) {
html = '';
html += '' + Razorentailments[i]["wordPositions"] + ''
$("#TextRazorEntailments").append(html);
}
GrpSMK 30-Nov-17 5:36am View    
No!getting sentiments API's only.But need primary emotions.