mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
Fix typo
This commit is contained in:
parent
a62337b3f3
commit
a89e0ff7cb
|
@ -118,7 +118,7 @@ def init_vocab(
|
|||
msg.good("Created vocabulary")
|
||||
if vectors is not None:
|
||||
add_vectors(nlp, vectors)
|
||||
msg.good(f"Added vectors: {V['vectors']}")
|
||||
msg.good(f"Added vectors: {vectors}")
|
||||
|
||||
|
||||
def add_tok2vec_weights(
|
||||
|
|
Loading…
Reference in New Issue
Block a user