I. Introduction
The objective of this work is to describe an algorithm to summarize text documents by constructing inter-sentence similarity/correlation matrix of each paragraph in order to identify the most important sentences in a document. The work mainly consists of the following steps:
Construction of inter-sentence correlation matrix for each paragraph,
Ranking the sentences of each paragraph,
Extracting important sentences from each paragraph based on Eigen values, and
Composing the summary of the document using the candidate sentences.