cancel
Showing results for 
Search instead for 
Did you mean: 

Deactivate certain gold entities?

leoirudayam
Product and Topic Expert
Product and Topic Expert
0 Kudos
334

I'd like to know if it is possible to deactive gold entities. I face the problem that I created a bot where I want player's names to be deteced. These are special nicknames so I created an entity for this. However, often they are been mismatched with Person entity. Can I deactive the gold entity "Person" for my bot?

View Entire Topic
0 Kudos

Hi Leo,

To add more info on this, please be aware that your custom entity is ALWAYS prioritized over the gold entities. If you see a gold entity where you expect a custom entity, it means that the custom entity has not been detected, and the system fell back to the gold entity.

In you case:

Give me more info about PlayerNumber1 and PlayerNumber2
"PlayerNumber1" and "PlayerNumber2" are detected as #PERSONs by our gold entity recognition system:
Give me more info about [PlayerNumber1](#PERSON) and [PlayerNumber2](#PERSON)

"PlayerNumber1" is detected as a #PLAYER-NAME by the custom entity recognition system:

Give me more info about [PlayerNumber1](#PLAYER-NAME) and PlayerNumber2

The final answer will be:

Give me more info about [PlayerNumber1](#PLAYER-NAME) and [PlayerNumber2](#PERSON)

Hope that clears things out,