chen0040 / keras-text-summarization

Text summarization using seq2seq in Keras
MIT License
290 stars 128 forks source link

Explain about result #14

Open TuanHAnhVN opened 5 years ago

TuanHAnhVN commented 5 years ago

After running about glove text summarization, i could not explain about result. Why the text summarization result is short (about 6 words) while original content has 2428 word. How to change the number of words of result?

TuanHAnhVN commented 5 years ago

how to generate text summarization? I changed max_input_length = the number of word of input text. Changed max_target_length x10 (500). For example, with seq2seq_glove_predict.py , i just get 6-7 words for contents that has 2428 words.