explosion / spacy-stanza

💥 Use the latest Stanza (StanfordNLP) research models directly in spaCy
MIT License
723 stars 59 forks source link

Build Vocab #1

Closed AldawsariNLP closed 5 years ago

AldawsariNLP commented 5 years ago

Great work. So what about building the vocabulary at least word vectors for these languages ? Thanks

ines commented 5 years ago

Hi, I'm not 100% sure I understand your question? Do you mean, build word vectors for more languages in spaCy, or access the StanfordNLP vectors in spaCy?

AldawsariNLP commented 5 years ago

I meant building word vectors for more languages in spaCy.

ines commented 5 years ago

It's pretty easy to add your own vectors and create a vectors model for any language currently supported by spaCy. See here for details: https://spacy.io/usage/vectors-similarity#converting