Tom Carrick
Tom Carrick

Reputation: 6616

Using different word2vec training data in spaCy

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

Answers (1)

syllogism_
syllogism_

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

Related Questions