Skip to content

πŸ“š Using natural language processing to summarize texts

Notifications You must be signed in to change notification settings

EduardoGiacomini/text-summarization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

About

πŸ“š Using natural language processing to summarize texts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages