Implementation of extractive text summarization including LSA and Text Rank.
The reference source code of LSA summarization method in: (https://github.com/yeedas/Abstractive_Summary_of_Transcriptions/blob/master/Summarization_using_Latent_Semantic_Analysis.ipynb)
The reference source code of Text Rank Summarizer in: (https://github.com/prateekjoshi565/textrank_text_summarization)