Summarizes Page Text to a given number of sentences and highlights them in the original text.
FUNCTIONALITY:
----------------------------
- Highlights the most important sentences in the text of an html page.
- Allows to select the highlighting color.
- Lets the user define how many of the most important sentences should be found or the compression ratio (ex. if you want 10% of the original text, then choose 0.1).
- Enables to save the obtained bullet point summary of the text as html.
FIXED:
----------
1. Inclusion of too short sentences is now avoided.
2. Better text extraction from web-pages using Readability module by Mozilla.
3. Sentence highlighting on pages is now working much better.
4. Popup html design improved using JQuery and Bootstrap.
5. Added radio button control to choose between summarizing by number of sentences or the compression ratio.