From 00836c2d7d46b0aa405eb1569856f7923da6d1f0 Mon Sep 17 00:00:00 2001 From: Sofie Van Landeghem Date: Thu, 16 Sep 2021 09:23:21 +0200 Subject: [PATCH] Update spacy/displacy/templates.py --- spacy/displacy/templates.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spacy/displacy/templates.py b/spacy/displacy/templates.py index c44c1e2a6..051f72cb2 100644 --- a/spacy/displacy/templates.py +++ b/spacy/displacy/templates.py @@ -51,8 +51,9 @@ TPL_ENTS = """ TPL_ENT = """ {text} - {label} + {label} {kb_id} + """