Option to not overwrite existing kb_id in entity_linker #9579
kinghuang
started this conversation in
New Features & Project Ideas
Replies: 2 comments 1 reply
-
Thanks for the suggestion. We've recently added overwrite-related settings to the Morphologizer, and as part of that discussion we realized it would be good to have that option uniformly for all components, so we'd definitely be up for adding this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You're in luck: this has already been implemented in #9050, it will be in v3.2.0. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The EntityLinker sets the
kb_id
for all entities, regardless of whether the entity has akb_id
or not. This is inconvenient in pipelines where some kb_ids may already be set by an earlier pipeline component.I'd like an option in the
entity_linker
to not overwrite existingkb_id
s. This could be like theentity_recognizer
, which never overwrites existing entity labels, orentity_ruler
, which has a config about overwriting entity labels.Beta Was this translation helpful? Give feedback.
All reactions