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.
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