mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
Fix success message [ci skip]
This commit is contained in:
parent
270c836bd6
commit
2c9804038d
|
@ -39,7 +39,7 @@ def init_vectors_cli(
|
||||||
nlp.to_disk(output_dir)
|
nlp.to_disk(output_dir)
|
||||||
msg.good(
|
msg.good(
|
||||||
"Saved nlp object with vectors to output directory. You can now use the "
|
"Saved nlp object with vectors to output directory. You can now use the "
|
||||||
"path to it in your config as the 'vectors' setting in [initialize.vocab].",
|
"path to it in your config as the 'vectors' setting in [initialize].",
|
||||||
output_dir.resolve(),
|
output_dir.resolve(),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user