Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Context Vectors for words #22

Open
adijad20 opened this issue Jan 4, 2020 · 1 comment
Open

Context Vectors for words #22

adijad20 opened this issue Jan 4, 2020 · 1 comment

Comments

@adijad20
Copy link

adijad20 commented Jan 4, 2020

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 adijad20 changed the title Hello, Context Vectors for words Jan 4, 2020
@qingyu-qc
Copy link
Collaborator

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants