Dror M
Dror M

Reputation: 73

Are there any pre-trained NER entity-linking models available?

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://spacy.io/api/kb

https://github.com/explosion/spaCy/issues/4511

Thanks!

Upvotes: 0

Views: 950

Answers (2)

Dror M
Dror M

Reputation: 73

I found one - Facebook GENRE: https://github.com/facebookresearch/GENRE

Upvotes: 0

polm23
polm23

Reputation: 15623

spaCy does not distribute pre-trained entity linking models. See here for some comments on why not.

Upvotes: 2

Related Questions