28 linhas
1.3 KiB
Markdown
28 linhas
1.3 KiB
Markdown
# [PT] Análise de Sentimentos - Processamento de Linguagem Natural
|
|
|
|
Esse projeto consiste na Análise de sentimentos de tweets coletados através da API do Twitter sobre as eleições presidencias de 2018 no Brasil. O projeto consiste em:
|
|
|
|
1. Principais tweets coletados no período de 1 semana.
|
|
2. Tweets mais curtidos e retweetados.
|
|
3. Fonte dos tweets.
|
|
4. Análise de sentimentos em Português utilizando como set de treinamento o Corpus ReLi. (https://www.linguateca.pt/Repositorio/ReLi/)
|
|
5. Comparação entre resultados das bibliotecas Bloob e NLTK.
|
|
6. Nuvem de palavras mais frequentes.
|
|
7. Séries de tweets no tempo.
|
|
8. Mapa de tweets utilizando a localização declarada pelos usuários.
|
|
|
|
# [EN] Sentiment Analysis - Natural Language Processing
|
|
|
|
[EN] This project consists in the Analysis of sentiments of tweets collected through the Twitter API on the presidential elections of Brazil in 2018. The project consists of:
|
|
|
|
1. Top tweets collected in 1 week period.
|
|
2. Tweets more liked and retweet.
|
|
3. Source of tweets.
|
|
4. Analysis of sentiments in Portuguese using Corpus ReLi as training set. (https://www.linguateca.pt/Repositorio/ReLi/)
|
|
5. Comparison between Bloob and NLTK librarys.
|
|
6. Cloud of most frequent words.
|
|
7. Tweets Time Series.
|
|
8. Map of tweets using the location declared by users.
|
|
|
|
|