on 2019 Jul 17 11:01 AM
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?
Request clarification before answering.
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,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
21 | |
9 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.