Reputation: 73
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!
Upvotes: 0
Views: 950
Reputation: 73
I found one - Facebook GENRE: https://github.com/facebookresearch/GENRE
Upvotes: 0