Skip to content

Project for study about sentiment analysis on tweets using Naive Bayes

License

Notifications You must be signed in to change notification settings

brunalimap/sentiment_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analysis of sentiments


About the Dataset

This dataset was taken from the social network Twitter and is divided into three classes (positive, negative and neutral). These dataset have a popular language with slang and word abbreviations. It is necessary to perform some manipulations on the data to obtain a better performance of the model used.

Sentiments labels were transformed as follow:

  • Negative label: 0
  • Positive label: 1
  • Neutral label: 2

link of the dataset: https://www.kaggle.com/augustop/portuguese-tweets-for-sentiment-analysis

Columns description

  • id: String identifier directly from Twitter;
  • tweet_text: Full text from the tweet
  • tweet_date: Tweet creation date
  • sentiment: Sentiment label (classifier)
  • query_used: Query used to collect the tweet

References

About

Project for study about sentiment analysis on tweets using Naive Bayes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published