Skip to content
This repository has been archived by the owner on Jan 3, 2018. It is now read-only.

Latest commit

 

History

History
14 lines (7 loc) · 493 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 493 Bytes

AutoSummarizer

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.

Motivation

This program is made because two main reasons:

  1. Practice JavaScript as programming language beyond handling DOM.
  2. Training about Text Analysis techniques.