mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-10 16:22:29 +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,
|
"width": nlp.vocab.vectors_length,
|
||||||
"vectors": len(nlp.vocab.vectors),
|
"vectors": len(nlp.vocab.vectors),
|
||||||
"keys": nlp.vocab.vectors.n_keys,
|
"keys": nlp.vocab.vectors.n_keys,
|
||||||
"name": nlp.vocab.vectors.name,
|
|
||||||
}
|
}
|
||||||
if about.__title__ != "spacy":
|
if about.__title__ != "spacy":
|
||||||
meta["parent_package"] = about.__title__
|
meta["parent_package"] = about.__title__
|
||||||
|
|
Loading…
Reference in New Issue
Block a user