arnavroy / text-summarizer

Client side extractive text summarization using JS, based on TextRank. Since there's no server trip involved, one can can safely use it for sensitive data.
Other
17 stars 3 forks source link

TextSummarizer

Client side extractive text summarization using JavaScript, based on TextRank. There's no network IO involved, all computations happen on the local machine.