Skip to content
Discussion options

You must be logged in to vote

Sure, as long as the model doesn't currently have vectors you should be able to do:

floret_nlp = spacy.load("floret_model")
nlp = spacy.load("en_core_web_sm")
nlp.vocab.vectors = floret_nlp.vocab.vectors

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@concepttt-ma
Comment options

@adrianeboyd
Comment options

@concepttt-ma
Comment options

Answer selected by concepttt-ma
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
2 participants