Text Summarization with NLP: TextRank vs Seq2Seq vs BART

Natural Language Processing with Python, Gensim, Tensorflow, Transformers

Mauro Di Pietro
Towards Data Science
17 min readMar 15, 2022

--

Summary

In this article, using NLP and Python, I will explain 3 different strategies for text summarization: the old-fashioned TextRank (with gensim), the famous Seq2Seq (with tensorflow), and the cutting edge BART (with transformers).

Image by author

--

--