LifeDebuger stuff

жов 31, 2014

Summary tool under JavaScript

This algorithm was found in the Internet As at this moment I try to implement add-on for Firefox, and some function I've needed was to summarize web-content.

So the main Idea of the algorithm is to build matrix of mutual sentences intersection which is calculates by counting the same words in two sections and division this count with avarage sentence length in words.

Than we summarize intersactions for every sentence and with this value choise what sentence should be used in summary.

This algorithm I've implemented in javascript, so the source is here