SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1516
OPINION MINING ON PULWAMA ATTACK
Harshit Gupta1, Ritik Jain2, Sahiba3, Dilkeshwar Pandey4
1Student, Computer Science & Engineering, ABES Institue of Technology Delhi, India
2Student, Computer Science & Engineering, ABES Institue of Technology Delhi, India
3Student, Computer Science & Engineering, ABES Institue of Technology Delhi, India
4Professor, Computer Science & Engineering, ABES Institute of Technology Ghaziabad, India
------------------------------------------------------------------------***-----------------------------------------------------------------------
Abstract— Social media has received greater attention
these days. Public and private opinion is an extensive form of
subjects that are expressed and unfold always through
several social media. Twitter is the most trending social
media platform that is gaining popularity. Twitter gives
companies a quick and powerful way to research clients'
perspectives toward the vital to success within the market
place. Developing software for opinion evaluation is an
approach to be used to computationally analyze degree of
clients' perceptions. The key motive of this research paper is
to design a sentiment evaluation, extracting a massive
quantity of tweets. Results classify customers' perspective
through tweets into good and bad, which is represented in a
pie chart and flow chart.
Keywords— Hadoop Cluster, Tokenization, Opinion
Mining, Twitter, Unstructured Data, Sentiment
analysis.
1. INTRODUCTION
Micro scale blogging today has turned into an extremely
famous specialized device among Internet users. Internet
based social website gets a large number of tweets each
day on assortment of imperative issues. Writers of those
messages expound their opinion on collection of themes
and examine current problems[4]. The analysis of these
tweets can be utilized for Elections, Business, Product
survey and so forth. Likewise sentiment analysis is one of
the critical zone of analysis of tweets that can be
exceptionally useful in basic leadership. Performing
analysis of expansive surveys is less complex as compared
to Sentiment Analysis on Twitter. This is on the grounds
that the tweets are short and generally contain hash tags,
slangs, emoticons etc. The challenge about which we need
to perform sentiment analysis is submitted to the twitter
API's which does further mining and gives the tweets
identified with just that question. Twitter data is mostly
unstructured i.e, utilization of shortened forms is high.
Likewise it permits the utilization of emoticons which are
immediate pointers of the creator's perspective regarding
the matter. Tweet messages comprise of a timestamp and
the client name. This time stamp is valuable for
speculating the future pattern utilization of our venture.
For doing twitter data analysis first data is gathered
utilizing NIFI in HDFS. Tweets are preprocessed for
expelling Null values and aimless images. After that HIVE
can be used for twitter posts analysis [2].
2. PROBLEM STATEMENT
Tweet analysis can be valuable in understanding the
sentiments behind a tweet which are in large numbers.
The tweets produced can be helpful in numerous walks
of life for analyzing the sentiments. In general, numerous
tweets may be fake and thus having lesser sentimental
importance behind them. With the utilization of Apache
Hadoop we accelerated the procedure of breaking down
the tweets into lexicons[3].
The conventional framework can't foresee and break
the tweets using Hadoop and had some downsides such
as:
 The framework did not made great utilization
of Twitter API.
 It can't utilize machine learningalgorithms.
 It can't utilize JSON results.
 It can't demonstrate the outcomes properly.
 It can't help in sentiment analysis oftweets.
 It can't make proficient utilization of big data.
Figure 1: Twitter Analysis Steps[2]
3. NEED FOR SENTIMENT ANALYSIS
Sentiment analysis is greatly valuable in social media
observing as it enables us to gather a review of the more
extensive general assessment behind specific themes. The
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1517
utilizations of sentiment analysis are wide and intense.
Works in sentiment on social media have been appeared to
connect with moves in money market. The Obama
organization utilized sentiment analysis to measure
general feeling to approach declarations and battle
messages in front of 2012 presidential race [6].
4. SENTIMENT ANALYSIS
Sentiment is characterized as an articulation or opinion by
an author about any protest or any perspective. Breaking
down, examining, removing user’s opinion, sentiment and
inclinations from the abstract content is known as
sentiment analysis. The fundamental focal point of
sentiment analysis is parsing the content. In
straightforward terms, sentiment analysis can be
characterized as recognizing the polarity of the content.
Polarity can be positive, negative or neutral. It is likewise
alluded to as opinion mining as it infers opinion of the user.
Opinions differ from user to user and sentiment analysis
incredibly helps in understanding user’s point of view.
Sentiment can be, coordinate opinion as the name
recommends the opinion around a protest is given
straightforwardly and the opinion might be either positive
or negative. For instance, "The video lucidity of the cell
phone is poor" communicates a negative opinion [1].
Correlation opinion, it is a similar articulation which
comprises of examination between two indistinguishable
articles. The announcement, "The image nature of camera-
x is superior to anything that of camera-y" is one
conceivable case for communicating a relative opinion [2].
Sentiment analysis is performed at three unique levels:
 Sentiment analysis at sentence level recognizes
whether the given sentence is abstract or goal.
Analysis at sentence level expect that the
sentence contains just a single opinion.
 Sentiment analysis at archive level arranges the
opinion about the specific element. Whole
archive contains opinion about the single protest
and from the single opinionholder.
 Sentiment analysis at highlight level concentrates
the component of a specific protest from the
surveys and decides if the expressed opinion is
certain or negative. The extricated highlights are
then assembled and their abridged report is
delivered [1].
5. TOOLS & TECHNOLOGIES USED
5.1 HADOOP
For pre-processing the large data in parallel crosswise
over cluster of computers, Apache thought of an open
source structure known as Hadoop. The significant
segments of Hadoop are Hadoop Distributed File System
(HDFS) andthe MapReduce programming model. Hadoop is
open source, since it keeps running on distributed
computing administrations or product machine crosswise
over clusterof computers. Any number of computers can be
added to the Hadoop group with the end goal to manage
immense data in parallel. To every single computer data is
dispersed and thus activity is performed in parallel in
Hadoop group [5].
5.2 MAP-REDUCE
The MapReduce empowers the composition of uses in a
viable way and furthermore handling of colossal
arrangements of data is productive with Hadoop
MapReduce.The MapReduce has two distinct tasks:
5.2.1 The Map Task: The Map catches the
information and this information data are partitioned
according to similarity of data. This data is additionally
separated into tuples to frame a key value pair.
5.2.2 The Reduce Task: The contribution to the
Reduce errand is the yield from the Map task. All the
partitioned tuples in the Map task is joined to frame
small arrangement of tuples. Map Task is trailed by
Reduce Task [5].
5.3 HDFS
Hadoop has its own filesystem known as Hadoop
distributed file system dependent on Google File System
(GFS). The engineering of HDFS portrays the master-
slave design. Master Node deals with the record
framework and the capacity of real data is taken
consideration by the slave Node [1].
A record in a HDFS namespace is partitioned into a few
sections and these portions are put away in Data Nodes.
The plotting of these fragments to the Data Nodes is
recognized by the Name Node. The Data Node performs
read and compose tasks.
5.4 HIVE
Hive is an information distribution center foundation
apparatus to process organized information in
Hadoop. It dwells over Hadoop to condense Big Data,
and makes questioning and examining simple. At first
Hive was created by Facebook, later the Apache
Software Foundation took it up and created it further
as an open source under the name Apache Hive. It is
utilized by various organizations. For instance,
Amazon utilizes it in Amazon Elastic MapReduce [8].
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1518
Figure 2: Architecture of Hive
5.5 NIFI
Apache NiFi is a real time information ingestion stage,
which can exchange and oversee information exchange
between various sources and goal frameworks. It bolsters
a wide assortment of information groups like logs, geo
location data, social feeds, etc. It likewise underpins
numerous conventions like SFTP, HDFS, and KAFKA, and
so forth. This support to wide assortment of information
sources and conventions making this stage mainstream in
numerous IT associations.
5.6 TABLEAU
Tableau is a powerful and quickest developing data
representation tool utilized in the Business Intelligence
Industry. It helps in improving raw data into the
effortlessly reasonable configuration.
6. METHODOLOGY
The following procedure has been followed to overcome
the problems faced in the proposed system. The steps
are:-
 Firstly, we created a twitter app by using a
twitter streaming API for fetching the twitter
data.
 In the next step, we uploaded the twitter data in
the local HDFS using a tool called Nifi. The twitter
API is used in Nifi, using which all the tweets are
directly fetched from the twitter site.
 The tweets which are fetched through Nifi are
saved into the Hadoop Distributed File System.
 Data which comes from the twitter site is in
unstructured form called JSON data. This data
needs to be structured.
 For analysis, we are using hive which is basically
used to convert the unstructured complex data
into a readable or understandable form.
 After storing the tweets, they are preprocessed to
remove the null values and redundancies from
the data [3,7].
 Using this structured data we analyzed
sentiments with the help of a BI tool i.e. Tableau.
7. CONCLUSION
As twitter posts are important source of opinion on
various issues and subjects. It can give a sharp knowledge
about a point and can be a good source of analysis. Analysis
can help in basic leadership in different zones. Apache
Hadoop is outstanding amongst other choices for twitter
post analysis. When the framework is set up utilizing
FLUME and HIVE, it helps in analysis of diversity of topics
by simply changing the keywords in query.
Likewise, it does the analysis on real time data. The
analysis what we did could be useful in breaking down
individuals' sentiment. Opinion mining should likewise be
possible on that data for finding polarity (Positive,
Negative, Neutral) of tweets gathered.
Figure 3: Observed output on Pulwama attack 2019
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1519
Figure 4: Pie chart of observed outputs
8. REFERENCES
1. Md. Nowraj Farhan, Md. Ahsan Habib and Md.
Arshad Ali “A study and Performance Comparison of
MapReduce and Apache Spark on Twitter Data on
Hadoop Cluster”. Published online on 08 |July-2018.
2. Harshal Kapase, Kalyani Galande, Tanmay Sonna,
Deepali Pawar, Dipmala Salunke “A review on:
Sentiment polarity analysis on Twitter data from
different Events” Volume: 05 Issue:03 |Mar-2018.
3. Riya Bhatia, Prachi Garg, Rahul Joharic “Corpus
based Twitter Sentiment Analysis” 3rdInternational
Conference on Internet of Things and Connected
Technologies (ICIoTCT), Jaipur(India) on 26 |
March,2018.
4. Brinda Hegde, NagashreeH ,Madhura Prakash
“Sentiment analysis of Twitter data: Amachine
learning approach to analyse demonetization
tweets” International Research Journal of
Engineering and Technology (IRJET) ,Volume: 05
Issue: 06 |June-2018
5. Priyanshu Jadon, Miss Rupali Dave “A big data
approach for Sentiment Analysis of Twitter Data
using Naïve Bayes” International Journal of
Innovations & Advancement in Computer Science.
IJIACS ISSN 2347 – 8616 Volume 7, Issue: 04 |April
2018.
6. Mika V. Mäntylä, Daniel Graziotin, Miikka Kuutila
“The evolution of sentiment analysis—A review of
research topics, venues, and top cited papers” M3S,
ITEE, University of Oulu, Finland, Institute of
Software Technology, University of Stuttgart,
Germany, Issue : 21 |Nov-2017.
7. Amit Palve, Rohini D. Sonawane, Amol D. Potgantwar
“Sentiment Analysis of Twitter Streaming Data for
Recommendation using Apache Spark” Volume-5,
Issue-3 | June 2017
8. Priya Gupta “Analysis of User Behavior for Twitter
Posts on Hadoop” International Research
Journal of Engineering and Technology (IRJET)
Volume: 04 Issue: 05|May-2017
9. Jaba Sheela “A Review of Sentiment Analysis in
Twitter Data Using Hadoop” International Journal of
Database Theory and Application Vol.9, No.1 (2016).

More Related Content

What's hot

IRJET- A Survey on Trend Analysis on Twitter for Predicting Public Opinion on...
IRJET- A Survey on Trend Analysis on Twitter for Predicting Public Opinion on...IRJET- A Survey on Trend Analysis on Twitter for Predicting Public Opinion on...
IRJET- A Survey on Trend Analysis on Twitter for Predicting Public Opinion on...IRJET Journal
 
IRJET- A Review on: Sentiment Polarity Analysis on Twitter Data from Diff...
IRJET-  	  A Review on: Sentiment Polarity Analysis on Twitter Data from Diff...IRJET-  	  A Review on: Sentiment Polarity Analysis on Twitter Data from Diff...
IRJET- A Review on: Sentiment Polarity Analysis on Twitter Data from Diff...IRJET Journal
 
Methods for Sentiment Analysis: A Literature Study
Methods for Sentiment Analysis: A Literature StudyMethods for Sentiment Analysis: A Literature Study
Methods for Sentiment Analysis: A Literature Studyvivatechijri
 
A real-time big data sentiment analysis for iraqi tweets using spark streaming
A real-time big data sentiment analysis for iraqi tweets using spark streamingA real-time big data sentiment analysis for iraqi tweets using spark streaming
A real-time big data sentiment analysis for iraqi tweets using spark streamingjournalBEEI
 
Vol 7 No 1 - November 2013
Vol 7 No 1 - November 2013Vol 7 No 1 - November 2013
Vol 7 No 1 - November 2013ijcsbi
 
CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008
CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008
CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008Journal For Research
 
IRJET- Development of College Enquiry Chatbot using Snatchbot
IRJET- Development of College Enquiry Chatbot using SnatchbotIRJET- Development of College Enquiry Chatbot using Snatchbot
IRJET- Development of College Enquiry Chatbot using SnatchbotIRJET Journal
 
IRJET - Twitter Sentimental Analysis
IRJET -  	  Twitter Sentimental AnalysisIRJET -  	  Twitter Sentimental Analysis
IRJET - Twitter Sentimental AnalysisIRJET Journal
 
IRJET- Sentimental Prediction of Users Perspective through Live Streaming : T...
IRJET- Sentimental Prediction of Users Perspective through Live Streaming : T...IRJET- Sentimental Prediction of Users Perspective through Live Streaming : T...
IRJET- Sentimental Prediction of Users Perspective through Live Streaming : T...IRJET Journal
 
IRJET - Sentiment Analysis of Posts and Comments of OSN
IRJET -  	  Sentiment Analysis of Posts and Comments of OSNIRJET -  	  Sentiment Analysis of Posts and Comments of OSN
IRJET - Sentiment Analysis of Posts and Comments of OSNIRJET Journal
 
Sentiment Analysis of Twitter Data
Sentiment Analysis of Twitter DataSentiment Analysis of Twitter Data
Sentiment Analysis of Twitter DataIRJET Journal
 
IRJET - College Enquiry Chatbot
IRJET - College Enquiry ChatbotIRJET - College Enquiry Chatbot
IRJET - College Enquiry ChatbotIRJET Journal
 
Sentimental Emotion Analysis using Python and Machine Learning
Sentimental Emotion Analysis using Python and Machine LearningSentimental Emotion Analysis using Python and Machine Learning
Sentimental Emotion Analysis using Python and Machine LearningYogeshIJTSRD
 
IRJET - Text Summarizer.
IRJET -  	  Text Summarizer.IRJET -  	  Text Summarizer.
IRJET - Text Summarizer.IRJET Journal
 
A Survey Of Collaborative Filtering Techniques
A Survey Of Collaborative Filtering TechniquesA Survey Of Collaborative Filtering Techniques
A Survey Of Collaborative Filtering Techniquestengyue5i5j
 
IRJET- Sentimental Analysis of Twitter for Stock Market Investment
IRJET- Sentimental Analysis of Twitter for Stock Market InvestmentIRJET- Sentimental Analysis of Twitter for Stock Market Investment
IRJET- Sentimental Analysis of Twitter for Stock Market InvestmentIRJET Journal
 
IRJET- Twitter Opinion Mining
IRJET- Twitter Opinion MiningIRJET- Twitter Opinion Mining
IRJET- Twitter Opinion MiningIRJET Journal
 
IRJET- Quinn: Medical Assistant for Mental Counseling using Rasa Stack
IRJET-  	  Quinn: Medical Assistant for Mental Counseling using Rasa StackIRJET-  	  Quinn: Medical Assistant for Mental Counseling using Rasa Stack
IRJET- Quinn: Medical Assistant for Mental Counseling using Rasa StackIRJET Journal
 
Keyphrase Extraction using Neighborhood Knowledge
Keyphrase Extraction using Neighborhood KnowledgeKeyphrase Extraction using Neighborhood Knowledge
Keyphrase Extraction using Neighborhood KnowledgeIJMTST Journal
 

What's hot (20)

IRJET- A Survey on Trend Analysis on Twitter for Predicting Public Opinion on...
IRJET- A Survey on Trend Analysis on Twitter for Predicting Public Opinion on...IRJET- A Survey on Trend Analysis on Twitter for Predicting Public Opinion on...
IRJET- A Survey on Trend Analysis on Twitter for Predicting Public Opinion on...
 
IRJET- A Review on: Sentiment Polarity Analysis on Twitter Data from Diff...
IRJET-  	  A Review on: Sentiment Polarity Analysis on Twitter Data from Diff...IRJET-  	  A Review on: Sentiment Polarity Analysis on Twitter Data from Diff...
IRJET- A Review on: Sentiment Polarity Analysis on Twitter Data from Diff...
 
Methods for Sentiment Analysis: A Literature Study
Methods for Sentiment Analysis: A Literature StudyMethods for Sentiment Analysis: A Literature Study
Methods for Sentiment Analysis: A Literature Study
 
A real-time big data sentiment analysis for iraqi tweets using spark streaming
A real-time big data sentiment analysis for iraqi tweets using spark streamingA real-time big data sentiment analysis for iraqi tweets using spark streaming
A real-time big data sentiment analysis for iraqi tweets using spark streaming
 
Vol 7 No 1 - November 2013
Vol 7 No 1 - November 2013Vol 7 No 1 - November 2013
Vol 7 No 1 - November 2013
 
CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008
CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008
CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008
 
IRJET- Development of College Enquiry Chatbot using Snatchbot
IRJET- Development of College Enquiry Chatbot using SnatchbotIRJET- Development of College Enquiry Chatbot using Snatchbot
IRJET- Development of College Enquiry Chatbot using Snatchbot
 
IRJET - Twitter Sentimental Analysis
IRJET -  	  Twitter Sentimental AnalysisIRJET -  	  Twitter Sentimental Analysis
IRJET - Twitter Sentimental Analysis
 
IRJET- Sentimental Prediction of Users Perspective through Live Streaming : T...
IRJET- Sentimental Prediction of Users Perspective through Live Streaming : T...IRJET- Sentimental Prediction of Users Perspective through Live Streaming : T...
IRJET- Sentimental Prediction of Users Perspective through Live Streaming : T...
 
IRJET - Sentiment Analysis of Posts and Comments of OSN
IRJET -  	  Sentiment Analysis of Posts and Comments of OSNIRJET -  	  Sentiment Analysis of Posts and Comments of OSN
IRJET - Sentiment Analysis of Posts and Comments of OSN
 
Sentiment Analysis of Twitter Data
Sentiment Analysis of Twitter DataSentiment Analysis of Twitter Data
Sentiment Analysis of Twitter Data
 
IRJET - College Enquiry Chatbot
IRJET - College Enquiry ChatbotIRJET - College Enquiry Chatbot
IRJET - College Enquiry Chatbot
 
Sentimental Emotion Analysis using Python and Machine Learning
Sentimental Emotion Analysis using Python and Machine LearningSentimental Emotion Analysis using Python and Machine Learning
Sentimental Emotion Analysis using Python and Machine Learning
 
IRJET - Text Summarizer.
IRJET -  	  Text Summarizer.IRJET -  	  Text Summarizer.
IRJET - Text Summarizer.
 
A Survey Of Collaborative Filtering Techniques
A Survey Of Collaborative Filtering TechniquesA Survey Of Collaborative Filtering Techniques
A Survey Of Collaborative Filtering Techniques
 
IRJET- Sentimental Analysis of Twitter for Stock Market Investment
IRJET- Sentimental Analysis of Twitter for Stock Market InvestmentIRJET- Sentimental Analysis of Twitter for Stock Market Investment
IRJET- Sentimental Analysis of Twitter for Stock Market Investment
 
IRJET- Twitter Opinion Mining
IRJET- Twitter Opinion MiningIRJET- Twitter Opinion Mining
IRJET- Twitter Opinion Mining
 
IRJET- Quinn: Medical Assistant for Mental Counseling using Rasa Stack
IRJET-  	  Quinn: Medical Assistant for Mental Counseling using Rasa StackIRJET-  	  Quinn: Medical Assistant for Mental Counseling using Rasa Stack
IRJET- Quinn: Medical Assistant for Mental Counseling using Rasa Stack
 
32 99-1-pb
32 99-1-pb32 99-1-pb
32 99-1-pb
 
Keyphrase Extraction using Neighborhood Knowledge
Keyphrase Extraction using Neighborhood KnowledgeKeyphrase Extraction using Neighborhood Knowledge
Keyphrase Extraction using Neighborhood Knowledge
 

Similar to IRJET- Opinion Mining on Pulwama Attack

IRJET- Sentiment Analysis on Twitter Posts using Hadoop
IRJET- Sentiment Analysis on Twitter Posts using HadoopIRJET- Sentiment Analysis on Twitter Posts using Hadoop
IRJET- Sentiment Analysis on Twitter Posts using HadoopIRJET Journal
 
Twitter Sentiment Analysis
Twitter Sentiment AnalysisTwitter Sentiment Analysis
Twitter Sentiment AnalysisIRJET Journal
 
Social Media Market Trender with Dache Manager Using Hadoop and Visualization...
Social Media Market Trender with Dache Manager Using Hadoop and Visualization...Social Media Market Trender with Dache Manager Using Hadoop and Visualization...
Social Media Market Trender with Dache Manager Using Hadoop and Visualization...IRJET Journal
 
The Study of the Large Scale Twitter on Machine Learning
The Study of the Large Scale Twitter on Machine LearningThe Study of the Large Scale Twitter on Machine Learning
The Study of the Large Scale Twitter on Machine LearningIRJET Journal
 
Sentiment Analysis on Twitter Data Using Apache Flume and Hive
Sentiment Analysis on Twitter Data Using Apache Flume and HiveSentiment Analysis on Twitter Data Using Apache Flume and Hive
Sentiment Analysis on Twitter Data Using Apache Flume and HiveIRJET Journal
 
IRJET- Analysis for EnhancedForecastof Expense Movement in Stock Exchange
IRJET- Analysis for EnhancedForecastof Expense Movement in Stock ExchangeIRJET- Analysis for EnhancedForecastof Expense Movement in Stock Exchange
IRJET- Analysis for EnhancedForecastof Expense Movement in Stock ExchangeIRJET Journal
 
Social Media Content Analyser
Social Media Content AnalyserSocial Media Content Analyser
Social Media Content AnalyserIRJET Journal
 
Twitter word frequency count using hadoop components 150331221753
Twitter word frequency count using hadoop components 150331221753Twitter word frequency count using hadoop components 150331221753
Twitter word frequency count using hadoop components 150331221753pradip patel
 
Twitter word frequency count using hadoop components 150331221753
Twitter word frequency count using hadoop components 150331221753Twitter word frequency count using hadoop components 150331221753
Twitter word frequency count using hadoop components 150331221753pradip patel
 
Tweet Tracking App Design Document
Tweet Tracking App Design DocumentTweet Tracking App Design Document
Tweet Tracking App Design DocumentBessie Chu
 
IRJET- Big Data: A Study
IRJET-  	  Big Data: A StudyIRJET-  	  Big Data: A Study
IRJET- Big Data: A StudyIRJET Journal
 
Sentiment Analysis on Twitter data using Machine Learning
Sentiment Analysis on Twitter data using Machine LearningSentiment Analysis on Twitter data using Machine Learning
Sentiment Analysis on Twitter data using Machine LearningIRJET Journal
 
IRJET- Plug-In based System for Data Visualization
IRJET- Plug-In based System for Data VisualizationIRJET- Plug-In based System for Data Visualization
IRJET- Plug-In based System for Data VisualizationIRJET Journal
 
Twitter Sentiment Analysis: An Unsupervised Approach
Twitter Sentiment Analysis: An Unsupervised ApproachTwitter Sentiment Analysis: An Unsupervised Approach
Twitter Sentiment Analysis: An Unsupervised ApproachIRJET Journal
 
Sentiment Analysis in Social Media and Its Operations
Sentiment Analysis in Social Media and Its OperationsSentiment Analysis in Social Media and Its Operations
Sentiment Analysis in Social Media and Its OperationsIRJET Journal
 
IRJET- Youtube Data Sensitivity and Analysis using Hadoop Framework
IRJET-  	  Youtube Data Sensitivity and Analysis using Hadoop FrameworkIRJET-  	  Youtube Data Sensitivity and Analysis using Hadoop Framework
IRJET- Youtube Data Sensitivity and Analysis using Hadoop FrameworkIRJET Journal
 
IRJET- The Sentimental Analysis on Product Reviews of Amazon Data using the H...
IRJET- The Sentimental Analysis on Product Reviews of Amazon Data using the H...IRJET- The Sentimental Analysis on Product Reviews of Amazon Data using the H...
IRJET- The Sentimental Analysis on Product Reviews of Amazon Data using the H...IRJET Journal
 
Datapedia Analysis Report
Datapedia Analysis ReportDatapedia Analysis Report
Datapedia Analysis ReportAbanoub Amgad
 
Emotion Recognition By Textual Tweets Using Machine Learning
Emotion Recognition By Textual Tweets Using Machine LearningEmotion Recognition By Textual Tweets Using Machine Learning
Emotion Recognition By Textual Tweets Using Machine LearningIRJET Journal
 
A Review on Software Mining: Current Trends and Methodologies
A Review on Software Mining: Current Trends and MethodologiesA Review on Software Mining: Current Trends and Methodologies
A Review on Software Mining: Current Trends and MethodologiesIJERA Editor
 

Similar to IRJET- Opinion Mining on Pulwama Attack (20)

IRJET- Sentiment Analysis on Twitter Posts using Hadoop
IRJET- Sentiment Analysis on Twitter Posts using HadoopIRJET- Sentiment Analysis on Twitter Posts using Hadoop
IRJET- Sentiment Analysis on Twitter Posts using Hadoop
 
Twitter Sentiment Analysis
Twitter Sentiment AnalysisTwitter Sentiment Analysis
Twitter Sentiment Analysis
 
Social Media Market Trender with Dache Manager Using Hadoop and Visualization...
Social Media Market Trender with Dache Manager Using Hadoop and Visualization...Social Media Market Trender with Dache Manager Using Hadoop and Visualization...
Social Media Market Trender with Dache Manager Using Hadoop and Visualization...
 
The Study of the Large Scale Twitter on Machine Learning
The Study of the Large Scale Twitter on Machine LearningThe Study of the Large Scale Twitter on Machine Learning
The Study of the Large Scale Twitter on Machine Learning
 
Sentiment Analysis on Twitter Data Using Apache Flume and Hive
Sentiment Analysis on Twitter Data Using Apache Flume and HiveSentiment Analysis on Twitter Data Using Apache Flume and Hive
Sentiment Analysis on Twitter Data Using Apache Flume and Hive
 
IRJET- Analysis for EnhancedForecastof Expense Movement in Stock Exchange
IRJET- Analysis for EnhancedForecastof Expense Movement in Stock ExchangeIRJET- Analysis for EnhancedForecastof Expense Movement in Stock Exchange
IRJET- Analysis for EnhancedForecastof Expense Movement in Stock Exchange
 
Social Media Content Analyser
Social Media Content AnalyserSocial Media Content Analyser
Social Media Content Analyser
 
Twitter word frequency count using hadoop components 150331221753
Twitter word frequency count using hadoop components 150331221753Twitter word frequency count using hadoop components 150331221753
Twitter word frequency count using hadoop components 150331221753
 
Twitter word frequency count using hadoop components 150331221753
Twitter word frequency count using hadoop components 150331221753Twitter word frequency count using hadoop components 150331221753
Twitter word frequency count using hadoop components 150331221753
 
Tweet Tracking App Design Document
Tweet Tracking App Design DocumentTweet Tracking App Design Document
Tweet Tracking App Design Document
 
IRJET- Big Data: A Study
IRJET-  	  Big Data: A StudyIRJET-  	  Big Data: A Study
IRJET- Big Data: A Study
 
Sentiment Analysis on Twitter data using Machine Learning
Sentiment Analysis on Twitter data using Machine LearningSentiment Analysis on Twitter data using Machine Learning
Sentiment Analysis on Twitter data using Machine Learning
 
IRJET- Plug-In based System for Data Visualization
IRJET- Plug-In based System for Data VisualizationIRJET- Plug-In based System for Data Visualization
IRJET- Plug-In based System for Data Visualization
 
Twitter Sentiment Analysis: An Unsupervised Approach
Twitter Sentiment Analysis: An Unsupervised ApproachTwitter Sentiment Analysis: An Unsupervised Approach
Twitter Sentiment Analysis: An Unsupervised Approach
 
Sentiment Analysis in Social Media and Its Operations
Sentiment Analysis in Social Media and Its OperationsSentiment Analysis in Social Media and Its Operations
Sentiment Analysis in Social Media and Its Operations
 
IRJET- Youtube Data Sensitivity and Analysis using Hadoop Framework
IRJET-  	  Youtube Data Sensitivity and Analysis using Hadoop FrameworkIRJET-  	  Youtube Data Sensitivity and Analysis using Hadoop Framework
IRJET- Youtube Data Sensitivity and Analysis using Hadoop Framework
 
IRJET- The Sentimental Analysis on Product Reviews of Amazon Data using the H...
IRJET- The Sentimental Analysis on Product Reviews of Amazon Data using the H...IRJET- The Sentimental Analysis on Product Reviews of Amazon Data using the H...
IRJET- The Sentimental Analysis on Product Reviews of Amazon Data using the H...
 
Datapedia Analysis Report
Datapedia Analysis ReportDatapedia Analysis Report
Datapedia Analysis Report
 
Emotion Recognition By Textual Tweets Using Machine Learning
Emotion Recognition By Textual Tweets Using Machine LearningEmotion Recognition By Textual Tweets Using Machine Learning
Emotion Recognition By Textual Tweets Using Machine Learning
 
A Review on Software Mining: Current Trends and Methodologies
A Review on Software Mining: Current Trends and MethodologiesA Review on Software Mining: Current Trends and Methodologies
A Review on Software Mining: Current Trends and Methodologies
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 

Recently uploaded (20)

(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 

IRJET- Opinion Mining on Pulwama Attack

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1516 OPINION MINING ON PULWAMA ATTACK Harshit Gupta1, Ritik Jain2, Sahiba3, Dilkeshwar Pandey4 1Student, Computer Science & Engineering, ABES Institue of Technology Delhi, India 2Student, Computer Science & Engineering, ABES Institue of Technology Delhi, India 3Student, Computer Science & Engineering, ABES Institue of Technology Delhi, India 4Professor, Computer Science & Engineering, ABES Institute of Technology Ghaziabad, India ------------------------------------------------------------------------***----------------------------------------------------------------------- Abstract— Social media has received greater attention these days. Public and private opinion is an extensive form of subjects that are expressed and unfold always through several social media. Twitter is the most trending social media platform that is gaining popularity. Twitter gives companies a quick and powerful way to research clients' perspectives toward the vital to success within the market place. Developing software for opinion evaluation is an approach to be used to computationally analyze degree of clients' perceptions. The key motive of this research paper is to design a sentiment evaluation, extracting a massive quantity of tweets. Results classify customers' perspective through tweets into good and bad, which is represented in a pie chart and flow chart. Keywords— Hadoop Cluster, Tokenization, Opinion Mining, Twitter, Unstructured Data, Sentiment analysis. 1. INTRODUCTION Micro scale blogging today has turned into an extremely famous specialized device among Internet users. Internet based social website gets a large number of tweets each day on assortment of imperative issues. Writers of those messages expound their opinion on collection of themes and examine current problems[4]. The analysis of these tweets can be utilized for Elections, Business, Product survey and so forth. Likewise sentiment analysis is one of the critical zone of analysis of tweets that can be exceptionally useful in basic leadership. Performing analysis of expansive surveys is less complex as compared to Sentiment Analysis on Twitter. This is on the grounds that the tweets are short and generally contain hash tags, slangs, emoticons etc. The challenge about which we need to perform sentiment analysis is submitted to the twitter API's which does further mining and gives the tweets identified with just that question. Twitter data is mostly unstructured i.e, utilization of shortened forms is high. Likewise it permits the utilization of emoticons which are immediate pointers of the creator's perspective regarding the matter. Tweet messages comprise of a timestamp and the client name. This time stamp is valuable for speculating the future pattern utilization of our venture. For doing twitter data analysis first data is gathered utilizing NIFI in HDFS. Tweets are preprocessed for expelling Null values and aimless images. After that HIVE can be used for twitter posts analysis [2]. 2. PROBLEM STATEMENT Tweet analysis can be valuable in understanding the sentiments behind a tweet which are in large numbers. The tweets produced can be helpful in numerous walks of life for analyzing the sentiments. In general, numerous tweets may be fake and thus having lesser sentimental importance behind them. With the utilization of Apache Hadoop we accelerated the procedure of breaking down the tweets into lexicons[3]. The conventional framework can't foresee and break the tweets using Hadoop and had some downsides such as:  The framework did not made great utilization of Twitter API.  It can't utilize machine learningalgorithms.  It can't utilize JSON results.  It can't demonstrate the outcomes properly.  It can't help in sentiment analysis oftweets.  It can't make proficient utilization of big data. Figure 1: Twitter Analysis Steps[2] 3. NEED FOR SENTIMENT ANALYSIS Sentiment analysis is greatly valuable in social media observing as it enables us to gather a review of the more extensive general assessment behind specific themes. The
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1517 utilizations of sentiment analysis are wide and intense. Works in sentiment on social media have been appeared to connect with moves in money market. The Obama organization utilized sentiment analysis to measure general feeling to approach declarations and battle messages in front of 2012 presidential race [6]. 4. SENTIMENT ANALYSIS Sentiment is characterized as an articulation or opinion by an author about any protest or any perspective. Breaking down, examining, removing user’s opinion, sentiment and inclinations from the abstract content is known as sentiment analysis. The fundamental focal point of sentiment analysis is parsing the content. In straightforward terms, sentiment analysis can be characterized as recognizing the polarity of the content. Polarity can be positive, negative or neutral. It is likewise alluded to as opinion mining as it infers opinion of the user. Opinions differ from user to user and sentiment analysis incredibly helps in understanding user’s point of view. Sentiment can be, coordinate opinion as the name recommends the opinion around a protest is given straightforwardly and the opinion might be either positive or negative. For instance, "The video lucidity of the cell phone is poor" communicates a negative opinion [1]. Correlation opinion, it is a similar articulation which comprises of examination between two indistinguishable articles. The announcement, "The image nature of camera- x is superior to anything that of camera-y" is one conceivable case for communicating a relative opinion [2]. Sentiment analysis is performed at three unique levels:  Sentiment analysis at sentence level recognizes whether the given sentence is abstract or goal. Analysis at sentence level expect that the sentence contains just a single opinion.  Sentiment analysis at archive level arranges the opinion about the specific element. Whole archive contains opinion about the single protest and from the single opinionholder.  Sentiment analysis at highlight level concentrates the component of a specific protest from the surveys and decides if the expressed opinion is certain or negative. The extricated highlights are then assembled and their abridged report is delivered [1]. 5. TOOLS & TECHNOLOGIES USED 5.1 HADOOP For pre-processing the large data in parallel crosswise over cluster of computers, Apache thought of an open source structure known as Hadoop. The significant segments of Hadoop are Hadoop Distributed File System (HDFS) andthe MapReduce programming model. Hadoop is open source, since it keeps running on distributed computing administrations or product machine crosswise over clusterof computers. Any number of computers can be added to the Hadoop group with the end goal to manage immense data in parallel. To every single computer data is dispersed and thus activity is performed in parallel in Hadoop group [5]. 5.2 MAP-REDUCE The MapReduce empowers the composition of uses in a viable way and furthermore handling of colossal arrangements of data is productive with Hadoop MapReduce.The MapReduce has two distinct tasks: 5.2.1 The Map Task: The Map catches the information and this information data are partitioned according to similarity of data. This data is additionally separated into tuples to frame a key value pair. 5.2.2 The Reduce Task: The contribution to the Reduce errand is the yield from the Map task. All the partitioned tuples in the Map task is joined to frame small arrangement of tuples. Map Task is trailed by Reduce Task [5]. 5.3 HDFS Hadoop has its own filesystem known as Hadoop distributed file system dependent on Google File System (GFS). The engineering of HDFS portrays the master- slave design. Master Node deals with the record framework and the capacity of real data is taken consideration by the slave Node [1]. A record in a HDFS namespace is partitioned into a few sections and these portions are put away in Data Nodes. The plotting of these fragments to the Data Nodes is recognized by the Name Node. The Data Node performs read and compose tasks. 5.4 HIVE Hive is an information distribution center foundation apparatus to process organized information in Hadoop. It dwells over Hadoop to condense Big Data, and makes questioning and examining simple. At first Hive was created by Facebook, later the Apache Software Foundation took it up and created it further as an open source under the name Apache Hive. It is utilized by various organizations. For instance, Amazon utilizes it in Amazon Elastic MapReduce [8].
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1518 Figure 2: Architecture of Hive 5.5 NIFI Apache NiFi is a real time information ingestion stage, which can exchange and oversee information exchange between various sources and goal frameworks. It bolsters a wide assortment of information groups like logs, geo location data, social feeds, etc. It likewise underpins numerous conventions like SFTP, HDFS, and KAFKA, and so forth. This support to wide assortment of information sources and conventions making this stage mainstream in numerous IT associations. 5.6 TABLEAU Tableau is a powerful and quickest developing data representation tool utilized in the Business Intelligence Industry. It helps in improving raw data into the effortlessly reasonable configuration. 6. METHODOLOGY The following procedure has been followed to overcome the problems faced in the proposed system. The steps are:-  Firstly, we created a twitter app by using a twitter streaming API for fetching the twitter data.  In the next step, we uploaded the twitter data in the local HDFS using a tool called Nifi. The twitter API is used in Nifi, using which all the tweets are directly fetched from the twitter site.  The tweets which are fetched through Nifi are saved into the Hadoop Distributed File System.  Data which comes from the twitter site is in unstructured form called JSON data. This data needs to be structured.  For analysis, we are using hive which is basically used to convert the unstructured complex data into a readable or understandable form.  After storing the tweets, they are preprocessed to remove the null values and redundancies from the data [3,7].  Using this structured data we analyzed sentiments with the help of a BI tool i.e. Tableau. 7. CONCLUSION As twitter posts are important source of opinion on various issues and subjects. It can give a sharp knowledge about a point and can be a good source of analysis. Analysis can help in basic leadership in different zones. Apache Hadoop is outstanding amongst other choices for twitter post analysis. When the framework is set up utilizing FLUME and HIVE, it helps in analysis of diversity of topics by simply changing the keywords in query. Likewise, it does the analysis on real time data. The analysis what we did could be useful in breaking down individuals' sentiment. Opinion mining should likewise be possible on that data for finding polarity (Positive, Negative, Neutral) of tweets gathered. Figure 3: Observed output on Pulwama attack 2019
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1519 Figure 4: Pie chart of observed outputs 8. REFERENCES 1. Md. Nowraj Farhan, Md. Ahsan Habib and Md. Arshad Ali “A study and Performance Comparison of MapReduce and Apache Spark on Twitter Data on Hadoop Cluster”. Published online on 08 |July-2018. 2. Harshal Kapase, Kalyani Galande, Tanmay Sonna, Deepali Pawar, Dipmala Salunke “A review on: Sentiment polarity analysis on Twitter data from different Events” Volume: 05 Issue:03 |Mar-2018. 3. Riya Bhatia, Prachi Garg, Rahul Joharic “Corpus based Twitter Sentiment Analysis” 3rdInternational Conference on Internet of Things and Connected Technologies (ICIoTCT), Jaipur(India) on 26 | March,2018. 4. Brinda Hegde, NagashreeH ,Madhura Prakash “Sentiment analysis of Twitter data: Amachine learning approach to analyse demonetization tweets” International Research Journal of Engineering and Technology (IRJET) ,Volume: 05 Issue: 06 |June-2018 5. Priyanshu Jadon, Miss Rupali Dave “A big data approach for Sentiment Analysis of Twitter Data using Naïve Bayes” International Journal of Innovations & Advancement in Computer Science. IJIACS ISSN 2347 – 8616 Volume 7, Issue: 04 |April 2018. 6. Mika V. Mäntylä, Daniel Graziotin, Miikka Kuutila “The evolution of sentiment analysis—A review of research topics, venues, and top cited papers” M3S, ITEE, University of Oulu, Finland, Institute of Software Technology, University of Stuttgart, Germany, Issue : 21 |Nov-2017. 7. Amit Palve, Rohini D. Sonawane, Amol D. Potgantwar “Sentiment Analysis of Twitter Streaming Data for Recommendation using Apache Spark” Volume-5, Issue-3 | June 2017 8. Priya Gupta “Analysis of User Behavior for Twitter Posts on Hadoop” International Research Journal of Engineering and Technology (IRJET) Volume: 04 Issue: 05|May-2017 9. Jaba Sheela “A Review of Sentiment Analysis in Twitter Data Using Hadoop” International Journal of Database Theory and Application Vol.9, No.1 (2016).