also in: https://www.kaggle.com/code/fayssalelansari/arabic-tweets-sentiment-analysis
The goal of this project is to be able to analyse a set of tweets written in Aarbic and determine their sentiments, meaning for each tweet we should be able to tell if it expresses a positive, a negative or a neutral sentiment.
-
We start off by finding a dataset of tweets that are already labeled to train our model on.
- The dataset we'll be using is:
Arabic Sentiment Twitter Corpus
from here
- The dataset we'll be using is:
-
In order to load this dataset we'll add the following lines of code to our program: