Reputation: 6616
So I'd like to use some of this training data in spaCy when I use the similarity()
method.
I'd also like to maybe use the pre-trained vectors also on this page.
But the spaCy docs seem lacking here, does anyone know how to do this?
Upvotes: 6
Views: 2114
Reputation: 4297
Unfortunately the docs for this still aren't linked on the site! We're reworking the docs. But, does this answer your question: https://spacy.io/tutorials/load-new-word-vectors
Upvotes: 3