Open parantak opened 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.
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?