Skip to content

elizabethgilmour/python-text-summarizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

python-text-summarizer

A small package with no dependenices that summaries texts from news sources and articles.

TODO

  1. Change the parsing function so that Mr., Mrs. and similar words are not considered end of a sentence
  2. Weigh different words differently based on category. For example, political article should give more emphasis on political words.

USAGE

  1. Current pip version is not available.
  2. Put the summarizer in your project folder
  3. from summarizer import summarize
  4. summary = summarize(title, text, no_of_sentences=10) # the default is 5
  5. Details added

About

A small package without dependenices that summaries texts from news sources and articles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%