lea-GEO / extract /example-output.json
hsmm's picture
Initial commit for HF Space
35bdde1
{
"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
}
]
}