Skip to content
Discussion options

You must be logged in to vote

Hi @nkaramooz! It's sufficient to modify the configuration for your entity linker so that the entry for get_candidates references the correct function. This can be done programatically (see example in the EntityLinker docs) or in your .yaml config (see this NEL tutorial project).

The error sounds like you're trying to use a non-existent function registry - try using @spacy.registry.misc("WhateverYouWannaCallYourRegistryEntry.v1") instead. In general, please always include a minimal reproducible example so that we can reproduce your issues.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by nkaramooz
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
feat / nel Feature: Named Entity linking
2 participants