Skip to content

smhasandanish/TextZap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextZap

A text summarizer tool based on python In this script: We tokenize the input text into sentences and words. Remove common stopwords to focus on meaningful words. Calculate word frequency to assign scores to sentences. Select the top N sentences with the highest scores to create the summary.