Skip to content

LexRank

Mehvin edited this page Aug 1, 2018 · 6 revisions

How it Works

LexRank Uses TextRank with an additional metric, Term Frequency - Inverse Document Frequency (TF-IDF) to score the sentences

Running the Model

The original Github code for the LexRank model have been modified by the authors of this repository for the smooth processing of multiple data and to run different NLP combinations. The LexRank codes can be retrieved from the following folder.

The LexRank Notebook shows how the different LexRank NLP combinations were ranned.

Other Resources & Dependencies