Skip to content

radhasatam/AutomaticSummarizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutomaticSummarizer

Python program used to automatically summarize news articles from text files.

It displays the following -

  1. Title of the news article
  2. Summary - By extracting the first paragraph of the artilce. (excluding the title)
  3. Summary - By counting the word frequencies in the entire text and returning the most relevant sentences in the right order.

Example -

News Summarization Example

About

Python program used to automatically summarize news articles.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages