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
word2vec.c takes train.txt and outputs vocab.txt and vectors.txt which is later used to create sentence_vectors.txt for my case. But I am facing trouble converting my input sentence in vector format as required for classification by loading the vocab and train files in word2vec.c. Quick reply is appreciated. Thanks!
The text was updated successfully, but these errors were encountered:
word2vec.c takes train.txt and outputs vocab.txt and vectors.txt which is later used to create sentence_vectors.txt for my case. But I am facing trouble converting my input sentence in vector format as required for classification by loading the vocab and train files in word2vec.c. Quick reply is appreciated. Thanks!
The text was updated successfully, but these errors were encountered: