SlideShare ist ein Scribd-Unternehmen logo
1 von 4
Downloaden Sie, um offline zu lesen
International Journal of Science and Research (IJSR), India Online ISSN: 2319‐7064 
Volume 2 Issue 8, August 2013 
www.ijsr.net 
Aspect Level Information Retrieval System for
Micro Blogging Site
Manisha Punn1
, Nidhi Bhalla2
1, 2
Swami Vivekanand Institute of Engineering and Technology, Banur, Punjab, India
Abstract: In this paper we have calculated the polarity of people on two current affairs. For this, the tweets posted by twitter handler
network friends and friends of friends on current affairs are extracted from twitter. Following this, two bags of words are created. One is
positive bag of words and other is negative bag of words. The objective aspect based polarity evaluation is implemented. The polarity of
tweets have illustrated and interpreted with application to understand current digital word in terms of its aspect, perspective by
calculating polarity with parameter influencing thoughts, concepts, ideas and aspects of people expressing in digital world
Keywords: Aspect, Information retrieval, Opinion mining, Perspective, Tweets
1. Introduction
Information retrieval deals with acquiring relevant
information from a collection of information resources. After
retrieving the information about web objects, the information
is indexed and then ranked. Aspect[1] is a related object or
member or part of a topic of interest on which the evaluation
is made. Aspect level information retrieval system retrieves
the information based on his/her aspect, perspective etc.
The present paper retrieves aspects of five celebrities on five
different topics and using them proposes an algorithm for
calculating the polarity of users’ aspects. The polarity is
calculated as either positive polarity or negative polarity.
2. Previous Work
In a research work carried by [2], a novel unsupervised
model known as Cross-Perspective topic model was
proposed for contrastive opinion mining. The opinions on
any ad hoc query were determined based on learned
parameters. This model quantified the difference in user
perspectives. The research was carried out on two datasets,
that is, statement records of U.S senators and world news
report from three media in U.S, China and India. It is
concluded that the proposed model showed effective results.
Another study performed by [3] proposed a feature wise
opinion mining system which extracted features from user
generated contents and then determined the intensity of those
opinions. The positive and negative features were identified
by extracting the associated modifiers and opinions. It was
concluded that the recall value was lower than precision
which means that certain correct feature-opinion pairs could
not be recognized by the system correctly. Also, more
number of features could not be extracted in negative list as
most of the reviews written by users were on positive side.
3. Methodology of Proposed Work
Following steps were performed in order to carry out the
proposed work as follows:
Figure 1: Methodology of proposed work
3.1. Select top 5 current subjects
The first step is to select the top five current subjects. The
subjects were selected using Google Trends [4]. Google
Trends show the total search volume of a particular search
term across the world.
359
International Journal of Science and Research (IJSR), India Online ISSN: 2319‐7064 
Volume 2 Issue 8, August 2013 
www.ijsr.net 
Figure 2: Selection of top five topics
3.2. Friends and Friendship Network
After selecting the top five current subjects, the friends and
their friends are chosen whose tweets will be retrieved in the
further steps.
3.3. Develop aspect dictionary (Collect data and create
bag of aspect words)
This step deals with creating two separate aspect
dictionaries. One contains all positive words and another
contains all negative words.
3.4. Quotes, comments, opinion, extraction mining
In this phase, the tweets posted by friends and friendship
network on current affairs are extracted from twitter. The
current affairs included are:
a. Fashion
b. Crime
c. Safety
d. Corruption
e. Inflation
Table 1: Formulas to find positive or negative polarity
Concept Mathematical Expression
Fashion Total tweets related of Fashion concept-F
Positive Dictionary=Pf
Negative Dictionary=Nf
x words € Pf (x-no of words in Pf)
y words € Nf (y-no of words in Nf)
Total words belong to tweet (T1)
m positive words € Pf
RATIO 1= x/m=>total words in Pf/ positive words
RATIO 2=R1/F= (x/m )/F
Rp=Ratio for every tweet in positive dictionary=((x/m )/F)*n
∞
Positive score’Ps’= sum of all ratios= ∑((x/m )/F)*n
n=1
Rn= Ratio for every tweet in negative dictionary= ((y/l)/F)*n
∞
Negative score’Ns’=sum of all ratios= ∑ ((y/l)/F)*n
n=1
If(Ps>Ns)-The person has PositivePolarity/views
If (Ns>Ps)-The person has Negative polarity/views
Safety Total tweets related to Safety-Sa
Positive Dictionary=Psa
Negative Dictionary=Nsa
x words € Psa (x-no of words in Psa)
y words € Nsa(y-no of words in Nsa)
Total words belong to tweet (T1)
o positive words € Psa
RATIO 1= x/o => total words in Psa/positive words
RATIO 2=R1/Sa= (x/o )/Sa
Rp=Ratio for every tweet in positive dictionary=((x/o )/Sa)*n
∞
Positive score’Ps’= sum of all ratio= ∑((x/o )/Sa)*n
n=1
Rn= Ratio for every tweet in negative dictionary= ((y/r )/Sa)*n
∞
Negative score’Ns’= sum of all ratios= ∑ (y/r )/S)*n
n=1
If(Ps>Ns)-the person has Positive Polarity/views
If(Ns>Ps)-The person has Negative polarity/views
Crime Total tweets related to Crime-C
Positive Dictionary=Pc
Negative Dictionary=Nc
x words € Pc (x-no of words in Pc)
y words € Nc (y-no of words in Nc)
Total words belong to tweet (T1)
s positive words € Pc
RATIO 1= x/s => total words in Pc/positive words
RATIO 2=R1/C= (x/s )/C
Rp=Ratio for every tweet in positive dictionary=((x/s )/C)
∞
Positive score’Ps’= sum of all ratio= ∑((x/s )/C)*n
n=1
Rn= Ratio for every tweet in negative dictionary= ((y/t)/C)*n
∞
Negative score’Ns’= sum of all ratios= ∑ ((y/t )/C)*n
n=1
If(Ps>Ns)-The person has Positive Polarity/views
If(Ns>Ps)-The person has Negative polarity/views
Total tweets related to Fashion-CO
CorruptioPositive Dictionary=Pco
Negative Dictionary=Nco
x words € Pco (x-no of words in Pco)
y words € Nco (y-no of words in Nco)
Total words belong to tweet (T1)
v positive words € Pco
RATIO 1= x/v => total words in Pco/positive words
RATIO 2=R1/co= (x/v )/CO
Rp=Ratio for every tweet in positive dictionary=((x/v )/co)*n
∞
Positive score ’Ps’= sum of all ratio= ∑((x/v )/CO)*n
n=1
Rn= Ratio for every tweet in negative dictionary= ((y/w )/CO)*n
∞
Negative score ’Ns’= sum of all ratios= ∑ ((y/w )/CO)*n
n=1
If(Ps>Ns)-The person has Positive Polarity/views
If(Ns>Ps)-The person has Negative polarity/views
Inflation Total tweets related to Fashion-I
Positive Dictionary=Pi
Negative Dictionary=Ni
x words € Pi (x-no of words in Pi)
y words € Ni (y-no of words in Ni)
Total words belong to tweet (T1)
q positive words € Pi
RATIO 1= x/q => total words in Pi/positive words
RATIO 2=R1/I= (x/q )/Pi
Rp=Ratio for every tweet in positive dictionary=((x/q )/I)*n
∞
Positive score ‘Ps’= sum of all ratio= ∑((x/q )/I)*n
n=1
Rn= Ratio for every tweet in negative dictionary= ((y/k)/I)*n
∞
Negative score’Ns’=sum of all ratios= ∑ ((y/k )/I*)n
n=1
If(Ps>Ns)- The person has Positive Polarity/views
If(Ns>Ps)-Negative polarity/views
360
International Journal of Science and Research (IJSR), India Online ISSN: 2319‐7064 
Volume 2 Issue 8, August 2013 
www.ijsr.net 
3.5. Text parsing and storage
In this phase, pre processing is done and bad words are
removed from the bag of words which was created in the
previous step. After performing the pre processing, the data
is stored in the local text database.
3.6. Run polarity evaluation algorithm
This phase deals with implementing the polarity evaluation
algorithm. The input to the polarity evaluation algorithm is
number and nature of positive and negative extracted, parsed,
Tweets dataset and the output of this algorithm gives the
polarity value in percentage.
4. Results
4.1 Fashion
Results show that the positive polarity of people on fashion
is 11% and negative polarity is 89%.
Figure 3: Polarity values of fashion
4.2 Safety
The results show that people’s views on safety have positive
polarity of 86% and negative polarity of 14%.
Figure 4: Polarity value of safety
4.3 Corruption
The results show that positive polarity of people on
corruption is 9% and negative polarity is 91%.
Figure 5: Polarity values of corruption
4.4 Crime
Results show that positive polarity of people on crime is 10%
and negative polarity is 90%.
Figure 6: Polarity values of crime
4.5 Inflation
Results show that people’s views on inflation have positive
polarity of 6% and negative polarity of 94%.
Figure 7: Polarity values of inflation
5. Conclusion
The objective of this research is to calculate the polarity of
tweets posted by the celebrities. For calculating polarity
tweets posted by friends and friendship network were
retrieved following which bag of words were created. The
polarity was calculated using an algorithm as mentioned in
section. It is an objective evaluation which can be done
without active participation of the people involved, and there
361
International Journal of Science and Research (IJSR), India Online ISSN: 2319‐7064 
Volume 2 Issue 8, August 2013 
www.ijsr.net 
is no breach in privacy as only public dataset of tweets is
processed, and it can run continuously to bring the statistical
information , what percentage of people are thinking in what
way-positive or negative. It is from this views we can access
the content of thoughts and their flow of attributes, feelings,
mood direction of the people towards the current affairs
topics like fashion, crime, safety, corruption and inflation.
Future Scope
In our current research we have tried to capture the views,
expressions and thoughts of people using digital tools like
twitter and have formulated mathematical expressions for
calculating their positive aspects and negative aspects of
their expressions (tweets) in an non-invasive way, which
produced fairly good realistic view of how people are
thinking on current aspects of things happening around them,
for future scope however we suggest a deeper analysis may
be conducted to extend this work. The further analysis may
consist of identifying trends between various aspects of
people’s opinions with identifying causal relationships
between influencing parameters. This may be conducted
using regression also.
References
[1] Nozomi Kobayashi, Kentaro Inui, and Yuji Matsumoto,
“Extracting Aspect-Evaluation and Aspect-of Relations in
Opinion Mining”, 2007.
[2] Yi Fang, Luo Si, Naveen Somasundaram, Zhengtao Yu,
“Mining Contrastive Opinions on Political Text Using
Cross-Perspective Topic Model’, 2012.
[3] Tanvir Ahmad, Mohammad NajmudDoja, “Ranking
Sysem for Opinion Mining of Features from Review
Documents”, 2012.
[4] http://www.google.com/trends/
Authors Profile
Manisha Punn is pursuing M. Tech (Computer
Science) form Swami Vivekanand Institute of
Engineering and Technology, Banur, Punjab, India.
She did her B. Tech (Information Technology) form
Doaba Institute of Engineering and Technology, Kharar, Punjab,
India.
Nidhi Bhalla is working as Assistant Professor in
Swami Vivekanand Institute of Engineering and
Technology, Banur, Punjab, India. She did her B. Tech
(Information Technology) and M. Tech (Computer
Science) form Lovely Professional University, Jalandhar, Punjab,
India.
362

Weitere ähnliche Inhalte

Was ist angesagt?

IRJET - Sentiment Analysis for Marketing and Product Review using a Hybrid Ap...
IRJET - Sentiment Analysis for Marketing and Product Review using a Hybrid Ap...IRJET - Sentiment Analysis for Marketing and Product Review using a Hybrid Ap...
IRJET - Sentiment Analysis for Marketing and Product Review using a Hybrid Ap...IRJET Journal
 
Explore the Effects of Emoticons on Twitter Sentiment Analysis
Explore the Effects of Emoticons on Twitter Sentiment Analysis Explore the Effects of Emoticons on Twitter Sentiment Analysis
Explore the Effects of Emoticons on Twitter Sentiment Analysis csandit
 
Introduction to Sentiment Analysis
Introduction to Sentiment AnalysisIntroduction to Sentiment Analysis
Introduction to Sentiment AnalysisMakrand Patil
 
The sarcasm detection with the method of logistic regression
The sarcasm detection with the method of logistic regressionThe sarcasm detection with the method of logistic regression
The sarcasm detection with the method of logistic regressionEditorIJAERD
 
Sentiment Analysis on Twitter
Sentiment Analysis on TwitterSentiment Analysis on Twitter
Sentiment Analysis on TwitterSubarno Pal
 
Optimization of Front Suspension Shackle Support using Finite Element Analysis
Optimization of Front Suspension Shackle Support using Finite Element AnalysisOptimization of Front Suspension Shackle Support using Finite Element Analysis
Optimization of Front Suspension Shackle Support using Finite Element AnalysisIRJET Journal
 
project sentiment analysis
project sentiment analysisproject sentiment analysis
project sentiment analysissneha penmetsa
 
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
 
Psy 303 Arg Exceptional Education / snaptutorial.com
Psy 303 Arg Exceptional Education / snaptutorial.comPsy 303 Arg Exceptional Education / snaptutorial.com
Psy 303 Arg Exceptional Education / snaptutorial.comBaileya71
 
Psy 303 arg Education Organization-snaptutorial.com
Psy 303 arg Education Organization-snaptutorial.comPsy 303 arg Education Organization-snaptutorial.com
Psy 303 arg Education Organization-snaptutorial.comrobertlesew34
 
Stock prediction using social network
Stock prediction using social networkStock prediction using social network
Stock prediction using social networkChanon Hongsirikulkit
 
IRJET - Twitter Sentiment Analysis using Machine Learning
IRJET -  	  Twitter Sentiment Analysis using Machine LearningIRJET -  	  Twitter Sentiment Analysis using Machine Learning
IRJET - Twitter Sentiment Analysis using Machine LearningIRJET Journal
 
DYNAMIC LARGE SCALE DATA ON TWITTER USING SENTIMENT ANALYSIS AND TOPIC MODELING
DYNAMIC LARGE SCALE DATA ON TWITTER USING SENTIMENT ANALYSIS AND TOPIC MODELINGDYNAMIC LARGE SCALE DATA ON TWITTER USING SENTIMENT ANALYSIS AND TOPIC MODELING
DYNAMIC LARGE SCALE DATA ON TWITTER USING SENTIMENT ANALYSIS AND TOPIC MODELINGAndry Alamsyah
 
Tracking False Information Online
Tracking False Information OnlineTracking False Information Online
Tracking False Information OnlineIsabelle Augenstein
 
Sentiment Analysis
Sentiment AnalysisSentiment Analysis
Sentiment AnalysisRexNige
 
A Framework for Arabic Concept-Level Sentiment Analysis using SenticNet
A Framework for Arabic Concept-Level Sentiment Analysis using SenticNet A Framework for Arabic Concept-Level Sentiment Analysis using SenticNet
A Framework for Arabic Concept-Level Sentiment Analysis using SenticNet IJECEIAES
 

Was ist angesagt? (20)

IRJET - Sentiment Analysis for Marketing and Product Review using a Hybrid Ap...
IRJET - Sentiment Analysis for Marketing and Product Review using a Hybrid Ap...IRJET - Sentiment Analysis for Marketing and Product Review using a Hybrid Ap...
IRJET - Sentiment Analysis for Marketing and Product Review using a Hybrid Ap...
 
Explore the Effects of Emoticons on Twitter Sentiment Analysis
Explore the Effects of Emoticons on Twitter Sentiment Analysis Explore the Effects of Emoticons on Twitter Sentiment Analysis
Explore the Effects of Emoticons on Twitter Sentiment Analysis
 
Introduction to Sentiment Analysis
Introduction to Sentiment AnalysisIntroduction to Sentiment Analysis
Introduction to Sentiment Analysis
 
The sarcasm detection with the method of logistic regression
The sarcasm detection with the method of logistic regressionThe sarcasm detection with the method of logistic regression
The sarcasm detection with the method of logistic regression
 
Sentiment Analysis on Twitter
Sentiment Analysis on TwitterSentiment Analysis on Twitter
Sentiment Analysis on Twitter
 
[IJET-V2I2P3] Authors:Vijay Choure, Kavita Mahajan ,Nikhil Patil, Aishwarya N...
[IJET-V2I2P3] Authors:Vijay Choure, Kavita Mahajan ,Nikhil Patil, Aishwarya N...[IJET-V2I2P3] Authors:Vijay Choure, Kavita Mahajan ,Nikhil Patil, Aishwarya N...
[IJET-V2I2P3] Authors:Vijay Choure, Kavita Mahajan ,Nikhil Patil, Aishwarya N...
 
Optimization of Front Suspension Shackle Support using Finite Element Analysis
Optimization of Front Suspension Shackle Support using Finite Element AnalysisOptimization of Front Suspension Shackle Support using Finite Element Analysis
Optimization of Front Suspension Shackle Support using Finite Element Analysis
 
project sentiment analysis
project sentiment analysisproject sentiment analysis
project sentiment analysis
 
Ijsea04031005
Ijsea04031005Ijsea04031005
Ijsea04031005
 
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
 
Psy 303 Arg Exceptional Education / snaptutorial.com
Psy 303 Arg Exceptional Education / snaptutorial.comPsy 303 Arg Exceptional Education / snaptutorial.com
Psy 303 Arg Exceptional Education / snaptutorial.com
 
Psy 303 arg Education Organization-snaptutorial.com
Psy 303 arg Education Organization-snaptutorial.comPsy 303 arg Education Organization-snaptutorial.com
Psy 303 arg Education Organization-snaptutorial.com
 
Stock prediction using social network
Stock prediction using social networkStock prediction using social network
Stock prediction using social network
 
IRJET - Twitter Sentiment Analysis using Machine Learning
IRJET -  	  Twitter Sentiment Analysis using Machine LearningIRJET -  	  Twitter Sentiment Analysis using Machine Learning
IRJET - Twitter Sentiment Analysis using Machine Learning
 
E017433538
E017433538E017433538
E017433538
 
DYNAMIC LARGE SCALE DATA ON TWITTER USING SENTIMENT ANALYSIS AND TOPIC MODELING
DYNAMIC LARGE SCALE DATA ON TWITTER USING SENTIMENT ANALYSIS AND TOPIC MODELINGDYNAMIC LARGE SCALE DATA ON TWITTER USING SENTIMENT ANALYSIS AND TOPIC MODELING
DYNAMIC LARGE SCALE DATA ON TWITTER USING SENTIMENT ANALYSIS AND TOPIC MODELING
 
Tracking False Information Online
Tracking False Information OnlineTracking False Information Online
Tracking False Information Online
 
Sentiment Analysis
Sentiment AnalysisSentiment Analysis
Sentiment Analysis
 
A Framework for Arabic Concept-Level Sentiment Analysis using SenticNet
A Framework for Arabic Concept-Level Sentiment Analysis using SenticNet A Framework for Arabic Concept-Level Sentiment Analysis using SenticNet
A Framework for Arabic Concept-Level Sentiment Analysis using SenticNet
 
F017433947
F017433947F017433947
F017433947
 

Ähnlich wie Aspect Level Information Retrieval System for Micro Blogging Site

PERCEPTION OF MOBILE APPS AMONG COMMON PEOPLE PPT
PERCEPTION OF MOBILE APPS AMONG COMMON PEOPLE PPTPERCEPTION OF MOBILE APPS AMONG COMMON PEOPLE PPT
PERCEPTION OF MOBILE APPS AMONG COMMON PEOPLE PPTPalash Banerjee
 
Customers Sentiment on Life Insurance Industry
Customers Sentiment on Life Insurance IndustryCustomers Sentiment on Life Insurance Industry
Customers Sentiment on Life Insurance Industryzhongshu zhao
 
An Approach To Sentiment Analysis
An Approach To Sentiment AnalysisAn Approach To Sentiment Analysis
An Approach To Sentiment AnalysisSarah Morrow
 
Twitter sentimentanalysis report
Twitter sentimentanalysis reportTwitter sentimentanalysis report
Twitter sentimentanalysis reportSavio Aberneithie
 
Sentiment analysis by using fuzzy logic
Sentiment analysis by using fuzzy logicSentiment analysis by using fuzzy logic
Sentiment analysis by using fuzzy logicijcseit
 
International Journal of Computer Science, Engineering and Information Techno...
International Journal of Computer Science, Engineering and Information Techno...International Journal of Computer Science, Engineering and Information Techno...
International Journal of Computer Science, Engineering and Information Techno...ijcseit
 
Sentiment Analysis using Fuzzy logic
Sentiment Analysis using Fuzzy logicSentiment Analysis using Fuzzy logic
Sentiment Analysis using Fuzzy logicVinay Sawant
 
SENTIMENT ANALYSIS BY USING FUZZY LOGIC
SENTIMENT ANALYSIS BY USING FUZZY LOGICSENTIMENT ANALYSIS BY USING FUZZY LOGIC
SENTIMENT ANALYSIS BY USING FUZZY LOGICijcseit
 
Predict Facebook Impressions Adopting a Mathematical Model of the Hit Phenomenon
Predict Facebook Impressions Adopting a Mathematical Model of the Hit PhenomenonPredict Facebook Impressions Adopting a Mathematical Model of the Hit Phenomenon
Predict Facebook Impressions Adopting a Mathematical Model of the Hit PhenomenonZac Darcy
 
Sentiment Analysis on Twitter Data
Sentiment Analysis on Twitter DataSentiment Analysis on Twitter Data
Sentiment Analysis on Twitter DataIRJET Journal
 
Automatic Movie Rating By Using Twitter Sentiment Analysis And Monitoring Tool
Automatic Movie Rating By Using Twitter Sentiment Analysis And Monitoring ToolAutomatic Movie Rating By Using Twitter Sentiment Analysis And Monitoring Tool
Automatic Movie Rating By Using Twitter Sentiment Analysis And Monitoring ToolLaurie Smith
 
Predict facebook impressions adopting a mathematical model of the hit phenomenon
Predict facebook impressions adopting a mathematical model of the hit phenomenonPredict facebook impressions adopting a mathematical model of the hit phenomenon
Predict facebook impressions adopting a mathematical model of the hit phenomenonZac Darcy
 
IRJET- Improved Real-Time Twitter Sentiment Analysis using ML & Word2Vec
IRJET-  	  Improved Real-Time Twitter Sentiment Analysis using ML & Word2VecIRJET-  	  Improved Real-Time Twitter Sentiment Analysis using ML & Word2Vec
IRJET- Improved Real-Time Twitter Sentiment Analysis using ML & Word2VecIRJET Journal
 
76201960
7620196076201960
76201960IJRAT
 
IRJET- A Real-Time Twitter Sentiment Analysis and Visualization System: Twisent
IRJET- A Real-Time Twitter Sentiment Analysis and Visualization System: TwisentIRJET- A Real-Time Twitter Sentiment Analysis and Visualization System: Twisent
IRJET- A Real-Time Twitter Sentiment Analysis and Visualization System: TwisentIRJET Journal
 
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
 
Measuring human and Vader performance on sentiment analysis
Measuring human and Vader performance on sentiment analysisMeasuring human and Vader performance on sentiment analysis
Measuring human and Vader performance on sentiment analysisjournal ijrtem
 

Ähnlich wie Aspect Level Information Retrieval System for Micro Blogging Site (20)

757
757757
757
 
PERCEPTION OF MOBILE APPS AMONG COMMON PEOPLE PPT
PERCEPTION OF MOBILE APPS AMONG COMMON PEOPLE PPTPERCEPTION OF MOBILE APPS AMONG COMMON PEOPLE PPT
PERCEPTION OF MOBILE APPS AMONG COMMON PEOPLE PPT
 
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
 
Customers Sentiment on Life Insurance Industry
Customers Sentiment on Life Insurance IndustryCustomers Sentiment on Life Insurance Industry
Customers Sentiment on Life Insurance Industry
 
An Approach To Sentiment Analysis
An Approach To Sentiment AnalysisAn Approach To Sentiment Analysis
An Approach To Sentiment Analysis
 
Sub1557
Sub1557Sub1557
Sub1557
 
Twitter sentimentanalysis report
Twitter sentimentanalysis reportTwitter sentimentanalysis report
Twitter sentimentanalysis report
 
Sentiment analysis by using fuzzy logic
Sentiment analysis by using fuzzy logicSentiment analysis by using fuzzy logic
Sentiment analysis by using fuzzy logic
 
International Journal of Computer Science, Engineering and Information Techno...
International Journal of Computer Science, Engineering and Information Techno...International Journal of Computer Science, Engineering and Information Techno...
International Journal of Computer Science, Engineering and Information Techno...
 
Sentiment Analysis using Fuzzy logic
Sentiment Analysis using Fuzzy logicSentiment Analysis using Fuzzy logic
Sentiment Analysis using Fuzzy logic
 
SENTIMENT ANALYSIS BY USING FUZZY LOGIC
SENTIMENT ANALYSIS BY USING FUZZY LOGICSENTIMENT ANALYSIS BY USING FUZZY LOGIC
SENTIMENT ANALYSIS BY USING FUZZY LOGIC
 
Predict Facebook Impressions Adopting a Mathematical Model of the Hit Phenomenon
Predict Facebook Impressions Adopting a Mathematical Model of the Hit PhenomenonPredict Facebook Impressions Adopting a Mathematical Model of the Hit Phenomenon
Predict Facebook Impressions Adopting a Mathematical Model of the Hit Phenomenon
 
Sentiment Analysis on Twitter Data
Sentiment Analysis on Twitter DataSentiment Analysis on Twitter Data
Sentiment Analysis on Twitter Data
 
Automatic Movie Rating By Using Twitter Sentiment Analysis And Monitoring Tool
Automatic Movie Rating By Using Twitter Sentiment Analysis And Monitoring ToolAutomatic Movie Rating By Using Twitter Sentiment Analysis And Monitoring Tool
Automatic Movie Rating By Using Twitter Sentiment Analysis And Monitoring Tool
 
Predict facebook impressions adopting a mathematical model of the hit phenomenon
Predict facebook impressions adopting a mathematical model of the hit phenomenonPredict facebook impressions adopting a mathematical model of the hit phenomenon
Predict facebook impressions adopting a mathematical model of the hit phenomenon
 
IRJET- Improved Real-Time Twitter Sentiment Analysis using ML & Word2Vec
IRJET-  	  Improved Real-Time Twitter Sentiment Analysis using ML & Word2VecIRJET-  	  Improved Real-Time Twitter Sentiment Analysis using ML & Word2Vec
IRJET- Improved Real-Time Twitter Sentiment Analysis using ML & Word2Vec
 
76201960
7620196076201960
76201960
 
IRJET- A Real-Time Twitter Sentiment Analysis and Visualization System: Twisent
IRJET- A Real-Time Twitter Sentiment Analysis and Visualization System: TwisentIRJET- A Real-Time Twitter Sentiment Analysis and Visualization System: Twisent
IRJET- A Real-Time Twitter Sentiment Analysis and Visualization System: Twisent
 
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...
 
Measuring human and Vader performance on sentiment analysis
Measuring human and Vader performance on sentiment analysisMeasuring human and Vader performance on sentiment analysis
Measuring human and Vader performance on sentiment analysis
 

Mehr von International Journal of Science and Research (IJSR)

Mehr von International Journal of Science and Research (IJSR) (20)

Innovations in the Diagnosis and Treatment of Chronic Heart Failure
Innovations in the Diagnosis and Treatment of Chronic Heart FailureInnovations in the Diagnosis and Treatment of Chronic Heart Failure
Innovations in the Diagnosis and Treatment of Chronic Heart Failure
 
Design and implementation of carrier based sinusoidal pwm (bipolar) inverter
Design and implementation of carrier based sinusoidal pwm (bipolar) inverterDesign and implementation of carrier based sinusoidal pwm (bipolar) inverter
Design and implementation of carrier based sinusoidal pwm (bipolar) inverter
 
Polarization effect of antireflection coating for soi material system
Polarization effect of antireflection coating for soi material systemPolarization effect of antireflection coating for soi material system
Polarization effect of antireflection coating for soi material system
 
Image resolution enhancement via multi surface fitting
Image resolution enhancement via multi surface fittingImage resolution enhancement via multi surface fitting
Image resolution enhancement via multi surface fitting
 
Ad hoc networks technical issues on radio links security & qo s
Ad hoc networks technical issues on radio links security & qo sAd hoc networks technical issues on radio links security & qo s
Ad hoc networks technical issues on radio links security & qo s
 
Microstructure analysis of the carbon nano tubes aluminum composite with diff...
Microstructure analysis of the carbon nano tubes aluminum composite with diff...Microstructure analysis of the carbon nano tubes aluminum composite with diff...
Microstructure analysis of the carbon nano tubes aluminum composite with diff...
 
Improving the life of lm13 using stainless spray ii coating for engine applic...
Improving the life of lm13 using stainless spray ii coating for engine applic...Improving the life of lm13 using stainless spray ii coating for engine applic...
Improving the life of lm13 using stainless spray ii coating for engine applic...
 
An overview on development of aluminium metal matrix composites with hybrid r...
An overview on development of aluminium metal matrix composites with hybrid r...An overview on development of aluminium metal matrix composites with hybrid r...
An overview on development of aluminium metal matrix composites with hybrid r...
 
Pesticide mineralization in water using silver nanoparticles incorporated on ...
Pesticide mineralization in water using silver nanoparticles incorporated on ...Pesticide mineralization in water using silver nanoparticles incorporated on ...
Pesticide mineralization in water using silver nanoparticles incorporated on ...
 
Comparative study on computers operated by eyes and brain
Comparative study on computers operated by eyes and brainComparative study on computers operated by eyes and brain
Comparative study on computers operated by eyes and brain
 
T s eliot and the concept of literary tradition and the importance of allusions
T s eliot and the concept of literary tradition and the importance of allusionsT s eliot and the concept of literary tradition and the importance of allusions
T s eliot and the concept of literary tradition and the importance of allusions
 
Effect of select yogasanas and pranayama practices on selected physiological ...
Effect of select yogasanas and pranayama practices on selected physiological ...Effect of select yogasanas and pranayama practices on selected physiological ...
Effect of select yogasanas and pranayama practices on selected physiological ...
 
Grid computing for load balancing strategies
Grid computing for load balancing strategiesGrid computing for load balancing strategies
Grid computing for load balancing strategies
 
A new algorithm to improve the sharing of bandwidth
A new algorithm to improve the sharing of bandwidthA new algorithm to improve the sharing of bandwidth
A new algorithm to improve the sharing of bandwidth
 
Main physical causes of climate change and global warming a general overview
Main physical causes of climate change and global warming   a general overviewMain physical causes of climate change and global warming   a general overview
Main physical causes of climate change and global warming a general overview
 
Performance assessment of control loops
Performance assessment of control loopsPerformance assessment of control loops
Performance assessment of control loops
 
Capital market in bangladesh an overview
Capital market in bangladesh an overviewCapital market in bangladesh an overview
Capital market in bangladesh an overview
 
Faster and resourceful multi core web crawling
Faster and resourceful multi core web crawlingFaster and resourceful multi core web crawling
Faster and resourceful multi core web crawling
 
Extended fuzzy c means clustering algorithm in segmentation of noisy images
Extended fuzzy c means clustering algorithm in segmentation of noisy imagesExtended fuzzy c means clustering algorithm in segmentation of noisy images
Extended fuzzy c means clustering algorithm in segmentation of noisy images
 
Parallel generators of pseudo random numbers with control of calculation errors
Parallel generators of pseudo random numbers with control of calculation errorsParallel generators of pseudo random numbers with control of calculation errors
Parallel generators of pseudo random numbers with control of calculation errors
 

Kürzlich hochgeladen

Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - Englishneillewis46
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the ClassroomPooky Knightsmith
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseAnaAcapella
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024Elizabeth Walsh
 
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdfssuserdda66b
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxJisc
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Association for Project Management
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 

Kürzlich hochgeladen (20)

Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 

Aspect Level Information Retrieval System for Micro Blogging Site

  • 1. International Journal of Science and Research (IJSR), India Online ISSN: 2319‐7064  Volume 2 Issue 8, August 2013  www.ijsr.net  Aspect Level Information Retrieval System for Micro Blogging Site Manisha Punn1 , Nidhi Bhalla2 1, 2 Swami Vivekanand Institute of Engineering and Technology, Banur, Punjab, India Abstract: In this paper we have calculated the polarity of people on two current affairs. For this, the tweets posted by twitter handler network friends and friends of friends on current affairs are extracted from twitter. Following this, two bags of words are created. One is positive bag of words and other is negative bag of words. The objective aspect based polarity evaluation is implemented. The polarity of tweets have illustrated and interpreted with application to understand current digital word in terms of its aspect, perspective by calculating polarity with parameter influencing thoughts, concepts, ideas and aspects of people expressing in digital world Keywords: Aspect, Information retrieval, Opinion mining, Perspective, Tweets 1. Introduction Information retrieval deals with acquiring relevant information from a collection of information resources. After retrieving the information about web objects, the information is indexed and then ranked. Aspect[1] is a related object or member or part of a topic of interest on which the evaluation is made. Aspect level information retrieval system retrieves the information based on his/her aspect, perspective etc. The present paper retrieves aspects of five celebrities on five different topics and using them proposes an algorithm for calculating the polarity of users’ aspects. The polarity is calculated as either positive polarity or negative polarity. 2. Previous Work In a research work carried by [2], a novel unsupervised model known as Cross-Perspective topic model was proposed for contrastive opinion mining. The opinions on any ad hoc query were determined based on learned parameters. This model quantified the difference in user perspectives. The research was carried out on two datasets, that is, statement records of U.S senators and world news report from three media in U.S, China and India. It is concluded that the proposed model showed effective results. Another study performed by [3] proposed a feature wise opinion mining system which extracted features from user generated contents and then determined the intensity of those opinions. The positive and negative features were identified by extracting the associated modifiers and opinions. It was concluded that the recall value was lower than precision which means that certain correct feature-opinion pairs could not be recognized by the system correctly. Also, more number of features could not be extracted in negative list as most of the reviews written by users were on positive side. 3. Methodology of Proposed Work Following steps were performed in order to carry out the proposed work as follows: Figure 1: Methodology of proposed work 3.1. Select top 5 current subjects The first step is to select the top five current subjects. The subjects were selected using Google Trends [4]. Google Trends show the total search volume of a particular search term across the world. 359
  • 2. International Journal of Science and Research (IJSR), India Online ISSN: 2319‐7064  Volume 2 Issue 8, August 2013  www.ijsr.net  Figure 2: Selection of top five topics 3.2. Friends and Friendship Network After selecting the top five current subjects, the friends and their friends are chosen whose tweets will be retrieved in the further steps. 3.3. Develop aspect dictionary (Collect data and create bag of aspect words) This step deals with creating two separate aspect dictionaries. One contains all positive words and another contains all negative words. 3.4. Quotes, comments, opinion, extraction mining In this phase, the tweets posted by friends and friendship network on current affairs are extracted from twitter. The current affairs included are: a. Fashion b. Crime c. Safety d. Corruption e. Inflation Table 1: Formulas to find positive or negative polarity Concept Mathematical Expression Fashion Total tweets related of Fashion concept-F Positive Dictionary=Pf Negative Dictionary=Nf x words € Pf (x-no of words in Pf) y words € Nf (y-no of words in Nf) Total words belong to tweet (T1) m positive words € Pf RATIO 1= x/m=>total words in Pf/ positive words RATIO 2=R1/F= (x/m )/F Rp=Ratio for every tweet in positive dictionary=((x/m )/F)*n ∞ Positive score’Ps’= sum of all ratios= ∑((x/m )/F)*n n=1 Rn= Ratio for every tweet in negative dictionary= ((y/l)/F)*n ∞ Negative score’Ns’=sum of all ratios= ∑ ((y/l)/F)*n n=1 If(Ps>Ns)-The person has PositivePolarity/views If (Ns>Ps)-The person has Negative polarity/views Safety Total tweets related to Safety-Sa Positive Dictionary=Psa Negative Dictionary=Nsa x words € Psa (x-no of words in Psa) y words € Nsa(y-no of words in Nsa) Total words belong to tweet (T1) o positive words € Psa RATIO 1= x/o => total words in Psa/positive words RATIO 2=R1/Sa= (x/o )/Sa Rp=Ratio for every tweet in positive dictionary=((x/o )/Sa)*n ∞ Positive score’Ps’= sum of all ratio= ∑((x/o )/Sa)*n n=1 Rn= Ratio for every tweet in negative dictionary= ((y/r )/Sa)*n ∞ Negative score’Ns’= sum of all ratios= ∑ (y/r )/S)*n n=1 If(Ps>Ns)-the person has Positive Polarity/views If(Ns>Ps)-The person has Negative polarity/views Crime Total tweets related to Crime-C Positive Dictionary=Pc Negative Dictionary=Nc x words € Pc (x-no of words in Pc) y words € Nc (y-no of words in Nc) Total words belong to tweet (T1) s positive words € Pc RATIO 1= x/s => total words in Pc/positive words RATIO 2=R1/C= (x/s )/C Rp=Ratio for every tweet in positive dictionary=((x/s )/C) ∞ Positive score’Ps’= sum of all ratio= ∑((x/s )/C)*n n=1 Rn= Ratio for every tweet in negative dictionary= ((y/t)/C)*n ∞ Negative score’Ns’= sum of all ratios= ∑ ((y/t )/C)*n n=1 If(Ps>Ns)-The person has Positive Polarity/views If(Ns>Ps)-The person has Negative polarity/views Total tweets related to Fashion-CO CorruptioPositive Dictionary=Pco Negative Dictionary=Nco x words € Pco (x-no of words in Pco) y words € Nco (y-no of words in Nco) Total words belong to tweet (T1) v positive words € Pco RATIO 1= x/v => total words in Pco/positive words RATIO 2=R1/co= (x/v )/CO Rp=Ratio for every tweet in positive dictionary=((x/v )/co)*n ∞ Positive score ’Ps’= sum of all ratio= ∑((x/v )/CO)*n n=1 Rn= Ratio for every tweet in negative dictionary= ((y/w )/CO)*n ∞ Negative score ’Ns’= sum of all ratios= ∑ ((y/w )/CO)*n n=1 If(Ps>Ns)-The person has Positive Polarity/views If(Ns>Ps)-The person has Negative polarity/views Inflation Total tweets related to Fashion-I Positive Dictionary=Pi Negative Dictionary=Ni x words € Pi (x-no of words in Pi) y words € Ni (y-no of words in Ni) Total words belong to tweet (T1) q positive words € Pi RATIO 1= x/q => total words in Pi/positive words RATIO 2=R1/I= (x/q )/Pi Rp=Ratio for every tweet in positive dictionary=((x/q )/I)*n ∞ Positive score ‘Ps’= sum of all ratio= ∑((x/q )/I)*n n=1 Rn= Ratio for every tweet in negative dictionary= ((y/k)/I)*n ∞ Negative score’Ns’=sum of all ratios= ∑ ((y/k )/I*)n n=1 If(Ps>Ns)- The person has Positive Polarity/views If(Ns>Ps)-Negative polarity/views 360
  • 3. International Journal of Science and Research (IJSR), India Online ISSN: 2319‐7064  Volume 2 Issue 8, August 2013  www.ijsr.net  3.5. Text parsing and storage In this phase, pre processing is done and bad words are removed from the bag of words which was created in the previous step. After performing the pre processing, the data is stored in the local text database. 3.6. Run polarity evaluation algorithm This phase deals with implementing the polarity evaluation algorithm. The input to the polarity evaluation algorithm is number and nature of positive and negative extracted, parsed, Tweets dataset and the output of this algorithm gives the polarity value in percentage. 4. Results 4.1 Fashion Results show that the positive polarity of people on fashion is 11% and negative polarity is 89%. Figure 3: Polarity values of fashion 4.2 Safety The results show that people’s views on safety have positive polarity of 86% and negative polarity of 14%. Figure 4: Polarity value of safety 4.3 Corruption The results show that positive polarity of people on corruption is 9% and negative polarity is 91%. Figure 5: Polarity values of corruption 4.4 Crime Results show that positive polarity of people on crime is 10% and negative polarity is 90%. Figure 6: Polarity values of crime 4.5 Inflation Results show that people’s views on inflation have positive polarity of 6% and negative polarity of 94%. Figure 7: Polarity values of inflation 5. Conclusion The objective of this research is to calculate the polarity of tweets posted by the celebrities. For calculating polarity tweets posted by friends and friendship network were retrieved following which bag of words were created. The polarity was calculated using an algorithm as mentioned in section. It is an objective evaluation which can be done without active participation of the people involved, and there 361
  • 4. International Journal of Science and Research (IJSR), India Online ISSN: 2319‐7064  Volume 2 Issue 8, August 2013  www.ijsr.net  is no breach in privacy as only public dataset of tweets is processed, and it can run continuously to bring the statistical information , what percentage of people are thinking in what way-positive or negative. It is from this views we can access the content of thoughts and their flow of attributes, feelings, mood direction of the people towards the current affairs topics like fashion, crime, safety, corruption and inflation. Future Scope In our current research we have tried to capture the views, expressions and thoughts of people using digital tools like twitter and have formulated mathematical expressions for calculating their positive aspects and negative aspects of their expressions (tweets) in an non-invasive way, which produced fairly good realistic view of how people are thinking on current aspects of things happening around them, for future scope however we suggest a deeper analysis may be conducted to extend this work. The further analysis may consist of identifying trends between various aspects of people’s opinions with identifying causal relationships between influencing parameters. This may be conducted using regression also. References [1] Nozomi Kobayashi, Kentaro Inui, and Yuji Matsumoto, “Extracting Aspect-Evaluation and Aspect-of Relations in Opinion Mining”, 2007. [2] Yi Fang, Luo Si, Naveen Somasundaram, Zhengtao Yu, “Mining Contrastive Opinions on Political Text Using Cross-Perspective Topic Model’, 2012. [3] Tanvir Ahmad, Mohammad NajmudDoja, “Ranking Sysem for Opinion Mining of Features from Review Documents”, 2012. [4] http://www.google.com/trends/ Authors Profile Manisha Punn is pursuing M. Tech (Computer Science) form Swami Vivekanand Institute of Engineering and Technology, Banur, Punjab, India. She did her B. Tech (Information Technology) form Doaba Institute of Engineering and Technology, Kharar, Punjab, India. Nidhi Bhalla is working as Assistant Professor in Swami Vivekanand Institute of Engineering and Technology, Banur, Punjab, India. She did her B. Tech (Information Technology) and M. Tech (Computer Science) form Lovely Professional University, Jalandhar, Punjab, India. 362