Skip to content

Will an EntityRuler label annotations affect the way a NER pipe checks if it's entities are right? #9803

Discussion options

You must be logged in to vote

You can use an NER component and an EntityLinker in the same pipeline and the EntityLinker will not affect accuracy during training normally. Components can't see other components' annotations unless you explicitly make them annotating components.

Given your description of the task, I would put the EntityLinker after the NER component and set it to overwrite. That said, given your description of your task, I'm still confused why you need an NER component at all - are there some times you don't want to label words?

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by polm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / ner Feature: Named Entity Recognizer
2 participants