Skip to content

h9-tect/arabic-sentiment-analysis

 
 

Repository files navigation

arabic-sentiment-analysis

Sentiment Analysis in Arabic tweets

Context

This dataset was collected to provide Arabic sentiment corpus for the research community to investigate deep learning approaches for Arabic sentiment analysis.

Content

This dataset we collected in April 2019. It contains 58K Arabic tweets (47K training, 11K test) tweets annotated in positive and negative labels. The dataset is balanced and collected using positive and negative emojis lexicon.

Data format: Tab-separated values TSV label

Python comparability

This code is compatible with python 3.x. If python 3 is not default in your system, please using python3 and pip3 commands instead of python and pip commands.

Install requirements

pip install -r requirements.txt

Results at Kaggle

Reference

https://mksaad.wordpress.com/2018/12/07/sentiment-analysis-in-arabic-tweets-with-python/

About

Sentiment Analysis in Arabic tweets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 54.4%
  • Python 44.8%
  • Shell 0.8%