Skip to content

This repo is related to my Medium post, where step by step I exploit the code implementation to give a better understanding of the Text Rank algorithm. My goal is trying to give a better understanding of extractive summarization techniques through a step by step code implementation.

Notifications You must be signed in to change notification settings

fabiosalern/TextRank_implementation_Extractive_Summarization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Extractive summarization: TextRank implementation

In this repo you will find the code used to implement the TextRank algorithm: TextRank_scheme

  • This code is related to my Medium post LINK
  • Where step by step I exploit the code implementation to give a better understanding of the Text Rank algorithm.
  • My goal is trying to give a better understanding of extractive summarization techniques through a code implementation. Already exists several libraries where the Text Rank algorithm is already implemented (like sumy). However the aim of this repo is just making deep dive on the implementation for gaining deeper understanding of what this kind of algorithms do under the hood.

For readability reasons I have presented the code through a Jupyter notebook, however in the future I am planning to create an API where everyone can use my implementation by just calling the functions.

I hope this repo can be helpful to you, cheers Fabio!

About

This repo is related to my Medium post, where step by step I exploit the code implementation to give a better understanding of the Text Rank algorithm. My goal is trying to give a better understanding of extractive summarization techniques through a step by step code implementation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published