mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 09:26:27 +03:00
Add NER P and NER R scores to model overview
This commit is contained in:
parent
15ec7ddd09
commit
36ff525ff5
|
@ -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
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user