Skip to content
Discussion options

You must be logged in to vote

You could use the Entity Ruler and add it before the ner component:

ruler = nlp.add_pipe("entity_ruler", before="ner")

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@nitinthewiz
Comment options

Answer selected by nitinthewiz
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
perf / accuracy Performance: accuracy
3 participants