From 32bd3856b3b8fe749b77dca7d755366eaa87a2fd Mon Sep 17 00:00:00 2001 From: Paul O'Leary McCann Date: Thu, 20 Jan 2022 20:00:28 +0900 Subject: [PATCH] Rename FACILITY to FAC in color list (#10067) This matches the English models --- spacy/displacy/render.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/displacy/render.py b/spacy/displacy/render.py index 14d741a3d..a032d843b 100644 --- a/spacy/displacy/render.py +++ b/spacy/displacy/render.py @@ -18,7 +18,7 @@ DEFAULT_LABEL_COLORS = { "LOC": "#ff9561", "PERSON": "#aa9cfc", "NORP": "#c887fb", - "FACILITY": "#9cc9cc", + "FAC": "#9cc9cc", "EVENT": "#ffeb80", "LAW": "#ff8197", "LANGUAGE": "#ff8197",