Rename FACILITY to FAC in color list (#10067)

This matches the English models
This commit is contained in:
Paul O'Leary McCann 2022-01-20 20:00:28 +09:00 committed by GitHub
parent a55212fca0
commit 32bd3856b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ DEFAULT_LABEL_COLORS = {
"LOC": "#ff9561", "LOC": "#ff9561",
"PERSON": "#aa9cfc", "PERSON": "#aa9cfc",
"NORP": "#c887fb", "NORP": "#c887fb",
"FACILITY": "#9cc9cc", "FAC": "#9cc9cc",
"EVENT": "#ffeb80", "EVENT": "#ffeb80",
"LAW": "#ff8197", "LAW": "#ff8197",
"LANGUAGE": "#ff8197", "LANGUAGE": "#ff8197",