AutoSummarizer is an small JavaScript day-project for creating a web page where the users can extract an automatic summary about any text.
AutoSummarizer uses some kind of PageRank algorythm for knowing the words' weight and indentifying which are the most important sentences in any text.
This program is made because two main reasons:
- Practice JavaScript as programming language beyond handling DOM.
- Training about Text Analysis techniques.