SkillAgentSearch skills...

Lexrank

A Python implementation of the LexRank algorithm

Install / Use

/learn @simpetre/Lexrank
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Lexrank

Lexrank is an article summarisation methodology implemented by Erkan and Radev. It applies the PageRank algorithm to the problem of text summarisation - at its heart, breaking up the document to be summarised into its constituent sentences and then transforming the sentences into a graph, where edges of the graph represent sentences and vertices join sentences with high similarity. PageRank is then run over the graph, and the sentences with the highest "prestige" are returned as the most important ones in the document (and thus used to summarise the document most accurately), in much the same way as PageRank returns webpages with higher prestige.

Related Skills

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated6y ago
Forks1

Languages

Python

Security Score

55/100

Audited on Aug 28, 2019

No findings