etherlabsio / ai-engine

Core AI services and functions powering the ETHER Platform
MIT License
0 stars 0 forks source link

Add preference order for entities based on the labels #161

Closed shashankpr closed 4 years ago

shashankpr commented 4 years ago

The order of preference is as follows:

{
"MISC": 1,
"ORG": 2,
"PER": 3,
"LOC": 4,
"O": 5,
}

Addresses the issue #159