SlideShare a Scribd company logo
1 of 3
Download to read offline
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume: 3 | Issue: 3 | Mar-Apr 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 - 6470
@ IJTSRD | Unique Paper ID – IJTSRD22972 | Volume – 3 | Issue – 3 | Mar-Apr 2019 Page: 729
An Approach to Block Negative
Posts on Social Media at Server Side
Mohammed Wasim Bhatt1, Mohammad Shabaz2
1M. Tech Computer Science and Technology (Cyber Security),
1Central University of Punjab, Bathinda, Punjab, India
2Head of Department Computer Science Engineering at Universal Group of Institutions, Lalru, Punjab, India
How to cite this paper: Mohammed
Wasim Bhatt | Mohammad Shabaz "An
Approach to Block Negative Posts on
Social Media at Server Side" Published
in International Journal of Trend in
Scientific Research
and Development
(ijtsrd), ISSN: 2456-
6470, Volume-3 |
Issue-3, April 2019,
pp.729-731, URL:
http://www.ijtsrd.co
m/papers/ijtsrd229
72.pdf
Copyright © 2019 by author(s) and
International Journal of Trend in
Scientific Research
and Development
Journal. This is an
Open Access article distributed under
the terms of the Creative Commons
Attribution License (CC BY 4.0)
(http://creativecommons.org/licenses/
by/4.0)
ABSTRACT
These days’ social media is the new friend of human beings. Whatever a person
wants to say or someone feels, he posts everything on social media. These
sentiments can be analysed to detect the behavior of a person. Sometime a
person posts some negative thoughts that hurt the sentiments of other persons
or may cause several riots. These types of negative posts must be filtered out
before being public. One way to block these types of comment is to keep the
surveillance on each and every post by humans themselves which is almost an
impossible task. Instead of this technique server can be trained to keep track of
each and every comment and use its own intelligence to rectify positive
comments and block the negative comments. This paper introduces atechnique
to block these negative comments even before they can be public on any social
media site. In this technique sever uses its artificial intelligence to separate
positive and negative words or sentences from a post. The server finds the
average of the negative statements and if it exceeds a particular threshold, the
server discards that post, else server will allow thepostto public. This technique
can be efficient and very successful if the server properly depicts the positive
and negative words.
KEYWORDS: sentiments, social media, counters, server, queue
1. INTRODUCTION
Rapid use of social media app such as Facebook, Twitter,
Instagram, etc has made humans morefriendlyto sharetheir
feelings publicly. These feelings are displayed to a huge
community of pupils. Mostly the people express their
feelings by posting some comments on critical topicthrough
social media. Sometimes these comments may lead to
negative effect, which may result in several riots ormayhurt
the sentiments of persons. So it is important to keep a track
of these comments. This paper proposes technique where
this type of comments can be detected and some proper
actions can be taken. Before implementing this technique
let's see some of the cases where social media post have left
some negative impact.
1.1 'Let’s Shoot Up the School at Homecoming'
(Instagram) [1]
Two 14 years old girls of Ohio’s Findlay High Schools have
posted a photo on social media where they are holding fake
guns and a sign saying "I hate everyone you hate everyone
let's shoot up to school at Homecoming". This matter forced
the school committee to contact the police to investigate the
matter and later on concluded that was just a prank, not an
actual threat. This girl was later suspended from the school.
According to Findlay police department juvenile Court
directed both the girls into a diversion program.
1.2 Social media posts trigger seven communal riots
in a month in West Bengal [2]
Baduria north 24 Paraganas district which is 60 km from
Kolkata has suffered 7 communalriots in onemonthbecause
of social media. Many people from different community
posed different comments on facebook. One of theposts was
from a 17 year old boy that triggered a communal riot
leading to the death of a RSS worker along with 25 common
people and 20 policemen were injured. Further a school
teacher fromHarishchandrapursparksthematterbyposting
another post on facebook. Later the government orderedthe
cyber security surveillance team to keep theregular checkof
such activities.
2. Literature review and related work
Mohammad Shabaz and Ashok Kumar [3]. This paper
introduces a technique called as “AS: a novel sentimental
analysis approach” to separate positive and negative
sentiments. This technique is designed such that it counts
almost accurate sentiments from a set of given words or
sentences. This sentimental approach makes count for
IJTSRD22972
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID - IJTSRD22972 | Volume – 3 | Issue – 3 | Mar-Apr 2019 Page: 730
positive and negative sentences and also tokens fromahuge
set of data that can be taken from a site APIs.Then makesthe
compare of positive and negative count with reference
tokens. If the mean value for positive count lies between 0
and 1. The sentiments are positive. Similarly if mean value
for negative count lies between -1 and 0, the sentiments are
negative. For calculating average value of positive and
negative tokens the formula used is given below.
Support-p_count= p_count/(p_count+n_count+1)
Support-n_count= -n_count/(p_count+n_count+1)
Where p_count stands for positive count and n_count stand
for negative count.
Beiming Sun and Vincent TY Ng [4]. This paper analyses the
sentimental influence on the social media posts and then
compares these results on different topics. This paper
introduces a method to measure the sentiments of a post.
The method detects the emotional sentiments by detecting
the emotional words in the post. The emotions are of five
dimensions: happy, sad, angry, fatigue, tense. In all of these
sentiments happy reflects positive emotion while all other
reflects negative. This method counts these positive and
negative emotions from a post and based on the count
decides the sentimental influence of the post.
ApoorvAgarwal BoyiXieIliaVovshaOwen RambowRebecca
Passonneau[5]. This paper focus on examining the
sentimental analysis on twitter data. Manual annotated
twitter data is used. The use of this type of data over
previous used data set is that the new tweets are collected
by server in regular fashion, thus represents true sample of
actualtweets in term of content it contain and alsolanguage.
Here two kinds of models are demonstrated: treekerneland
feature based models. In feature based model feature
analysis which shows that the most important features are
the one that combines prior polarity of words and there
parts of speech tags. The result of this paper shows that the
sentimental analysis on tweeter data is same as other social
media genres.
Harshali P. Patil and Dr. Mohammad Atique[6]. The data
posted on social media is a huge source of gathering
information that can be used for decision making. Toanalyze
this huge data automatically a new area called sentimental
analysis has been emerged. It focus on differentiating
opinionative data in the web according to their polarity: is it
a positive or negative connotation. This paper introduces a
detailed explanation of different types of techniques thatare
used in sentimental analysis to understand thework done in
this field.
3. Implementation
This approach has been designed in such a way that the
server detects the total number of positive and negative
sentimental count from a given set of comments. The
algorithm for such technique is given below
1. Store each word of the comment in a queue.
2. Create two counters, one for counting positive words
p_counter and other for counting negative words
n_counter from a post.
3. Take each value from a queue one by one and check
whether it is a positive word or a negative word by
comparing it with predefined set of words. If the word
reflects positive sentiment then increment the counter
p_counter elif the word reflects negative sentiment
increment the counter n_counter else the word is
neutral so no counter is incremented.
4. Check the count of each counter. If n_counter is greater
than p_counter discard the post or report the post to
authorized admin of the server. If p_counter is greater
than n_counter, share the post.
Fig1. Flow chart
Figure1 shows the flows chart for the above algorithm. The
flow chart satisfies all the condition to be occurring. The
counter count will determine thesentiments of theposttobe
positive or negative and further necessary actions will be
taken by the server.
4. Results
Depending on the count for both the counters, theserverwill
decide whether to share the post publically or to deny the
post. The server can detect the negative and positive words
more precisely if the text data or predefined date is huge.
This algorithm is more efficient if the serve is trained to self
learning byusing artificial intelligenceandmachinelearning
algorithms. This technique acts like a firewall to negative
sentiments.
5. Conclusion
This is a proposed technique that can be useful to study
human behavior. This technique can be helpful to stop
negativity through social media all over the world. To
conclude I would like to saythat the socialmedia world is for
connecting to other people all over the world but not to
spread hate.
Acknowledgement
I hereby acknowledge that this paper is pure work of my art.
I would like to express my special thanks to all the
references that I have used.
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID - IJTSRD22972 | Volume – 3 | Issue – 3 | Mar-Apr 2019 Page: 731
References
[1] https://www.edweek.org/ew/articles/2017/06/29/1
0-social-media-controversies-that-landed-students-in-
trouble.html
[2] https://economictimes.indiatimes.com/news /politics-
and-nation/social-media-posts-trigger-seven-
communal-riots-in-a-month-in-west-
bengal/articleshow/59496771.cms
[3] Mohammad shabaz and Ashok kumar “AS: a novel
sentimental analysis approach”. International Journal
of Engineering & Technology, 7 (2.27) (2018) 46-49
[4] Beiming Sun and Vincent TY Ng “Analyzing Sentimental
Influence of Posts on Social Networks” Proceedings of
the 2014 IEEE 18th International Conference on
Computer Supported Cooperative Work in Design
[5] Apoorv Agarwal Boyi Xie Ilia Vovsha Owen Rambow
Rebecca Passonneau.” Sentiment Analysis of Twitter
Data” Department of Computer Science, Columbia
University, New York, NY 10027 USA
[6] Harshali P. PatilDepartment of Computer Engineering
Thakur College of Engineering & Technology Mumbai,
India, harshali.patil9@gmail.com and Dr. Mohammad
Atique Department of Computer Science & Engineering,
SGBAU

More Related Content

What's hot

Interestingness of articles using twitter sentiments
Interestingness of articles using twitter sentimentsInterestingness of articles using twitter sentiments
Interestingness of articles using twitter sentimentsArpit Bhayani
 
Twitter sentimentanalysis report
Twitter sentimentanalysis reportTwitter sentimentanalysis report
Twitter sentimentanalysis reportSavio Aberneithie
 
IRJET - Unauthorized Terror Attack Tracking System using Web Usage Mining
IRJET - Unauthorized Terror Attack Tracking System using Web Usage MiningIRJET - Unauthorized Terror Attack Tracking System using Web Usage Mining
IRJET - Unauthorized Terror Attack Tracking System using Web Usage MiningIRJET Journal
 
Sentiment mining- The Design and Implementation of an Internet Public Opinion...
Sentiment mining- The Design and Implementation of an Internet PublicOpinion...Sentiment mining- The Design and Implementation of an Internet PublicOpinion...
Sentiment mining- The Design and Implementation of an Internet Public Opinion...Prateek Singh
 
Sentiment Mining of Community Development Program Evaluation Based on Social ...
Sentiment Mining of Community Development Program Evaluation Based on Social ...Sentiment Mining of Community Development Program Evaluation Based on Social ...
Sentiment Mining of Community Development Program Evaluation Based on Social ...TELKOMNIKA JOURNAL
 
Sentiment Analysis Using Twitter
Sentiment Analysis Using TwitterSentiment Analysis Using Twitter
Sentiment Analysis Using Twitterpiya chauhan
 
Sentiment analysis in twitter using python
Sentiment analysis in twitter using pythonSentiment analysis in twitter using python
Sentiment analysis in twitter using pythonCloudTechnologies
 
SENTIMENT ANALYSIS OF TWITTER DATA
SENTIMENT ANALYSIS OF TWITTER DATASENTIMENT ANALYSIS OF TWITTER DATA
SENTIMENT ANALYSIS OF TWITTER DATAParvathy Devaraj
 
social network analysis project twitter sentimental analysis
social network analysis project twitter sentimental analysissocial network analysis project twitter sentimental analysis
social network analysis project twitter sentimental analysisAshish Mundra
 
Twitter Based Sentiment Analysis of Each Presidential Candidate Using Long Sh...
Twitter Based Sentiment Analysis of Each Presidential Candidate Using Long Sh...Twitter Based Sentiment Analysis of Each Presidential Candidate Using Long Sh...
Twitter Based Sentiment Analysis of Each Presidential Candidate Using Long Sh...CSCJournals
 
Twitter sentiment analysis
Twitter sentiment analysisTwitter sentiment analysis
Twitter sentiment analysisRahul Jha
 
Sentiment Analysis using Twitter Data
Sentiment Analysis using Twitter DataSentiment Analysis using Twitter Data
Sentiment Analysis using Twitter DataHari Prasad
 
Design, analysis and implementation of geolocation based emotion detection te...
Design, analysis and implementation of geolocation based emotion detection te...Design, analysis and implementation of geolocation based emotion detection te...
Design, analysis and implementation of geolocation based emotion detection te...eSAT Journals
 
Sentiment Analysis and Social Media: How and Why
Sentiment Analysis and Social Media: How and WhySentiment Analysis and Social Media: How and Why
Sentiment Analysis and Social Media: How and WhyDavide Feltoni Gurini
 
Twitter sentiment analysis project report
Twitter sentiment analysis project reportTwitter sentiment analysis project report
Twitter sentiment analysis project reportBharat Khanna
 

What's hot (18)

Interestingness of articles using twitter sentiments
Interestingness of articles using twitter sentimentsInterestingness of articles using twitter sentiments
Interestingness of articles using twitter sentiments
 
Twitter sentimentanalysis report
Twitter sentimentanalysis reportTwitter sentimentanalysis report
Twitter sentimentanalysis report
 
IRJET - Unauthorized Terror Attack Tracking System using Web Usage Mining
IRJET - Unauthorized Terror Attack Tracking System using Web Usage MiningIRJET - Unauthorized Terror Attack Tracking System using Web Usage Mining
IRJET - Unauthorized Terror Attack Tracking System using Web Usage Mining
 
Sentiment mining- The Design and Implementation of an Internet Public Opinion...
Sentiment mining- The Design and Implementation of an Internet PublicOpinion...Sentiment mining- The Design and Implementation of an Internet PublicOpinion...
Sentiment mining- The Design and Implementation of an Internet Public Opinion...
 
Sentiment Mining of Community Development Program Evaluation Based on Social ...
Sentiment Mining of Community Development Program Evaluation Based on Social ...Sentiment Mining of Community Development Program Evaluation Based on Social ...
Sentiment Mining of Community Development Program Evaluation Based on Social ...
 
Sentiment Analysis Using Twitter
Sentiment Analysis Using TwitterSentiment Analysis Using Twitter
Sentiment Analysis Using Twitter
 
Sentiment analysis in twitter using python
Sentiment analysis in twitter using pythonSentiment analysis in twitter using python
Sentiment analysis in twitter using python
 
Aspect Level Information Retrieval System for Micro Blogging Site
Aspect Level Information Retrieval System for Micro Blogging SiteAspect Level Information Retrieval System for Micro Blogging Site
Aspect Level Information Retrieval System for Micro Blogging Site
 
SENTIMENT ANALYSIS OF TWITTER DATA
SENTIMENT ANALYSIS OF TWITTER DATASENTIMENT ANALYSIS OF TWITTER DATA
SENTIMENT ANALYSIS OF TWITTER DATA
 
social network analysis project twitter sentimental analysis
social network analysis project twitter sentimental analysissocial network analysis project twitter sentimental analysis
social network analysis project twitter sentimental analysis
 
Twitter Based Sentiment Analysis of Each Presidential Candidate Using Long Sh...
Twitter Based Sentiment Analysis of Each Presidential Candidate Using Long Sh...Twitter Based Sentiment Analysis of Each Presidential Candidate Using Long Sh...
Twitter Based Sentiment Analysis of Each Presidential Candidate Using Long Sh...
 
Twitter sentiment analysis
Twitter sentiment analysisTwitter sentiment analysis
Twitter sentiment analysis
 
Sentiment Analysis using Twitter Data
Sentiment Analysis using Twitter DataSentiment Analysis using Twitter Data
Sentiment Analysis using Twitter Data
 
Opinion Mining – Twitter
Opinion Mining – TwitterOpinion Mining – Twitter
Opinion Mining – Twitter
 
Design, analysis and implementation of geolocation based emotion detection te...
Design, analysis and implementation of geolocation based emotion detection te...Design, analysis and implementation of geolocation based emotion detection te...
Design, analysis and implementation of geolocation based emotion detection te...
 
Sentiment Analysis and Social Media: How and Why
Sentiment Analysis and Social Media: How and WhySentiment Analysis and Social Media: How and Why
Sentiment Analysis and Social Media: How and Why
 
Abstract
AbstractAbstract
Abstract
 
Twitter sentiment analysis project report
Twitter sentiment analysis project reportTwitter sentiment analysis project report
Twitter sentiment analysis project report
 

Similar to An Approach to Block Negative Posts on Social Media at Server Side

IRJET - Social Network Stress Analysis using Word Embedding Technique
IRJET - Social Network Stress Analysis using Word Embedding TechniqueIRJET - Social Network Stress Analysis using Word Embedding Technique
IRJET - Social Network Stress Analysis using Word Embedding TechniqueIRJET Journal
 
IRJET - Detection of Drug Abuse using Social Media Mining
IRJET - Detection of Drug Abuse using Social Media MiningIRJET - Detection of Drug Abuse using Social Media Mining
IRJET - Detection of Drug Abuse using Social Media MiningIRJET Journal
 
Sarcasm Detection and User Behaviour Analysis
Sarcasm Detection and User Behaviour AnalysisSarcasm Detection and User Behaviour Analysis
Sarcasm Detection and User Behaviour Analysisrahulmonikasharma
 
IRJET - Social Media Intelligence Tools
IRJET -  	  Social Media Intelligence ToolsIRJET -  	  Social Media Intelligence Tools
IRJET - Social Media Intelligence ToolsIRJET Journal
 
A Review Paper on Analytic System Based on Prediction Analysis of Social Emot...
A Review Paper on Analytic System Based on Prediction Analysis of Social Emot...A Review Paper on Analytic System Based on Prediction Analysis of Social Emot...
A Review Paper on Analytic System Based on Prediction Analysis of Social Emot...ijtsrd
 
A HYBRID CLASSIFICATION ALGORITHM TO CLASSIFY ENGINEERING STUDENTS’ PROBLEMS ...
A HYBRID CLASSIFICATION ALGORITHM TO CLASSIFY ENGINEERING STUDENTS’ PROBLEMS ...A HYBRID CLASSIFICATION ALGORITHM TO CLASSIFY ENGINEERING STUDENTS’ PROBLEMS ...
A HYBRID CLASSIFICATION ALGORITHM TO CLASSIFY ENGINEERING STUDENTS’ PROBLEMS ...IJDKP
 
Comparative Study of Cyberbullying Detection using Different Machine Learning...
Comparative Study of Cyberbullying Detection using Different Machine Learning...Comparative Study of Cyberbullying Detection using Different Machine Learning...
Comparative Study of Cyberbullying Detection using Different Machine Learning...ijtsrd
 
IRJET- Big Data Driven Information Diffusion Analytics and Control on Social ...
IRJET- Big Data Driven Information Diffusion Analytics and Control on Social ...IRJET- Big Data Driven Information Diffusion Analytics and Control on Social ...
IRJET- Big Data Driven Information Diffusion Analytics and Control on Social ...IRJET Journal
 
IRJET- Analytic System Based on Prediction Analysis of Social Emotions from U...
IRJET- Analytic System Based on Prediction Analysis of Social Emotions from U...IRJET- Analytic System Based on Prediction Analysis of Social Emotions from U...
IRJET- Analytic System Based on Prediction Analysis of Social Emotions from U...IRJET Journal
 
IRJET - Election Result Prediction using Sentiment Analysis
IRJET - Election Result Prediction using Sentiment AnalysisIRJET - Election Result Prediction using Sentiment Analysis
IRJET - Election Result Prediction using Sentiment AnalysisIRJET Journal
 
An Approach To Sentiment Analysis
An Approach To Sentiment AnalysisAn Approach To Sentiment Analysis
An Approach To Sentiment AnalysisSarah Morrow
 
IRJET- Interpreting Public Sentiments Variation by using FB-LDA Technique
IRJET- Interpreting Public Sentiments Variation by using FB-LDA TechniqueIRJET- Interpreting Public Sentiments Variation by using FB-LDA Technique
IRJET- Interpreting Public Sentiments Variation by using FB-LDA TechniqueIRJET Journal
 
IRJET- Effective Countering of Communal Hatred During Disaster Events in Soci...
IRJET- Effective Countering of Communal Hatred During Disaster Events in Soci...IRJET- Effective Countering of Communal Hatred During Disaster Events in Soci...
IRJET- Effective Countering of Communal Hatred During Disaster Events in Soci...IRJET Journal
 
ONLINE TOXIC COMMENTS.pptx
ONLINE TOXIC COMMENTS.pptxONLINE TOXIC COMMENTS.pptx
ONLINE TOXIC COMMENTS.pptxyegnajayasimha21
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 

Similar to An Approach to Block Negative Posts on Social Media at Server Side (20)

IRJET - Social Network Stress Analysis using Word Embedding Technique
IRJET - Social Network Stress Analysis using Word Embedding TechniqueIRJET - Social Network Stress Analysis using Word Embedding Technique
IRJET - Social Network Stress Analysis using Word Embedding Technique
 
vishwas
vishwasvishwas
vishwas
 
IRJET - Detection of Drug Abuse using Social Media Mining
IRJET - Detection of Drug Abuse using Social Media MiningIRJET - Detection of Drug Abuse using Social Media Mining
IRJET - Detection of Drug Abuse using Social Media Mining
 
Sarcasm Detection and User Behaviour Analysis
Sarcasm Detection and User Behaviour AnalysisSarcasm Detection and User Behaviour Analysis
Sarcasm Detection and User Behaviour Analysis
 
IRJET - Social Media Intelligence Tools
IRJET -  	  Social Media Intelligence ToolsIRJET -  	  Social Media Intelligence Tools
IRJET - Social Media Intelligence Tools
 
A Review Paper on Analytic System Based on Prediction Analysis of Social Emot...
A Review Paper on Analytic System Based on Prediction Analysis of Social Emot...A Review Paper on Analytic System Based on Prediction Analysis of Social Emot...
A Review Paper on Analytic System Based on Prediction Analysis of Social Emot...
 
[IJET V2I4P9] Authors: Praveen Jayasankar , Prashanth Jayaraman ,Rachel Hannah
[IJET V2I4P9] Authors: Praveen Jayasankar , Prashanth Jayaraman ,Rachel Hannah[IJET V2I4P9] Authors: Praveen Jayasankar , Prashanth Jayaraman ,Rachel Hannah
[IJET V2I4P9] Authors: Praveen Jayasankar , Prashanth Jayaraman ,Rachel Hannah
 
A HYBRID CLASSIFICATION ALGORITHM TO CLASSIFY ENGINEERING STUDENTS’ PROBLEMS ...
A HYBRID CLASSIFICATION ALGORITHM TO CLASSIFY ENGINEERING STUDENTS’ PROBLEMS ...A HYBRID CLASSIFICATION ALGORITHM TO CLASSIFY ENGINEERING STUDENTS’ PROBLEMS ...
A HYBRID CLASSIFICATION ALGORITHM TO CLASSIFY ENGINEERING STUDENTS’ PROBLEMS ...
 
Comparative Study of Cyberbullying Detection using Different Machine Learning...
Comparative Study of Cyberbullying Detection using Different Machine Learning...Comparative Study of Cyberbullying Detection using Different Machine Learning...
Comparative Study of Cyberbullying Detection using Different Machine Learning...
 
NLP journal paper
NLP journal paperNLP journal paper
NLP journal paper
 
Monitoring opinion on esop through social media and clustering its polarity
Monitoring opinion on esop through social media and clustering its polarityMonitoring opinion on esop through social media and clustering its polarity
Monitoring opinion on esop through social media and clustering its polarity
 
IRJET- Big Data Driven Information Diffusion Analytics and Control on Social ...
IRJET- Big Data Driven Information Diffusion Analytics and Control on Social ...IRJET- Big Data Driven Information Diffusion Analytics and Control on Social ...
IRJET- Big Data Driven Information Diffusion Analytics and Control on Social ...
 
IRJET- Analytic System Based on Prediction Analysis of Social Emotions from U...
IRJET- Analytic System Based on Prediction Analysis of Social Emotions from U...IRJET- Analytic System Based on Prediction Analysis of Social Emotions from U...
IRJET- Analytic System Based on Prediction Analysis of Social Emotions from U...
 
IRJET - Election Result Prediction using Sentiment Analysis
IRJET - Election Result Prediction using Sentiment AnalysisIRJET - Election Result Prediction using Sentiment Analysis
IRJET - Election Result Prediction using Sentiment Analysis
 
An Approach To Sentiment Analysis
An Approach To Sentiment AnalysisAn Approach To Sentiment Analysis
An Approach To Sentiment Analysis
 
IRJET- Interpreting Public Sentiments Variation by using FB-LDA Technique
IRJET- Interpreting Public Sentiments Variation by using FB-LDA TechniqueIRJET- Interpreting Public Sentiments Variation by using FB-LDA Technique
IRJET- Interpreting Public Sentiments Variation by using FB-LDA Technique
 
IRJET- Effective Countering of Communal Hatred During Disaster Events in Soci...
IRJET- Effective Countering of Communal Hatred During Disaster Events in Soci...IRJET- Effective Countering of Communal Hatred During Disaster Events in Soci...
IRJET- Effective Countering of Communal Hatred During Disaster Events in Soci...
 
ONLINE TOXIC COMMENTS.pptx
ONLINE TOXIC COMMENTS.pptxONLINE TOXIC COMMENTS.pptx
ONLINE TOXIC COMMENTS.pptx
 
A1060104
A1060104A1060104
A1060104
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 

More from ijtsrd

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementationijtsrd
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...ijtsrd
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospectsijtsrd
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...ijtsrd
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...ijtsrd
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...ijtsrd
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Studyijtsrd
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...ijtsrd
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...ijtsrd
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...ijtsrd
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...ijtsrd
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...ijtsrd
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadikuijtsrd
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...ijtsrd
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...ijtsrd
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Mapijtsrd
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Societyijtsrd
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...ijtsrd
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...ijtsrd
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learningijtsrd
 

More from ijtsrd (20)

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learning
 

Recently uploaded

Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...RKavithamani
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 

Recently uploaded (20)

Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 

An Approach to Block Negative Posts on Social Media at Server Side

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume: 3 | Issue: 3 | Mar-Apr 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 - 6470 @ IJTSRD | Unique Paper ID – IJTSRD22972 | Volume – 3 | Issue – 3 | Mar-Apr 2019 Page: 729 An Approach to Block Negative Posts on Social Media at Server Side Mohammed Wasim Bhatt1, Mohammad Shabaz2 1M. Tech Computer Science and Technology (Cyber Security), 1Central University of Punjab, Bathinda, Punjab, India 2Head of Department Computer Science Engineering at Universal Group of Institutions, Lalru, Punjab, India How to cite this paper: Mohammed Wasim Bhatt | Mohammad Shabaz "An Approach to Block Negative Posts on Social Media at Server Side" Published in International Journal of Trend in Scientific Research and Development (ijtsrd), ISSN: 2456- 6470, Volume-3 | Issue-3, April 2019, pp.729-731, URL: http://www.ijtsrd.co m/papers/ijtsrd229 72.pdf Copyright © 2019 by author(s) and International Journal of Trend in Scientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (CC BY 4.0) (http://creativecommons.org/licenses/ by/4.0) ABSTRACT These days’ social media is the new friend of human beings. Whatever a person wants to say or someone feels, he posts everything on social media. These sentiments can be analysed to detect the behavior of a person. Sometime a person posts some negative thoughts that hurt the sentiments of other persons or may cause several riots. These types of negative posts must be filtered out before being public. One way to block these types of comment is to keep the surveillance on each and every post by humans themselves which is almost an impossible task. Instead of this technique server can be trained to keep track of each and every comment and use its own intelligence to rectify positive comments and block the negative comments. This paper introduces atechnique to block these negative comments even before they can be public on any social media site. In this technique sever uses its artificial intelligence to separate positive and negative words or sentences from a post. The server finds the average of the negative statements and if it exceeds a particular threshold, the server discards that post, else server will allow thepostto public. This technique can be efficient and very successful if the server properly depicts the positive and negative words. KEYWORDS: sentiments, social media, counters, server, queue 1. INTRODUCTION Rapid use of social media app such as Facebook, Twitter, Instagram, etc has made humans morefriendlyto sharetheir feelings publicly. These feelings are displayed to a huge community of pupils. Mostly the people express their feelings by posting some comments on critical topicthrough social media. Sometimes these comments may lead to negative effect, which may result in several riots ormayhurt the sentiments of persons. So it is important to keep a track of these comments. This paper proposes technique where this type of comments can be detected and some proper actions can be taken. Before implementing this technique let's see some of the cases where social media post have left some negative impact. 1.1 'Let’s Shoot Up the School at Homecoming' (Instagram) [1] Two 14 years old girls of Ohio’s Findlay High Schools have posted a photo on social media where they are holding fake guns and a sign saying "I hate everyone you hate everyone let's shoot up to school at Homecoming". This matter forced the school committee to contact the police to investigate the matter and later on concluded that was just a prank, not an actual threat. This girl was later suspended from the school. According to Findlay police department juvenile Court directed both the girls into a diversion program. 1.2 Social media posts trigger seven communal riots in a month in West Bengal [2] Baduria north 24 Paraganas district which is 60 km from Kolkata has suffered 7 communalriots in onemonthbecause of social media. Many people from different community posed different comments on facebook. One of theposts was from a 17 year old boy that triggered a communal riot leading to the death of a RSS worker along with 25 common people and 20 policemen were injured. Further a school teacher fromHarishchandrapursparksthematterbyposting another post on facebook. Later the government orderedthe cyber security surveillance team to keep theregular checkof such activities. 2. Literature review and related work Mohammad Shabaz and Ashok Kumar [3]. This paper introduces a technique called as “AS: a novel sentimental analysis approach” to separate positive and negative sentiments. This technique is designed such that it counts almost accurate sentiments from a set of given words or sentences. This sentimental approach makes count for IJTSRD22972
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID - IJTSRD22972 | Volume – 3 | Issue – 3 | Mar-Apr 2019 Page: 730 positive and negative sentences and also tokens fromahuge set of data that can be taken from a site APIs.Then makesthe compare of positive and negative count with reference tokens. If the mean value for positive count lies between 0 and 1. The sentiments are positive. Similarly if mean value for negative count lies between -1 and 0, the sentiments are negative. For calculating average value of positive and negative tokens the formula used is given below. Support-p_count= p_count/(p_count+n_count+1) Support-n_count= -n_count/(p_count+n_count+1) Where p_count stands for positive count and n_count stand for negative count. Beiming Sun and Vincent TY Ng [4]. This paper analyses the sentimental influence on the social media posts and then compares these results on different topics. This paper introduces a method to measure the sentiments of a post. The method detects the emotional sentiments by detecting the emotional words in the post. The emotions are of five dimensions: happy, sad, angry, fatigue, tense. In all of these sentiments happy reflects positive emotion while all other reflects negative. This method counts these positive and negative emotions from a post and based on the count decides the sentimental influence of the post. ApoorvAgarwal BoyiXieIliaVovshaOwen RambowRebecca Passonneau[5]. This paper focus on examining the sentimental analysis on twitter data. Manual annotated twitter data is used. The use of this type of data over previous used data set is that the new tweets are collected by server in regular fashion, thus represents true sample of actualtweets in term of content it contain and alsolanguage. Here two kinds of models are demonstrated: treekerneland feature based models. In feature based model feature analysis which shows that the most important features are the one that combines prior polarity of words and there parts of speech tags. The result of this paper shows that the sentimental analysis on tweeter data is same as other social media genres. Harshali P. Patil and Dr. Mohammad Atique[6]. The data posted on social media is a huge source of gathering information that can be used for decision making. Toanalyze this huge data automatically a new area called sentimental analysis has been emerged. It focus on differentiating opinionative data in the web according to their polarity: is it a positive or negative connotation. This paper introduces a detailed explanation of different types of techniques thatare used in sentimental analysis to understand thework done in this field. 3. Implementation This approach has been designed in such a way that the server detects the total number of positive and negative sentimental count from a given set of comments. The algorithm for such technique is given below 1. Store each word of the comment in a queue. 2. Create two counters, one for counting positive words p_counter and other for counting negative words n_counter from a post. 3. Take each value from a queue one by one and check whether it is a positive word or a negative word by comparing it with predefined set of words. If the word reflects positive sentiment then increment the counter p_counter elif the word reflects negative sentiment increment the counter n_counter else the word is neutral so no counter is incremented. 4. Check the count of each counter. If n_counter is greater than p_counter discard the post or report the post to authorized admin of the server. If p_counter is greater than n_counter, share the post. Fig1. Flow chart Figure1 shows the flows chart for the above algorithm. The flow chart satisfies all the condition to be occurring. The counter count will determine thesentiments of theposttobe positive or negative and further necessary actions will be taken by the server. 4. Results Depending on the count for both the counters, theserverwill decide whether to share the post publically or to deny the post. The server can detect the negative and positive words more precisely if the text data or predefined date is huge. This algorithm is more efficient if the serve is trained to self learning byusing artificial intelligenceandmachinelearning algorithms. This technique acts like a firewall to negative sentiments. 5. Conclusion This is a proposed technique that can be useful to study human behavior. This technique can be helpful to stop negativity through social media all over the world. To conclude I would like to saythat the socialmedia world is for connecting to other people all over the world but not to spread hate. Acknowledgement I hereby acknowledge that this paper is pure work of my art. I would like to express my special thanks to all the references that I have used.
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID - IJTSRD22972 | Volume – 3 | Issue – 3 | Mar-Apr 2019 Page: 731 References [1] https://www.edweek.org/ew/articles/2017/06/29/1 0-social-media-controversies-that-landed-students-in- trouble.html [2] https://economictimes.indiatimes.com/news /politics- and-nation/social-media-posts-trigger-seven- communal-riots-in-a-month-in-west- bengal/articleshow/59496771.cms [3] Mohammad shabaz and Ashok kumar “AS: a novel sentimental analysis approach”. International Journal of Engineering & Technology, 7 (2.27) (2018) 46-49 [4] Beiming Sun and Vincent TY Ng “Analyzing Sentimental Influence of Posts on Social Networks” Proceedings of the 2014 IEEE 18th International Conference on Computer Supported Cooperative Work in Design [5] Apoorv Agarwal Boyi Xie Ilia Vovsha Owen Rambow Rebecca Passonneau.” Sentiment Analysis of Twitter Data” Department of Computer Science, Columbia University, New York, NY 10027 USA [6] Harshali P. PatilDepartment of Computer Engineering Thakur College of Engineering & Technology Mumbai, India, harshali.patil9@gmail.com and Dr. Mohammad Atique Department of Computer Science & Engineering, SGBAU