This notebook covers some basic text summarization techniques.
Basic concepts of NLP
- Gensim
- Sumy
The .ipynb file contains all the code required using GENISIM, SUMY.
- LexRank
- LuhnSummarizer
- PlaintextParser
- Summarization by ratio
- Summarization by word count
- Passing the text corpus to summarizer