DeepsMoseli / Bidirectiona-LSTM-for-text-summarization-

A bidirectional encoder-decoder LSTM neural network is trained for text summarization on the cnn/dailymail dataset. (MIT808 project)
MIT License
80 stars 36 forks source link

How to find word from vector in gensim word2vec #8

Closed atulloona4 closed 4 years ago

atulloona4 commented 4 years ago

Hi,

1) Can you please provide a way to get word from vector embedding, using Word2Vec E.g Vector -> Word 2) Why is decoder trained on only 1 word of summary ?

Regards Atul loona

atulloona4 commented 4 years ago

My bad, i found a way out "https://stackoverflow.com/questions/47155414/given-a-word-vector-get-the-word-of-it-in-word2vec"