File size: 604 Bytes
35bdde1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
{
"mentions": [
{
"entity_name": "BrandB",
"entity_type": "main",
"recommended": true,
"first_index": 11,
"rank": 1
},
{
"entity_name": "BrandA",
"entity_type": "main",
"recommended": true,
"first_index": 30,
"rank": 2
},
{
"entity_name": "CompA",
"entity_type": "competitor",
"recommended": true,
"first_index": 51,
"rank": 3
},
{
"entity_name": "CompB",
"entity_type": "competitor",
"recommended": false,
"first_index": null,
"rank": null
}
]
}
|