Skip to content

A text rank based client side JavaScript summarizer library.

Notifications You must be signed in to change notification settings

bibhuticoder/summaryjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

summaryjs

A "text rank" based client side JavaScript summarizer library. This a port of this python script to javascript. The "text rank" algorithm used in this library is well explained here. It is a naive summarizer algorithm and works fine in long well formatted and paragraphed texts.

usage

<script type="text/javascript" src="js/summary.js"></script>
var input = 'A major change that has occur.........';
var summary = get_summary(input);
console.log(summary);

demo

https://bibhuticoder.github.io/summaryjs/

About

A text rank based client side JavaScript summarizer library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published