SforAiDl / decepticonlp

Python Library for Robustness Monitoring and Adversarial Debugging of NLP models
MIT License
15 stars 10 forks source link

Sub-W | GloVe implementation #35

Open parantak opened 4 years ago

parantak commented 4 years ago

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 commented 4 years ago

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.