Will custom word vectors improve NER training on new entities?

Will loading custom domain-specific word vectors into Spacy model improve the results of training custom NER entities on text from the same domain?

Hi! If vectors are available, they'll be used as features in the model. So depending on the vector coverage, using custom domain-specific vectors can have a significant impact on accuracy, because it means tokens will receive better representations.