dongjun-Lee / text-summarization-tensorflow

Tensorflow seq2seq Implementation of Text Summarization.
MIT License
638 stars 196 forks source link

Input text for summarizing #37

Open anishkahc opened 5 years ago

anishkahc commented 5 years ago

What if I wanted to summarize larger text data using this summarizer? How can I do that? And will it give larger summaries rather than just headlines?

BAG-OF-CHIPS-XX commented 5 years ago

I am also interested in this