Skip to content

vamsi2018/TextSummarize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"text_summarize.py" reads the input file and creates the summary of the input. It essentially extracts the importance of the sentences and prints in the decreasing order of the sentences in the text. The output contains the list of sentence significance followed by the sentence.

Execute the file by: python text_summarize.py <input_file_containing_text> > output_file.txt

About

Summarizes the given text using Lex Rank algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages