mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
Update labels [ci skip]
This commit is contained in:
parent
7752f80f39
commit
4ca0f91506
|
@ -52,6 +52,7 @@ const MODEL_META = {
|
||||||
tag_acc: 'Part-of-speech tags (fine grained tags, Token.tag)',
|
tag_acc: 'Part-of-speech tags (fine grained tags, Token.tag)',
|
||||||
tag: 'Part-of-speech tags (fine grained tags, Token.tag)',
|
tag: 'Part-of-speech tags (fine grained tags, Token.tag)',
|
||||||
pos: 'Part-of-speech tags (coarse grained tags, Token.pos)',
|
pos: 'Part-of-speech tags (coarse grained tags, Token.pos)',
|
||||||
|
pos_acc: 'Part-of-speech tags (coarse grained tags, Token.pos)',
|
||||||
ents_f: 'Named entities (F-score)',
|
ents_f: 'Named entities (F-score)',
|
||||||
ents_p: 'Named entities (precision)',
|
ents_p: 'Named entities (precision)',
|
||||||
ents_r: 'Named entities (recall)',
|
ents_r: 'Named entities (recall)',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user