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

Sub-W | GloVe implementation #35

Open
parantak opened this issue May 11, 2020 · 1 comment
Open

Sub-W | GloVe implementation #35

parantak opened this issue May 11, 2020 · 1 comment
Labels
enhancement New feature or request Priority: Low

Comments

@parantak
Copy link
Contributor

We can find similar words from the pre-trained glove embeddings or word2vec for that matter. We can directly load the file and work upon it or use gensim. @rajaswa and @someshsingh22 , what do you think?

@rajaswa
Copy link
Member

rajaswa commented May 11, 2020

This can be done. As of now, we are avoiding dependencies on pre-trained embeddings and any other thing that might require major dependencies and an active internet connection for the user.

But we would definitely want this in the long run, one can start working on the same.

@rajaswa rajaswa added the enhancement New feature or request label May 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Priority: Low
Projects
None yet
Development

No branches or pull requests

3 participants