Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 554 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 554 Bytes

Text summarization

Self study lessons to summarize portuguese texts. The goal is create an algoritmic to summarize a collection of related pull requests to create an small and clear release changelogs for developers.

How to run?

Create a virtual python environment.

python3 -m venv venv
source venv/bin/activate

Install requirements.

pip3 install -r requirements.txt
python3 -m spacy download pt_core_news_sm
python -m nltk.downloader punkt stopwords

Run:

python3 src/main.py

Summarization strategies