Skip to content

A basic text summarizer built in Python. Uses the TF-IDF algorithm.

Notifications You must be signed in to change notification settings

manangouhari/text-summarizer-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For Tejas(will write proper readme later.):

Place the summarizer folder in inside your app directory.

from summarizer import get_summary

summary = get_sumary(data) # data is a string.

About

A basic text summarizer built in Python. Uses the TF-IDF algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages