From 7562fb53545f396848bd55e774adf1a6b1686af8 Mon Sep 17 00:00:00 2001 From: Renat Shigapov <57352291+shigapov@users.noreply.github.com> Date: Mon, 13 Sep 2021 08:06:54 +0200 Subject: [PATCH] add links to entities into the TPL_ENT-template --- spacy/displacy/templates.py | 1 + 1 file changed, 1 insertion(+) diff --git a/spacy/displacy/templates.py b/spacy/displacy/templates.py index b9cbf717b..c44c1e2a6 100644 --- a/spacy/displacy/templates.py +++ b/spacy/displacy/templates.py @@ -52,6 +52,7 @@ TPL_ENT = """ {text} {label} + {kb_id} """