I want to run entity-linking for a project of mine. I used Spacy for the NER on a corpus of documents. Is there an existing linking model I can simply use to link the entities found?
The documentation I have found seems to be how to train a custom one.
Examples:
https://github.com/explosion/spaCy/issues/4511
Thanks!
spaCy does not distribute pre-trained entity linking models. See here for some comments on why not.