English

Sentiment Analysis of Comments on Rohingya Movement with Support Vector Machine

Information Retrieval 2018-03-26 v1 Computation and Language Machine Learning

Abstract

The Rohingya Movement and Crisis caused a huge uproar in the political and economic state of Bangladesh. Refugee movement is a recurring event and a large amount of data in the form of opinions remains on social media such as Facebook, with very little analysis done on them.To analyse the comments based on all Rohingya related posts, we had to create and modify a classifier based on the Support Vector Machine algorithm. The code is implemented in python and uses scikit-learn library. A dataset on Rohingya analysis is not currently available so we had to use our own data set of 2500 positive and 2500 negative comments. We specifically used a support vector machine with linear kernel. A previous experiment was performed by us on the same dataset using the naive bayes algorithm, but that did not yield impressive results.

Cite

@article{arxiv.1803.08790,
  title  = {Sentiment Analysis of Comments on Rohingya Movement with Support Vector Machine},
  author = {Hemayet Ahmed Chowdhury and Tanvir Alam Nibir and Md. Saiful Islam},
  journal= {arXiv preprint arXiv:1803.08790},
  year   = {2018}
}
R2 v1 2026-06-23T01:03:00.965Z