From 36ff525ff59239e5bf81c569622c918811d4266a Mon Sep 17 00:00:00 2001 From: ines Date: Wed, 4 Oct 2017 00:37:15 +0200 Subject: [PATCH] Add NER P and NER R scores to model overview --- website/_includes/_page_models.jade | 2 +- website/models/_data.json | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/website/_includes/_page_models.jade b/website/_includes/_page_models.jade index 6370f1b94..c5bd799f0 100644 --- a/website/_includes/_page_models.jade +++ b/website/_includes/_page_models.jade @@ -60,7 +60,7 @@ for id in CURRENT_MODELS +grid.o-no-block +grid-col("third") +h(4) Accuracy - +table.o-no-block + +table.o-block-small for label, field in MODEL_ACCURACY +row(style="display: none") +cell.u-nowrap diff --git a/website/models/_data.json b/website/models/_data.json index cc26b9bc9..b2898be8a 100644 --- a/website/models/_data.json +++ b/website/models/_data.json @@ -44,6 +44,8 @@ "las": "Labelled dependencies", "tags_acc": "Part-of-speech tags", "ents_f": "Entities (F-score)", + "ents_p": "Entities (precision)", + "ents_r": "Entities (recall)", "pipeline": "Processing pipeline components in order", "sources": "Sources of training data" }, @@ -59,7 +61,9 @@ "uas": "UAS", "las": "LAS", "tags_acc": "POS", - "ents_f": "NER F" + "ents_f": "NER F", + "ents_p": "NER P", + "ents_r": "NER R" }, "LANGUAGES": {