Add NER P and NER R scores to model overview

This commit is contained in:
ines 2017-10-04 00:37:15 +02:00
parent 15ec7ddd09
commit 36ff525ff5
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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": {