I checked all API and couldn't find a way to map vector to word no matter in word2Vec or glove. Google doesn't help that much.
Does anybody know to do this?
Background: I'm training a chatbot by using seq2seq model. But the implementations I found so far are using one-hot encoding. So I want to try use glove embedding and use the output mapping back to the word.