You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: