Skip to content

Advanced methods to implement automatic text summarization

Notifications You must be signed in to change notification settings

som-d/text_summarizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Understand Text Summarization and create your own summarizer in python

In this project, you could use different traditional and advanced methods to implement automatic text summarization, and then compare the results of each method to conclude which is the best to use for your corpus.

Summarization can be defined as a task of producing a concise and fluent summary while preserving key information and overall meaning.

Impact

Summarization systems often have additional evidence they can utilize in order to specify the most important topics of document(s). For example, when summarizing blogs, there are discussions or comments coming after the blog post that are good sources of information to determine which parts of the blog are critical and interesting.

In scientific paper summarization, there is a considerable amount of information such as cited papers and conference information which can be leveraged to identify important sentences in the original paper.

About

Advanced methods to implement automatic text summarization

Topics

Resources

Stars

Watchers

Forks

Languages