node-summary icon indicating copy to clipboard operation
node-summary copied to clipboard

Node module that summarizes text using a naive summarization algorithm

Results 14 node-summary issues
Sort by recently updated
recently updated
newest added

Hi, I've noticed that the loadash-node is marked as \* on package.json, and because of this the newest version 3.6.0 is being downloaded when npm install. But this version fails...

I generated the `.io` site using GitHub Pages, but I think it could do with a custom, but basic documentation site with a playground area, once the browser version is...

enhancement

A [comment](https://news.ycombinator.com/item?id=7214408) left by the author of the summarization algorithm I used has explained how to reduce the loops when ranking words.

enhancement

I saw on HackerNews today another article from TheTokenizer.com which goes over [extraction of main topics from a sentence](http://thetokenizer.com/2013/05/09/efficient-way-to-extract-the-main-topics-of-a-sentence/). Since node-summary is based on the first post in text summarization,...

enhancement