JRC1995 / Abstractive-Summarization

Implementation of abstractive summarization using LSTM in the encoder-decoder architecture with local attention.
MIT License
167 stars 59 forks source link

Don't know where to get these files #2

Closed jenigma closed 6 years ago

jenigma commented 6 years ago

Please tell me from where I can get these files:

vec_summaries vec_texts vocab_limit embd_limit

Thanks! I'm really eager to test this fully...

JRC1995 commented 6 years ago

@jenigma Check Data Pre-processing.ipynb. First, you will need "glove.6B.50d.txt" which can be downloaded from https://nlp.stanford.edu/projects/glove/

(I think that txt file I used was inside glove.6B.zip which is available in the link I shared)

Next simply execute the code in "Data Pre-processing.ipynb". If all goes well those files will be created as a result (of execution).