Skip to content

This simple portuguese text summarizer was built using Spacy in order to enhance my skills regarding this NLP application.

Notifications You must be signed in to change notification settings

Vitor-Sallenave/Text-Summarizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

⚒️ How it works?

Initially, a pipeline model from spacy is used to analyze the main text in portuguese. Then, we count the frequency of the words, putting it in a dictionary, and use that structured information in order to give a score to the sentences. Finally, having the sentences been verified and marked, we choose the most significant parts with the objective of forming the summarized text.

About

This simple portuguese text summarizer was built using Spacy in order to enhance my skills regarding this NLP application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages