mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
Update cli.package for removed spacy.vectors.name attr
This commit is contained in:
parent
818fdb537e
commit
f4c8fdfaad
|
@ -352,7 +352,6 @@ def get_meta(
|
|||
"width": nlp.vocab.vectors_length,
|
||||
"vectors": len(nlp.vocab.vectors),
|
||||
"keys": nlp.vocab.vectors.n_keys,
|
||||
"name": nlp.vocab.vectors.name,
|
||||
}
|
||||
if about.__title__ != "spacy":
|
||||
meta["parent_package"] = about.__title__
|
||||
|
|
Loading…
Reference in New Issue
Block a user