mirror of https://github.com/explosion/spaCy.git
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: 'Part-of-speech tags (fine grained tags, Token.tag)',
|
||||
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_p: 'Named entities (precision)',
|
||||
ents_r: 'Named entities (recall)',
|
||||
|
|
Loading…
Reference in New Issue