Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 694 Bytes

Readme.md

File metadata and controls

14 lines (9 loc) · 694 Bytes

also in: https://www.kaggle.com/code/fayssalelansari/arabic-tweets-sentiment-analysis

The Goal

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.

Procedure

  1. 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
  2. In order to load this dataset we'll add the following lines of code to our program: