BioSentVec icon indicating copy to clipboard operation
BioSentVec copied to clipboard

Context Vectors for words

Open adijad20 opened this issue 5 years ago • 1 comments

Hello,

I wanted to use context embeddings for words to perform word similarity tasks. Is there a way to get the context vectors for words using the fastText model file.

Thanks, Aditya

adijad20 avatar Jan 04 '20 18:01 adijad20

Hi Aditya,

For word similarity tasks, essentially you could get vectors for each word, and then compare the similarity between their vectors. In that case, you can just load the model and get the vector by following the FAQ. If not, would you please give more detail to your question?

Thanks!

qingyu-qc avatar Feb 26 '20 04:02 qingyu-qc