Python automatic text summarizer
git clone https://github.com/vschmidt/python_text_summarizer.git
cd python_text_summarizer
pip install -r env.txt
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
python summarizer.py