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