Adding custom wordvectors to my pipeline #12313
-
I've build custom wordvectors and created a blank model with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I got it working by iterating the gensim model and adding each vector manually to a new spacy vocab.
I would like to know if this could cause problems with other pipeline components and what would be the prefered way to load custom wordvectors in spacy. |
Beta Was this translation helpful? Give feedback.
I got it working by iterating the gensim model and adding each vector manually to a new spacy vocab.
I would like to know if this could cause problems with other pipeline components and what would be the prefered way to load custom wordvectors in spacy.