Using various word2vec learning data in spaCy

Therefore, I would like to use some training data in spaCy when I use the similarity() method.

I would also like to use pre-prepared vectors also on this page.

But for reference spaCy doesn't seem to be enough, does anyone know how to do this?

+5
source share
1 answer

Unfortunately, the documents for this are not yet connected on the site! We process documents. But the answer to your question is: https://spacy.io/tutorials/load-new-word-vectors

+2
source

Source: https://habr.com/ru/post/1243943/


All Articles