Skip to content

avikj/textrank-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript TextRank Demo

This repository is a simple demonstration of Brin and Page's PageRank algorithm to text for keyword extraction from text.

The following 10 keywords were selected by the algorithm from this AP article.

[
  "border wall",
  "pena nieto",
  "phone call",
  "bad hombres",
  "trump",
  "mexico",
  "president",
  "us",
  "mexican",
  "remarks"
]

About

JavaScript implementation of the graph-based TextRank algorithm for keyword extraction.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published