mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
Fix accuracy table descriptions
This commit is contained in:
parent
c646365e2f
commit
f48e1973ed
|
@ -60,7 +60,7 @@
|
||||||
"wiki": "Wikipedia",
|
"wiki": "Wikipedia",
|
||||||
"uas": "Unlabelled dependencies",
|
"uas": "Unlabelled dependencies",
|
||||||
"las": "Labelled dependencies",
|
"las": "Labelled dependencies",
|
||||||
"tags_acc": "Part-of-speech tags",
|
"tags_acc": "Part-of-speech tags (fine grained tags, Token.tag)",
|
||||||
"ents_f": "Entities (F-score)",
|
"ents_f": "Entities (F-score)",
|
||||||
"ents_p": "Entities (precision)",
|
"ents_p": "Entities (precision)",
|
||||||
"ents_r": "Entities (recall)",
|
"ents_r": "Entities (recall)",
|
||||||
|
@ -69,7 +69,7 @@
|
||||||
"pipeline": "Processing pipeline components in order",
|
"pipeline": "Processing pipeline components in order",
|
||||||
"sources": "Sources of training data",
|
"sources": "Sources of training data",
|
||||||
"vecs": "Word vectors included in the model. Models that only support context vectors compute similarity via the tensors shared with the pipeline.",
|
"vecs": "Word vectors included in the model. Models that only support context vectors compute similarity via the tensors shared with the pipeline.",
|
||||||
"benchmark_parser": "Parser accuracy",
|
"benchmark_parser": "Syntax accuracy",
|
||||||
"benchmark_ner": "NER accuracy",
|
"benchmark_ner": "NER accuracy",
|
||||||
"benchmark_speed": "Speed"
|
"benchmark_speed": "Speed"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user