A couple of news from spaCy universe:
1) spaCyOpenTapioca is a spaCy pipeline for named entity linking on Wikidata using OpenTapioca (https://github.com/UB-Mannheim/spacyopentapioca)
2) spaCy.displaCy is able now to show clickable IDs from a knowledge graph in NEL vizualization. It鈥檚 not yet released, so use `pip install git+https://github.com/explosion/spaCy`.
Example with spaCyOpenTapioca+spaCy.displaCy.render:
This is an amazing development. I have been waiting for this functionality for years: a NEL system that allows to select entities from a knowledge graphs.
OpenTapioca is trained only for organizations, persons and geographic entities. There is another pipeline spaCy-DBpedia-Spotlight, it has more types as far as I know.