Skip to content

vschmidt/python_text_summarizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Text Summarizer

Python automatic text summarizer

Install

Download files

  git clone https://github.com/vschmidt/python_text_summarizer.git

Install dependencies

  cd python_text_summarizer
  pip install -r env.txt

Edit params

Edit the input, output and number of sentences:

  sents_qtd = 4 #Quantity of sents in summary 
  path = 'inputs/manifesto.txt' #Input path
  new_path = 'outputs/word_freq.txt' #Output path

Run

  python summarizer.py

About

Python automatic text summarizer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published