Twitter Emoticon Interpretation Using Machine Learning Algorithms in Sentiment Analysis

[{“box”:0,”content”:”[if 992 equals=”Open Access”]

n

Open Access

n

[/if 992]n

n

Year : April 5, 2024 at 1:57 pm | [if 1553 equals=””] Volume :11 [else] Volume :11[/if 1553] | [if 424 equals=”Regular Issue”]Issue[/if 424][if 424 equals=”Special Issue”]Special Issue[/if 424] [if 424 equals=”Conference”][/if 424] : 01 | Page : –

n

n

n

n

n

n

By

n

    n t

    [foreach 286]n

    n

    R. Pushpa, P. Priyadarshani, S. Santhosh Kumar

  1. [/foreach]

    n

n

n[if 2099 not_equal=”Yes”]n

    [foreach 286] [if 1175 not_equal=””]n t

  1. Student, Student, Student, Department of Artificial Intelligence and Data Science, Sri Manakula Vinayagar Engineering College, Madagadipet, Department of Artificial Intelligence and Data Science, Sri Manakula Vinayagar Engineering College, Madagadipet, Department of Artificial Intelligence and Data Science, Sri Manakula Vinayagar Engineering College, Madagadipet, Puducherry, Puducherry, Puducherry, India, India, India
  2. n[/if 1175][/foreach]

[/if 2099][if 2099 equals=”Yes”][/if 2099]nn

n

Abstract

nIn the current era, a thousand of people share their opinions every day on the well-known microblogging platform Twitter in the form of tweets. A tweet must be brief and straightforward in order to be effective. though sentiment analysis of Twitter data will be the main emphasis of this thesis. Sentiment analysis study encompasses NLP and text data mining. We will conduct sentiment analysis on Twitter data using several logistic machine learning approaches. Nonetheless, our attention will be directed toward methods and varieties of sentiment analysis in which we will learn how to retrieve tweets from Twitter. In addition, we will uncover some common metrics and compare various machine learning approaches on the same dataset.

n

n

n

Keywords: Twitter, Sentiment Analysis (SA), Machine Learning, Logistic Regression, Positive, Negative, Natural Language Processing, TfidfVectorizer, Stemming.

n[if 424 equals=”Regular Issue”][This article belongs to Journal of Software Engineering Tools & Technology Trends(josettt)]

n

[/if 424][if 424 equals=”Special Issue”][This article belongs to Special Issue under section in Journal of Software Engineering Tools & Technology Trends(josettt)][/if 424][if 424 equals=”Conference”]This article belongs to Conference [/if 424]

n

n

n

How to cite this article: R. Pushpa, P. Priyadarshani, S. Santhosh Kumar Twitter Emoticon Interpretation Using Machine Learning Algorithms in Sentiment Analysis josettt April 5, 2024; 11:-

n

How to cite this URL: R. Pushpa, P. Priyadarshani, S. Santhosh Kumar Twitter Emoticon Interpretation Using Machine Learning Algorithms in Sentiment Analysis josettt April 5, 2024 {cited April 5, 2024};11:-. Available from: https://journals.stmjournals.com/josettt/article=April 5, 2024/view=0

n


n[if 992 equals=”Open Access”] Full Text PDF Download[else] nvar fieldValue = “[user_role]”;nif (fieldValue == ‘indexingbodies’) {n document.write(‘Full Text PDF‘);n }nelse if (fieldValue == ‘administrator’) { document.write(‘Full Text PDF‘); }nelse if (fieldValue == ‘josettt’) { document.write(‘Full Text PDF‘); }n else { document.write(‘ ‘); }n [/if 992] [if 379 not_equal=””]n

Browse Figures

n

n

[foreach 379]n

n[/foreach]n

nn

n

n[/if 379]n

n

References

n[if 1104 equals=””]n

  1. Pak, Alexander, Patrick Paroubek.Twitter as a Corpus for Sentiment Analysis and Opinion Mining. LREc. 2019;10.
  2. An Agarwal, B Xie, I Vovsha, O Rambow.Sentiment analysis of twitter data. Proceedings of the workshop on languages in social media. Association for Computational Linguistics, 2018.
  3. Khan, Farhan Hassan, Usman Qamar, and Saba Bashir A semi-supervised approach to sentiment analysis using revised sentiment strength based on SentiWordNet. Knowledge and Information Systems 2020.
  4. Narr, Sascha, Michael Hulfenhaus, Language-independent twitter sentiment analysis. Knowledge Discovery and Machine Learning (KDML), LWA .2018.
  5. Saif, Hassan, Yulan He, Semantic sentiment analysis of twitter. International Semantic Web Conference. Springer Berlin Heidelberg,2019.
  6. Da Silva, Nadia FF, Eduardo R., Tweet sentiment analysis with classifier ensembles. Decision Support Systems.2020;66:170-179.
  7. Jianqiang, G. Xiaolin, Comparison Research on Text Pre-processing Methods on Twitter Sentiment Analysis, in IEEE Access, 2021;(5):2870-2879.
  8. Khan, Jawad, Byeong Soo Jeong. Summarizing customer review based on product feature and opinion. Machine Learning and Cybernetics (ICMLC), 2016 International Conference on. IEEE, 2019.
  9. International Journal of Innovative Technology and Exploring Engineering (IJITEE) ISSN: 2278-3075, Volume-8 Issue-8 June, 2019, Sentiment Analysis Using Naïve Bayes Classifier Sentiment Analysis Using Naïve Bayes Classifier
  10. Sentiment Analysis using Maximum Entropy Algorithm in Big Data Durgesh Patel, Sakshi Saxena, Toran Verma, International Journal of Innovative Research in Science, Engineering and Technology (http://www.ijirset.com/upload/2016/may/246_49_Sentim ent.pdf)

nn[/if 1104][if 1104 not_equal=””]n

    [foreach 1102]n t

  1. [if 1106 equals=””], [/if 1106][if 1106 not_equal=””],[/if 1106]
  2. n[/foreach]

n[/if 1104]

nn


nn[if 1114 equals=”Yes”]n

n[/if 1114]

n

n

[if 424 not_equal=””]Regular Issue[else]Published[/if 424] Subscription Review Article

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n[if 2146 equals=”Yes”]

[/if 2146][if 2146 not_equal=”Yes”]

[/if 2146]n

n

n

Volume 11
[if 424 equals=”Regular Issue”]Issue[/if 424][if 424 equals=”Special Issue”]Special Issue[/if 424] [if 424 equals=”Conference”][/if 424] 01
Received February 29, 2024
Accepted March 28, 2024
Published April 5, 2024

n

n

n

n

n

n

nn function myFunction2() {n var x = document.getElementById(“browsefigure”);n if (x.style.display === “block”) {n x.style.display = “none”;n }n else { x.style.display = “Block”; }n }n document.querySelector(“.prevBtn”).addEventListener(“click”, () => {n changeSlides(-1);n });n document.querySelector(“.nextBtn”).addEventListener(“click”, () => {n changeSlides(1);n });n var slideIndex = 1;n showSlides(slideIndex);n function changeSlides(n) {n showSlides((slideIndex += n));n }n function currentSlide(n) {n showSlides((slideIndex = n));n }n function showSlides(n) {n var i;n var slides = document.getElementsByClassName(“Slide”);n var dots = document.getElementsByClassName(“Navdot”);n if (n > slides.length) { slideIndex = 1; }n if (n (item.style.display = “none”));n Array.from(dots).forEach(n item => (item.className = item.className.replace(” selected”, “”))n );n slides[slideIndex – 1].style.display = “block”;n dots[slideIndex – 1].className += ” selected”;n }n”}]