Skip to content
Discussion options

You must be logged in to vote

Don't paste screenshots of code, copy and paste text as text.

spacy.blank loads a blank model, it doesn't check any config anywhere. You need to load a model to get vectors.

When you create a config, you can specify the directory vectors in spaCy format are saved in to load, and that will be made available in your model.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@sonynavdeep81
Comment options

@adrianeboyd
Comment options

@sonynavdeep81
Comment options

Answer selected by svlandeg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / vectors Feature: Word vectors and similarity
3 participants