BioSentVec
BioSentVec copied to clipboard
Context Vectors for words
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
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!