Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 267 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 267 Bytes

Instalar as dependências do python

pip3 install -r requirements.txt

Baixar componentes do nltk (execute no prompt linha por linha)

python3 
import nltk
nltk.downloads('stopwords')
nltk.downloads('rslp')

Run

python3 execute.py