SlideShare a Scribd company logo
Machine Learning and Applications: An International Journal (MLAIJ) Vol.3, No.2, June 2016
DOI:10.5121/mlaij.2016.3206 65
ANALYSIS OF OPINIONATED TEXT FOR OPINION
MINING
K Paramesha1
and K C Ravishankar2
1
Department of Computer Engineering, Vidyavardhaka College of Engg., Mysuru, India
2
Department of Computer Engineering, Government Engineering College, Hassan, India
ABSTRACT
In sentiment analysis, the polarities of the opinions expressed on an object/feature are determined to assess
the sentiment of a sentence or document whether it is positive/negative/neutral. Naturally, the
object/feature is a noun representation which refers to a product or a component of a product, let’s say, the
"lens" in a camera and opinions emanating on it are captured in adjectives, verbs, adverbs and noun words
themselves. Apart from such words, other meta-information and diverse effective features are also going to
play an important role in influencing the sentiment polarity and contribute significantly to the performance
of the system. In this paper, some of the associated information/meta-data are explored and investigated in
the sentiment text. Based on the analysis results presented here, there is scope for further assessment and
utilization of the meta-information as features in text categorization, ranking text document, identification
of spam documents and polarity classification problems.
KEYWORDS
Sentiment Analysis, Features, Emotions, Word Sense Disambiguation, Sentiment Lexicons, Meta-
Information.
1. INTRODUCTION
Sentiment Analysis (SA) is a multifaceted problem [1, 2], which needs thorough understanding of
the sentiment text syntactically and semantically [3] to be able to judge the sentiment polarities.
Being a classification task, the machine learning approaches map sentiment text into feature
vector which requires the extraction of several types of discriminating features. The meta-
information associated with the text are also explored and exploited as features in many machine
learning approaches [4, 5, 6, 7, 8]. In a paper presented by [9], highlights the explicit and implicit
features beyond words themselves. For example, word's part-of-speech (POS) and its position
considered to be the explicit one. The similarity score of a word with the polarity class seed word
"good" is an implicit one. In the papers presented by [10, 11, 12], different types of features such
as word features, structure features, sentence features etc. were explored. In fact there has been a
broad range of features and methods [13, 14] that many researchers have been investigating and
exploiting new ones for the sentiment classification and to enhance the performance of the
system.
Machine Learning and Applications: An International Journal (MLAIJ) Vol.3, No.2, June 2016
66
2. DATASET
The dataset [15] on which we analysed, consists of 294 reviews sampled across the domains
books, dvds, music, electronics and videogames and has document sentiment categories positive,
neutral and negative. The document reviews are annotated with the categories POS, NEG, NEU,
MIX, and NR. The MIX and NR are combined with NEU and reduced to three classes. The
document and sentence distribution are as shown in the Table 1.
Table 1. Review documents and sentences distribution.
Category
Documents Sentences
POS NEG NEU Total POS NEG NEU Total
Books 19 20 20 59 160 195 384 739
Dvds 19 20 20 59 164 264 371 799
Electronics 19 19 19 57 161 240 227 628
Music 20 20 19 59 183 179 276 638
Videogames 20 20 20 60 255 442 335 1,032
Total 97 99 98 294 923 1,320 1,593 3,836
3. EXPERIMENT SETUP
For computing the WordNet domains of words in the review sentences in which each word has
many senses across POS in the WordNet, it is appropriate to find the right senses of words based
on which WordNet domains are assigned rather than arbitrarily assign the WordNet domains
based on the POS. The word sense disambiguation (WSD) is performed for each sentence using
the services offered by the idilia1
(http://www.idilia.com). To get our text sense tagged, java
application is implemented to communicate through REST services. To derive the vectors
representing the six types of emotions for each document, similarity scores of the words with all
the emotions types are computed with the aid of WordNet based word-similarity algorithms.
4. FEATURES
To aid the SA using machine learning approaches, several associated linguistic and statistical
features at sentence level and document level could be integrated [16, 17]. Many researches have
been conducted to evaluate the performance of the features but a holistic feature set for efficient
and high performance SA is hard to find. The aim of the work is to explore features and
techniques in the input text data, which can contribute to the performance of the system.
4.1. Inter-Sentence Coherence
In a review document consisting of several sentences, the polarity of the document could be
determined as the polarity with maximum votes of all the sentences. Intuitively, the probability of
a sentence polarity in the review document is same as the document's polarity. But, it is also
in influenced by the previous sentence's polarity. The probability distribution given in Table 2
shows the polarity probabilities of next sentence given the polarity of the current sentence across
all the review documents and domains. It is interesting to know that the likelihood of the polarity
of a sentence is the polarity of its previous sentence (of course not applicable to the first sentence
of the review document). It is also noticeable that the probability of polarity transition to its
Machine Learning and Applications: An International Journal (MLAIJ) Vol.3, No.2, June 2016
67
opposite polarity (pos to neg and neg to pos) is lesser than the transition to neutral (pos to neu
and neg to neu). With this understanding of the probability distribution, it implies that the abrupt
transition in polarities of sentences is less likely to happen and while modelling the feature vector
for the current sentence, the incorporation of features of its previous sentence is indeed going to
contribute significantly to the performance of the system.
Table 2. Probability distribution of inter sentence polarities.
Current
Sentence
Next Sentence
Polarity Pos Neg Neu
Pos 0.148 0.027 0.063
Neg 0.018 0.234 0.095
Neu 0.073 0.094 0.248
4.2. Emotions
It is known that SA is hard unless the whole sense of the words and phrases are known properly.
A sentence can be positive or negative even though it doesn't contain any sentiment words and
vice versa is also true. It is observed that six types of emotions {Anger, Disgust, Fear, Joy,
Sadness and Surprise} can be mapped into polarities of the sentiments. As investigated in the
paper [18], the emotions are tagged to the words in short sentences and then valence (positive and
negative) is determined. For tagging, they have used enriched labels from the seed WordNet-
Affect labels. But, we took rather a different approach in computing the emotions of the text. We
employed the WordNet based word-similarity algorithms to compute and aggregate the similarity
score of words with all of the emotional words. We analysed emotions both at sentence and
document level. The emotion distributions over pos, neg and neu documents are plotted in the
Figure 1 which shows some variation in each of the distribution between pos and neg. The
distribution of emotion over neu documents is seen to be occupying the space between pos and
neg distribution. Further, we tested the combination of all the emotion distributions on various
binary classifiers which yielded an accuracy of 60% at the sentence level and 75% at document
level.
4.3. WordNet Syntactic Domains
Many researchers have been actively working on using WordNet domains in computational
linguistics. The WordNet domains contains around 200 domains labels such as economics,
politics, law, science etc., which are organized in a hierarchical structure (WordNet Domains
Hierarchy). Each synset of WordNet was labelled with one or more labels which could be
explored to establish semantic relations among word senses and can be effectively utilized during
disambiguation process. The domain information utility is realized in the applications such as
Domain Driven Disambiguation (DDD) [19], word sense disambiguation (WSD) and text
categorization (TC) [20]. Akin to the WordNet domains, there is another category of information
associated with the WordNet synsets, which are organized into forty five lexicographer les
based on syntactic category and logical grouping as shown in the Table 3. We have plotted the
syntactic domains distribution over POS, NEG and NEU documents across fiv domains of the
dataset after WSD process to investigate any potential use in deciding the polarity of sentences.
The distributions of syntactic domains are shown in Figure 2. We could figure out that in
electronics domain the noun.artifact is predominant compare to other domains whereas
Machine Learning and Applications: An International Journal (MLAIJ) Vol.3, No.2, June 2016
68
noun.act, noun.cognition, noun.communication, noun.person, verb.cognition and
verb.communication have relatively significant distribution in all domains. The main idea for
looking into the syntactic domains is that the domain information make-up a part of the
information required for the word sense computations. Since word polarity depends on the word
sense, it could be perceived that domain information have in influence on the polarity of words.
Consider Sentence S1, which is POS polarity but doesn't contain any sentiment words. In this
case, we can able to predict the polarity if we can establish the word "buy" belonging to
verb.possession domain is inclined to positive sentiment.
S1: Netgear software makes me buy them over and over...
(a) Anger (b) Joy
(a) SADNESS (b) FEAR
Machine Learning and Applications: An International Journal (MLAIJ) Vol.3, No.2, June 2016
69
(a) DISGUST (b) SURPRISE
Figure 1: Distributions of emotions over pos, neg and neu document sentiments.
4.4. Word Senses
As the polarity of word changes with the senses and across domains [21, 22], it is important to
know that in which sense each word is used in the sentence context [23]. For instance, consider
the sentence S2 which is negative on "blow", whereas in sentence S3 it turns out to be positive.
Having resolved all the word senses properly, the subsequent steps are going to become less error
prone in determining the polarity of the sentence and document as well. S2: It came as a big blow
to the project funding.
S3: The audio system will blow you away.
S4: A good beginner's tablet.
We did WSD using sense mapping service at idilia.com for entire document and analysed some
of the samples and we found that the results are accurate in almost all cases. For instance, in the
Sentence 4 the tablet is mapped to sense having the gloss "A graphics tablet is a computer
peripheral device that allows one to hand-draw images directly into a computer, generally through
an imaging program" which is good enough in identifying the concept related to laptops.
Machine Learning and Applications: An International Journal (MLAIJ) Vol.3, No.2, June 2016
70
Figure 2: Distributions of WordNet syntactic domains over pos, neg and neu document sentiments.
4.5. Lexicons
Most of the models in SA use a sentiment dictionary which is built automatically using a
set of seed words [24] or a hand-built one. The automatically built dictionary such as
SentiWordNet [25] consists of rich set of annotated sentiment words for translating words
into polarity scores. For instance, consider the negative sentences S5, S6 and S7 which
have negative phrases "disproportionately", "put_to_sleep" and "one_dimensional"
respectively. Suppose using only the SentiWordNet gives neutral polarity for these
words, which leads to misclassification into neutral class. In such cases, seeking for a
second opinion or third to resolve the polarities of the words would be a better idea and
will going to improve the accuracy. The bottom line is that seeking second opinion on the
polarity of the words will ensure that the words which cannot be captured by a single
Machine Learning and Applications: An International Journal (MLAIJ) Vol.3, No.2, June 2016
71
dictionary could be captured by other dictionaries. When we crosschecked the words with
other freely available dictionaries such as
a) Lexicoder2
(http://.lexicoder.com/download.html)
b) HarvardInquirer3
(http://.wjh.harvard.edu/inquirer/spreadsheet_guide.htm)
c) SenticNet4
(http://sentic.net/downloads)
d) Bing Liu Sentiment Lexicon5
(https://www.cs.uic.edu/liub/FBS/)
e) MPQA Subjectivity Lexicon6
(http://mpqa.cs.pitt.edu/#subj_lexicon)
f) SentiWords7
(https://hltnlp.fbk.eu/technologies/sentiwords)
g) WordStat Sentiment Lexicon8
(http://provalisresearch.com/products/)
We found that majority of these dictionaries are resolving the words with correct
polarities with which polarities of sentences could be determined correctly.
S5: The book is disproportionately focused on multilayer feedback networks.
S6: First of all, this book put me to sleep several times.
S7: This is a very one dimensional book.
4.6. Meta-Characters
A careful perusal of the input text data revealed that so many meta-characters such as {:,
?, !, :D, /} are intertwined with the sentences. The most frequently occurred meta-
character ":" as used in the sentences S8 and S9 could be exploited in assessing the
polarities of the sentiments expressed in the sentences. As per the syntax of the ":", the
preceding expression of ":" will provide a clue about the following expression. In the
sentences S10 and S11, the meta-character "/" is used to specify the overall rating which
can be useful in evaluating the sentiments on the product. The 1/10 is negative the 5/10 is
neutral and the 10/10 is positive ratings.
S8: The Good: it's a fun co-op game SP game (never tried PvP).
S9: Pros: Good features, stylish looks. Cons: This phone is very unreliable.
S10: Story: 1/10 here’s where things start to go bad.
S11: Sounds and Music: 7/10 Well, the sound is fantastic!
Machine Learning and Applications: An International Journal (MLAIJ) Vol.3, No.2, June 2016
72
Table 3: Lexicographer file numbers and file names.
FileNo. Part-of-Speech.suffix Description
00
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
adj.all
adj.pert
adv.all
noun.Tops
noun.act
noun.animal
noun.artifact
noun.attribute
noun.body
noun.cognition
noun.communication
noun.event
noun.feeling
noun.food
noun.group
noun.location
noun.motive
noun.object
noun.person
noun.phenomenon
noun.plant
noun.possession
noun.process
noun.quantity
noun.relation
noun.shape
noun.state
noun.substance
noun.time
verb.body
verb.change
verb.cognition
verb.communication
verb.competition
verb.consumption
verb.contact
verb.creation
verb.emotion
verb.motion
verb.perception
verb.possession
verb.social
verb.stative
verb.weather
adj.ppl
all adjective cluster
relational adjectives (pertainyms)
all adverbs
unique beginner for nouns
nouns denoting acts or actions
nouns denoting animals
nouns denoting man-made objects
nouns denoting attributes of people and objects
nouns denoting body parts
nouns denoting cognitive processes and contents
nouns denoting communicative processes and contents
nouns denoting natural events
nouns denoting feelings and emotions
nouns denoting foods and drinks
nouns denoting groupings of people or objects
nouns denoting spatial position
nouns denoting goals
nouns denoting natural objects (not man-made)
nouns denoting people
nouns denoting natural phenomena
nouns denoting plants
nouns denoting possession and transfer of possession
nouns denoting natural processes
nouns denoting quantities and units of measure
nouns denoting relations between people or things or
ideas
nouns denoting two and three dimensional shapes
nouns denoting stable states of affairs
nouns denoting substances
nouns denoting time and temporal relations
verbs of grooming, dressing and bodily care
verbs of size, temperature change, intensifying, etc.
verbs of thinking, judging, analysing, doubting
verbs of telling, asking, ordering, singing
verbs of fighting, athletic activities
verbs of eating and drinking
verbs of touching, hitting, tying, digging
verbs of sewing, baking, painting, performing
verbs of feeling
verbs of walking, flying, swimming
verbs of seeing, hearing, feeling
verbs of buying, selling, owning
verbs of political and social activities and events
verbs of being, having, spatial relations
verbs of raining, snowing, thawing, thundering
participial adjectives
Machine Learning and Applications: An International Journal (MLAIJ) Vol.3, No.2, June 2016
73
5. CONCLUSION
SA is indeed a complex process which integrates several associated linguistic and statistical
information and beyond the word features. In this paper, we have done some statistical and
linguistic analysis on the opinionated text and based on the results and observations obtained in
the analysis, the incorporation of the relevant features in feature vector would certainly enhance
the system performance. There is a scope for further investigation into WordNet syntactic
domains so as to utilize the syntactic domain information effectively but not limited to SA.
REFERENCES
[1] B. Liu, Sentiment analysis: A multi-faceted problem, IEEE IntelligentSystems 25 (3) (2010) 76-80.
[2] K. Paramesha, K. C. Ravishankar, A perspective on sentiment analysis, in: Proceedings of ERCICA
2014 - Emerging Research in Computing, Information, Communication and Applications, Vol. 1,
Elsevier, NMIT, Bengaluru, India, 2014, pp. 412-418.
[3] R. Delmonte, V. Pallotta, Opinion mining and sentiment analysis need text understanding, in:
Advances in Distributed Agent-Based Retrieval Tools, Springer, 2011, pp. 81-95.
[4] L. Dong, F.Wei, S. Liu, M. Zhou, K. Xu, A statistical parsing framework for sentiment classification,
Computational Linguistics.
[5] F. Li, C. Han, M. Huang, X. Zhu, Y.-J. Xia, S. Zhang, H. Yu, Structure aware review mining and
summarization, in: Proceedings of the 23rd
international conference on computational linguistics,
Association for Computational Linguistics, 2010, pp. 653-661.
[6] S. Shariaty, S. Moghaddam, Fine-grained opinion mining using conditional random fields, in: Data
Mining Workshops (ICDMW), 2011 IEEE 11th International Conference on, IEEE, 2011, pp. 109-
114.
[7] R. Narayanan, B. Liu, A. Choudhary, Sentiment analysis of conditional sentences, in: Proceedings of
the 2009 Conference on Empirical Methods in Natural Language Processing: Volume 1-Volume 1,
Association for Computational Linguistics, 2009, pp. 180-189.
[8] K. Sadamitsu, S. Sekine, M. Yamamoto, Sentiment analysis based on probabilistic models using
inter-sentence information, in: LREC, 2008.
[9] B. Pang, L. Lee, Opinion mining and sentiment analysis, Foundations and trends in information
retrieval 2 (1-2) (2008) 1-135.
[10] B. Liu, Sentiment analysis and opinion mining, Synthesis lectures on human language technologies 5
(1) (2012) 1-167.
[11] K. Paramesha, K. C. Ravishankar, Optimization of cross domain sentiment analysis using
SentiWordNet, arXiv preprint arXiv: 1401.3230.
[12] K. Paramesha, K. Ravishankar, Exploiting dependency relations for sentence level sentiment
classification using SVM, in: Electrical, Computer and Communication Technologies (ICECCT),
2015 IEEE International Conference on, IEEE, 2015, pp. 1-4.
[13] R. Prabowo, M. Thelwall, Sentiment analysis: A combined approach, Journal of Informetrics 3 (2)
(2009) 143-157.
[14] J. Polpinij, A. K. Ghose, An ontology-based sentiment classification methodology for online
consumer reviews, in: Proceedings of the 2008 IEEE/WIC/ACM International Conference on Web
Intelligence and Intelligent Agent Technology-Volume 01, IEEE Computer Society, 2008, pp. 518-
524.
[15] O. Täckström, R. McDonald, Discovering ne-grained sentiment with latent variable structured
prediction models, in: Advances in Information Retrieval, Springer, 2011, pp. 368-374.
[16] M. Ganapathibhotla, B. Liu, Mining opinions in comparative sentences, in: Proceedings of the 22nd
International Conference on Computational Linguistics-Volume 1, Association for Computational
Linguistics, 2008, pp. 241-248.
Machine Learning and Applications: An International Journal (MLAIJ) Vol.3, No.2, June 2016
74
[17] M. Gamon, Sentiment classification on customer feedback data: noisy data, large feature vectors, and
the role of linguistic analysis, in: Proceedings of the 20th international conference on Computational
Linguistics, Association for Computational Linguistics, 2004, p. 841.
[18] F. R. Chaumartin, Upar7: A knowledge-based system for headline sentiment tagging, in: Proceedings
of the 4th International Workshop on Semantic Evaluations, Association for Computational
Linguistics, 2007, pp. 422-425.
[19] A Gliozzo, C. Strapparava, I. Dagan, Unsupervised and supervised exploitation of semantic domains
in lexical disambiguation, Computer Speech & Language 18 (3) (2004) 275-299.
[20] B. Magnini, C. Strapparava, G. Pezzulo, A. Gliozzo, Comparing ontology-based and corpus-based
domain annotations in wordnet, in: Proceedings of the First International WordNet Conference, 2002,
pp. 21-25.
[21] T. Wilson, J. Wiebe, P. Hoffmann, Recognizing contextual polarity: An exploration of features for
phrase-level sentiment analysis, Computational linguistics 35 (3) (2009) 399-433.
[22] X. Ding, B. Liu, P. S. Yu, A holistic lexicon-based approach to opinion mining, in: Proceedings of the
2008 International Conference on Web Search and Data Mining, ACM, 2008, pp. 231-240.
[23] F. Benamara, B. Chardon, Y. Y. Mathieu, V. Popescu, et al., Towards context-based subjectivity
analysis, in: IJCNLP, 2011, pp. 1180-1188.
[24] N. Kaji, M. Kitsuregawa, Building lexicon for sentiment analysis from massive collection of html
documents, in: EMNLP-CoNLL, 2007, pp. 1075-1083.
[25] S. Baccianella, A. Esuli, F. Sebastiani, Sentiwordnet 3.0: An enhanced lexical resource for sentiment
analysis and opinion mining, in: LREC, Vol. 10, 2010, pp. 2200-2204.
Authors
K.PARAMESHA
Assoc. Professor
Dept. of CSE, VVCE,
Mysore, India
He has studied BE in Computer Science (Bangalore university) and M.Tech in Network
Engineering (VTU, Belagavi). Presently working as a faculty in the Dept. Of Computer
Science at VVCE, Mysuru and also actively involved in research on Sentiment Analysis.
His primary focus is on Feature Engineering in Text Analytics. His areas of interest are
Programming, NLP, Text Mining and Machine Learning.
Dr K.C.RAVISHANKAR
Professor & HOD
Dept. of CSE,
Govt. Engineering College
Hassan, India
He has obtained BE in Computer Science and Engineering from Mysore University,
M.Tech in Computer Science and Engineering from IIT, Delhi and doctorate from VTU,
Belagavi in Computer Science and Engineering. He has 23 years of teaching experience.
He served as Professor at Malnad College of Engineering Hassan. Presently working as
Professor & HOD at Govt. Engineering College Hassan, Karnataka. His area of interest
include Image Processing, Information security, Computer Network and Databases. He
has presented a number of research papers at National and International conferences. Delivered invited
talks and key note addresses at reputed institutions. He has served as chairperson and reviewer for
conferences and currently guiding three PhD scholars.

More Related Content

What's hot

Ijarcet vol-2-issue-7-2252-2257
Ijarcet vol-2-issue-7-2252-2257Ijarcet vol-2-issue-7-2252-2257
Ijarcet vol-2-issue-7-2252-2257Editor IJARCET
 
Semantic Based Model for Text Document Clustering with Idioms
Semantic Based Model for Text Document Clustering with IdiomsSemantic Based Model for Text Document Clustering with Idioms
Semantic Based Model for Text Document Clustering with Idioms
Waqas Tariq
 
ONTOLOGICAL TREE GENERATION FOR ENHANCED INFORMATION RETRIEVAL
ONTOLOGICAL TREE GENERATION FOR ENHANCED INFORMATION RETRIEVALONTOLOGICAL TREE GENERATION FOR ENHANCED INFORMATION RETRIEVAL
ONTOLOGICAL TREE GENERATION FOR ENHANCED INFORMATION RETRIEVAL
ijaia
 
Supervised Approach to Extract Sentiments from Unstructured Text
Supervised Approach to Extract Sentiments from Unstructured TextSupervised Approach to Extract Sentiments from Unstructured Text
Supervised Approach to Extract Sentiments from Unstructured Text
International Journal of Engineering Inventions www.ijeijournal.com
 
A Survey on Sentiment Categorization of Movie Reviews
A Survey on Sentiment Categorization of Movie ReviewsA Survey on Sentiment Categorization of Movie Reviews
A Survey on Sentiment Categorization of Movie Reviews
Editor IJMTER
 
TEXT SENTIMENTS FOR FORUMS HOTSPOT DETECTION
TEXT SENTIMENTS FOR FORUMS HOTSPOT DETECTIONTEXT SENTIMENTS FOR FORUMS HOTSPOT DETECTION
TEXT SENTIMENTS FOR FORUMS HOTSPOT DETECTION
ijistjournal
 
Programmer information needs after memory failure
Programmer information needs after memory failureProgrammer information needs after memory failure
Programmer information needs after memory failure
Bhagyashree Deokar
 
Modeling Text Independent Speaker Identification with Vector Quantization
Modeling Text Independent Speaker Identification with Vector QuantizationModeling Text Independent Speaker Identification with Vector Quantization
Modeling Text Independent Speaker Identification with Vector Quantization
TELKOMNIKA JOURNAL
 
Tracing Requirements as a Problem of Machine Learning
Tracing Requirements as a Problem of Machine Learning Tracing Requirements as a Problem of Machine Learning
Tracing Requirements as a Problem of Machine Learning
ijseajournal
 
COMPREHENSIVE ANALYSIS OF NATURAL LANGUAGE PROCESSING TECHNIQUE
COMPREHENSIVE ANALYSIS OF NATURAL LANGUAGE PROCESSING TECHNIQUECOMPREHENSIVE ANALYSIS OF NATURAL LANGUAGE PROCESSING TECHNIQUE
COMPREHENSIVE ANALYSIS OF NATURAL LANGUAGE PROCESSING TECHNIQUE
Journal For Research
 
Assessment of Programming Language Reliability Utilizing Soft-Computing
Assessment of Programming Language Reliability Utilizing Soft-ComputingAssessment of Programming Language Reliability Utilizing Soft-Computing
Assessment of Programming Language Reliability Utilizing Soft-Computing
ijcsa
 
A rough set based hybrid method to text categorization
A rough set based hybrid method to text categorizationA rough set based hybrid method to text categorization
A rough set based hybrid method to text categorizationNinad Samel
 
Feature selection, optimization and clustering strategies of text documents
Feature selection, optimization and clustering strategies of text documentsFeature selection, optimization and clustering strategies of text documents
Feature selection, optimization and clustering strategies of text documents
IJECEIAES
 
IJET-V3I1P1
IJET-V3I1P1IJET-V3I1P1
Stock markets and_human_genomics
Stock markets and_human_genomicsStock markets and_human_genomics
Stock markets and_human_genomicsShyam Sarkar
 
Generation of Question and Answer from Unstructured Document using Gaussian M...
Generation of Question and Answer from Unstructured Document using Gaussian M...Generation of Question and Answer from Unstructured Document using Gaussian M...
Generation of Question and Answer from Unstructured Document using Gaussian M...
IJACEE IJACEE
 
Text Segmentation for Online Subjective Examination using Machine Learning
Text Segmentation for Online Subjective Examination using Machine   LearningText Segmentation for Online Subjective Examination using Machine   Learning
Text Segmentation for Online Subjective Examination using Machine Learning
IRJET Journal
 
An automatic text summarization using lexical cohesion and correlation of sen...
An automatic text summarization using lexical cohesion and correlation of sen...An automatic text summarization using lexical cohesion and correlation of sen...
An automatic text summarization using lexical cohesion and correlation of sen...
eSAT Publishing House
 

What's hot (20)

Ijarcet vol-2-issue-7-2252-2257
Ijarcet vol-2-issue-7-2252-2257Ijarcet vol-2-issue-7-2252-2257
Ijarcet vol-2-issue-7-2252-2257
 
Semantic Based Model for Text Document Clustering with Idioms
Semantic Based Model for Text Document Clustering with IdiomsSemantic Based Model for Text Document Clustering with Idioms
Semantic Based Model for Text Document Clustering with Idioms
 
ONTOLOGICAL TREE GENERATION FOR ENHANCED INFORMATION RETRIEVAL
ONTOLOGICAL TREE GENERATION FOR ENHANCED INFORMATION RETRIEVALONTOLOGICAL TREE GENERATION FOR ENHANCED INFORMATION RETRIEVAL
ONTOLOGICAL TREE GENERATION FOR ENHANCED INFORMATION RETRIEVAL
 
Supervised Approach to Extract Sentiments from Unstructured Text
Supervised Approach to Extract Sentiments from Unstructured TextSupervised Approach to Extract Sentiments from Unstructured Text
Supervised Approach to Extract Sentiments from Unstructured Text
 
A Survey on Sentiment Categorization of Movie Reviews
A Survey on Sentiment Categorization of Movie ReviewsA Survey on Sentiment Categorization of Movie Reviews
A Survey on Sentiment Categorization of Movie Reviews
 
TEXT SENTIMENTS FOR FORUMS HOTSPOT DETECTION
TEXT SENTIMENTS FOR FORUMS HOTSPOT DETECTIONTEXT SENTIMENTS FOR FORUMS HOTSPOT DETECTION
TEXT SENTIMENTS FOR FORUMS HOTSPOT DETECTION
 
Programmer information needs after memory failure
Programmer information needs after memory failureProgrammer information needs after memory failure
Programmer information needs after memory failure
 
Modeling Text Independent Speaker Identification with Vector Quantization
Modeling Text Independent Speaker Identification with Vector QuantizationModeling Text Independent Speaker Identification with Vector Quantization
Modeling Text Independent Speaker Identification with Vector Quantization
 
Tracing Requirements as a Problem of Machine Learning
Tracing Requirements as a Problem of Machine Learning Tracing Requirements as a Problem of Machine Learning
Tracing Requirements as a Problem of Machine Learning
 
228-SE3001_2
228-SE3001_2228-SE3001_2
228-SE3001_2
 
COMPREHENSIVE ANALYSIS OF NATURAL LANGUAGE PROCESSING TECHNIQUE
COMPREHENSIVE ANALYSIS OF NATURAL LANGUAGE PROCESSING TECHNIQUECOMPREHENSIVE ANALYSIS OF NATURAL LANGUAGE PROCESSING TECHNIQUE
COMPREHENSIVE ANALYSIS OF NATURAL LANGUAGE PROCESSING TECHNIQUE
 
Assessment of Programming Language Reliability Utilizing Soft-Computing
Assessment of Programming Language Reliability Utilizing Soft-ComputingAssessment of Programming Language Reliability Utilizing Soft-Computing
Assessment of Programming Language Reliability Utilizing Soft-Computing
 
A rough set based hybrid method to text categorization
A rough set based hybrid method to text categorizationA rough set based hybrid method to text categorization
A rough set based hybrid method to text categorization
 
Feature selection, optimization and clustering strategies of text documents
Feature selection, optimization and clustering strategies of text documentsFeature selection, optimization and clustering strategies of text documents
Feature selection, optimization and clustering strategies of text documents
 
IJET-V3I1P1
IJET-V3I1P1IJET-V3I1P1
IJET-V3I1P1
 
A4 elanjceziyan
A4 elanjceziyanA4 elanjceziyan
A4 elanjceziyan
 
Stock markets and_human_genomics
Stock markets and_human_genomicsStock markets and_human_genomics
Stock markets and_human_genomics
 
Generation of Question and Answer from Unstructured Document using Gaussian M...
Generation of Question and Answer from Unstructured Document using Gaussian M...Generation of Question and Answer from Unstructured Document using Gaussian M...
Generation of Question and Answer from Unstructured Document using Gaussian M...
 
Text Segmentation for Online Subjective Examination using Machine Learning
Text Segmentation for Online Subjective Examination using Machine   LearningText Segmentation for Online Subjective Examination using Machine   Learning
Text Segmentation for Online Subjective Examination using Machine Learning
 
An automatic text summarization using lexical cohesion and correlation of sen...
An automatic text summarization using lexical cohesion and correlation of sen...An automatic text summarization using lexical cohesion and correlation of sen...
An automatic text summarization using lexical cohesion and correlation of sen...
 

Viewers also liked

6 slideshare
6   slideshare6   slideshare
6 slideshare
MONAPR
 
1 aedl - iywinc lite block presentation march 2015 eng
1 aedl - iywinc lite block presentation march 2015 eng1 aedl - iywinc lite block presentation march 2015 eng
1 aedl - iywinc lite block presentation march 2015 eng
Michael Walsh
 
Stride Mad Cool
Stride Mad CoolStride Mad Cool
Stride Mad Coolohorodni
 
협동조합기본개념(2) 협동조합기본법시대
협동조합기본개념(2) 협동조합기본법시대협동조합기본개념(2) 협동조합기본법시대
협동조합기본개념(2) 협동조합기본법시대
수원 주
 
ở đâu dịch vụ giúp việc văn phòng sài gòn
ở đâu dịch vụ giúp việc văn phòng sài gònở đâu dịch vụ giúp việc văn phòng sài gòn
ở đâu dịch vụ giúp việc văn phòng sài gònmarla683
 
Jinhao wire mesh catloge
Jinhao wire mesh catlogeJinhao wire mesh catloge
Jinhao wire mesh catloge
少华 袁
 
An New Attractive Mage Technique Using L-Diversity
An New Attractive Mage Technique Using L-Diversity  An New Attractive Mage Technique Using L-Diversity
An New Attractive Mage Technique Using L-Diversity
mlaij
 
Nithin Resume1
Nithin Resume1Nithin Resume1
Nithin Resume1pullattu89
 
Herpes dm
Herpes dmHerpes dm
Herpes dm
Sayak Banerjee
 
An Ensemble of Filters and Wrappers for Microarray Data Classification
An Ensemble of Filters and Wrappers for Microarray Data Classification An Ensemble of Filters and Wrappers for Microarray Data Classification
An Ensemble of Filters and Wrappers for Microarray Data Classification
mlaij
 
nhận làm dịch vụ giúp việc văn phòng chất lượng cao hồ chí minh
nhận làm dịch vụ giúp việc văn phòng chất lượng cao hồ chí minhnhận làm dịch vụ giúp việc văn phòng chất lượng cao hồ chí minh
nhận làm dịch vụ giúp việc văn phòng chất lượng cao hồ chí minhmurray428
 
Private Villa
Private VillaPrivate Villa
Private VillaSara Taha
 
협동조합기본개념(3) 협동조합정의
협동조합기본개념(3) 협동조합정의협동조합기본개념(3) 협동조합정의
협동조합기본개념(3) 협동조합정의
수원 주
 
POM-SEM1
POM-SEM1POM-SEM1
POM-SEM1
THUMMAR VIVEK
 
Future classrooms
Future classroomsFuture classrooms
Future classrooms
Darren Oemcke
 

Viewers also liked (20)

6 slideshare
6   slideshare6   slideshare
6 slideshare
 
1 aedl - iywinc lite block presentation march 2015 eng
1 aedl - iywinc lite block presentation march 2015 eng1 aedl - iywinc lite block presentation march 2015 eng
1 aedl - iywinc lite block presentation march 2015 eng
 
Stride Mad Cool
Stride Mad CoolStride Mad Cool
Stride Mad Cool
 
협동조합기본개념(2) 협동조합기본법시대
협동조합기본개념(2) 협동조합기본법시대협동조합기본개념(2) 협동조합기본법시대
협동조합기본개념(2) 협동조합기본법시대
 
ở đâu dịch vụ giúp việc văn phòng sài gòn
ở đâu dịch vụ giúp việc văn phòng sài gònở đâu dịch vụ giúp việc văn phòng sài gòn
ở đâu dịch vụ giúp việc văn phòng sài gòn
 
Jinhao wire mesh catloge
Jinhao wire mesh catlogeJinhao wire mesh catloge
Jinhao wire mesh catloge
 
An New Attractive Mage Technique Using L-Diversity
An New Attractive Mage Technique Using L-Diversity  An New Attractive Mage Technique Using L-Diversity
An New Attractive Mage Technique Using L-Diversity
 
Nithin Resume1
Nithin Resume1Nithin Resume1
Nithin Resume1
 
Herpes dm
Herpes dmHerpes dm
Herpes dm
 
HMC2013
HMC2013HMC2013
HMC2013
 
An Ensemble of Filters and Wrappers for Microarray Data Classification
An Ensemble of Filters and Wrappers for Microarray Data Classification An Ensemble of Filters and Wrappers for Microarray Data Classification
An Ensemble of Filters and Wrappers for Microarray Data Classification
 
nhận làm dịch vụ giúp việc văn phòng chất lượng cao hồ chí minh
nhận làm dịch vụ giúp việc văn phòng chất lượng cao hồ chí minhnhận làm dịch vụ giúp việc văn phòng chất lượng cao hồ chí minh
nhận làm dịch vụ giúp việc văn phòng chất lượng cao hồ chí minh
 
jhhjjj
jhhjjjjhhjjj
jhhjjj
 
Private Villa
Private VillaPrivate Villa
Private Villa
 
협동조합기본개념(3) 협동조합정의
협동조합기본개념(3) 협동조합정의협동조합기본개념(3) 협동조합정의
협동조합기본개념(3) 협동조합정의
 
POM-SEM1
POM-SEM1POM-SEM1
POM-SEM1
 
Wireless Solutions
Wireless SolutionsWireless Solutions
Wireless Solutions
 
Taka
TakaTaka
Taka
 
Future classrooms
Future classroomsFuture classrooms
Future classrooms
 
Bocabulario
BocabularioBocabulario
Bocabulario
 

Similar to Analysis of Opinionated Text for Opinion Mining

THE ABILITY OF WORD EMBEDDINGS TO CAPTURE WORD SIMILARITIES
THE ABILITY OF WORD EMBEDDINGS TO CAPTURE WORD SIMILARITIESTHE ABILITY OF WORD EMBEDDINGS TO CAPTURE WORD SIMILARITIES
THE ABILITY OF WORD EMBEDDINGS TO CAPTURE WORD SIMILARITIES
kevig
 
NBLex: emotion prediction in Kannada-English code-switchtext using naïve baye...
NBLex: emotion prediction in Kannada-English code-switchtext using naïve baye...NBLex: emotion prediction in Kannada-English code-switchtext using naïve baye...
NBLex: emotion prediction in Kannada-English code-switchtext using naïve baye...
IJECEIAES
 
Context Sensitive Relatedness Measure of Word Pairs
Context Sensitive Relatedness Measure of Word PairsContext Sensitive Relatedness Measure of Word Pairs
Context Sensitive Relatedness Measure of Word Pairs
IJCSIS Research Publications
 
A hybrid composite features based sentence level sentiment analyzer
A hybrid composite features based sentence level sentiment analyzerA hybrid composite features based sentence level sentiment analyzer
A hybrid composite features based sentence level sentiment analyzer
IAESIJAI
 
SEMANTIC INTEGRATION FOR AUTOMATIC ONTOLOGY MAPPING
SEMANTIC INTEGRATION FOR AUTOMATIC ONTOLOGY MAPPING SEMANTIC INTEGRATION FOR AUTOMATIC ONTOLOGY MAPPING
SEMANTIC INTEGRATION FOR AUTOMATIC ONTOLOGY MAPPING
cscpconf
 
AN EMPIRICAL STUDY OF WORD SENSE DISAMBIGUATION
AN EMPIRICAL STUDY OF WORD SENSE DISAMBIGUATIONAN EMPIRICAL STUDY OF WORD SENSE DISAMBIGUATION
AN EMPIRICAL STUDY OF WORD SENSE DISAMBIGUATION
ijnlc
 
Sentence level sentiment polarity calculation for customer reviews by conside...
Sentence level sentiment polarity calculation for customer reviews by conside...Sentence level sentiment polarity calculation for customer reviews by conside...
Sentence level sentiment polarity calculation for customer reviews by conside...
eSAT Publishing House
 
Doc format.
Doc format.Doc format.
Doc format.butest
 
Enhanced sentiment analysis based on improved word embeddings and XGboost
Enhanced sentiment analysis based on improved word embeddings and XGboost Enhanced sentiment analysis based on improved word embeddings and XGboost
Enhanced sentiment analysis based on improved word embeddings and XGboost
IJECEIAES
 
LSTM Based Sentiment Analysis
LSTM Based Sentiment AnalysisLSTM Based Sentiment Analysis
LSTM Based Sentiment Analysis
ijtsrd
 
Evaluating sentiment analysis and word embedding techniques on Brexit
Evaluating sentiment analysis and word embedding techniques on BrexitEvaluating sentiment analysis and word embedding techniques on Brexit
Evaluating sentiment analysis and word embedding techniques on Brexit
IAESIJAI
 
OPTIMIZATION OF CROSS DOMAIN SENTIMENT ANALYSIS USING SENTIWORDNET
OPTIMIZATION OF CROSS DOMAIN SENTIMENT ANALYSIS USING SENTIWORDNETOPTIMIZATION OF CROSS DOMAIN SENTIMENT ANALYSIS USING SENTIWORDNET
OPTIMIZATION OF CROSS DOMAIN SENTIMENT ANALYSIS USING SENTIWORDNET
ijfcstjournal
 
Implementation of Semantic Analysis Using Domain Ontology
Implementation of Semantic Analysis Using Domain OntologyImplementation of Semantic Analysis Using Domain Ontology
Implementation of Semantic Analysis Using Domain Ontology
IOSR Journals
 
Cc35451454
Cc35451454Cc35451454
Cc35451454
IJERA Editor
 
Contextual Emotion Recognition Using Transformer-Based Models
Contextual Emotion Recognition Using Transformer-Based ModelsContextual Emotion Recognition Using Transformer-Based Models
Contextual Emotion Recognition Using Transformer-Based Models
IRJET Journal
 
A novel meta-embedding technique for drug reviews sentiment analysis
A novel meta-embedding technique for drug reviews sentiment analysisA novel meta-embedding technique for drug reviews sentiment analysis
A novel meta-embedding technique for drug reviews sentiment analysis
IAESIJAI
 
IRJET - Automatic Text Summarization of News Articles
IRJET -  	  Automatic Text Summarization of News ArticlesIRJET -  	  Automatic Text Summarization of News Articles
IRJET - Automatic Text Summarization of News Articles
IRJET Journal
 
A COMPARISON OF DOCUMENT SIMILARITY ALGORITHMS
A COMPARISON OF DOCUMENT SIMILARITY ALGORITHMSA COMPARISON OF DOCUMENT SIMILARITY ALGORITHMS
A COMPARISON OF DOCUMENT SIMILARITY ALGORITHMS
gerogepatton
 
A COMPARISON OF DOCUMENT SIMILARITY ALGORITHMS
A COMPARISON OF DOCUMENT SIMILARITY ALGORITHMSA COMPARISON OF DOCUMENT SIMILARITY ALGORITHMS
A COMPARISON OF DOCUMENT SIMILARITY ALGORITHMS
gerogepatton
 
IRJET-Semantic Similarity Between Sentences
IRJET-Semantic Similarity Between SentencesIRJET-Semantic Similarity Between Sentences
IRJET-Semantic Similarity Between Sentences
IRJET Journal
 

Similar to Analysis of Opinionated Text for Opinion Mining (20)

THE ABILITY OF WORD EMBEDDINGS TO CAPTURE WORD SIMILARITIES
THE ABILITY OF WORD EMBEDDINGS TO CAPTURE WORD SIMILARITIESTHE ABILITY OF WORD EMBEDDINGS TO CAPTURE WORD SIMILARITIES
THE ABILITY OF WORD EMBEDDINGS TO CAPTURE WORD SIMILARITIES
 
NBLex: emotion prediction in Kannada-English code-switchtext using naïve baye...
NBLex: emotion prediction in Kannada-English code-switchtext using naïve baye...NBLex: emotion prediction in Kannada-English code-switchtext using naïve baye...
NBLex: emotion prediction in Kannada-English code-switchtext using naïve baye...
 
Context Sensitive Relatedness Measure of Word Pairs
Context Sensitive Relatedness Measure of Word PairsContext Sensitive Relatedness Measure of Word Pairs
Context Sensitive Relatedness Measure of Word Pairs
 
A hybrid composite features based sentence level sentiment analyzer
A hybrid composite features based sentence level sentiment analyzerA hybrid composite features based sentence level sentiment analyzer
A hybrid composite features based sentence level sentiment analyzer
 
SEMANTIC INTEGRATION FOR AUTOMATIC ONTOLOGY MAPPING
SEMANTIC INTEGRATION FOR AUTOMATIC ONTOLOGY MAPPING SEMANTIC INTEGRATION FOR AUTOMATIC ONTOLOGY MAPPING
SEMANTIC INTEGRATION FOR AUTOMATIC ONTOLOGY MAPPING
 
AN EMPIRICAL STUDY OF WORD SENSE DISAMBIGUATION
AN EMPIRICAL STUDY OF WORD SENSE DISAMBIGUATIONAN EMPIRICAL STUDY OF WORD SENSE DISAMBIGUATION
AN EMPIRICAL STUDY OF WORD SENSE DISAMBIGUATION
 
Sentence level sentiment polarity calculation for customer reviews by conside...
Sentence level sentiment polarity calculation for customer reviews by conside...Sentence level sentiment polarity calculation for customer reviews by conside...
Sentence level sentiment polarity calculation for customer reviews by conside...
 
Doc format.
Doc format.Doc format.
Doc format.
 
Enhanced sentiment analysis based on improved word embeddings and XGboost
Enhanced sentiment analysis based on improved word embeddings and XGboost Enhanced sentiment analysis based on improved word embeddings and XGboost
Enhanced sentiment analysis based on improved word embeddings and XGboost
 
LSTM Based Sentiment Analysis
LSTM Based Sentiment AnalysisLSTM Based Sentiment Analysis
LSTM Based Sentiment Analysis
 
Evaluating sentiment analysis and word embedding techniques on Brexit
Evaluating sentiment analysis and word embedding techniques on BrexitEvaluating sentiment analysis and word embedding techniques on Brexit
Evaluating sentiment analysis and word embedding techniques on Brexit
 
OPTIMIZATION OF CROSS DOMAIN SENTIMENT ANALYSIS USING SENTIWORDNET
OPTIMIZATION OF CROSS DOMAIN SENTIMENT ANALYSIS USING SENTIWORDNETOPTIMIZATION OF CROSS DOMAIN SENTIMENT ANALYSIS USING SENTIWORDNET
OPTIMIZATION OF CROSS DOMAIN SENTIMENT ANALYSIS USING SENTIWORDNET
 
Implementation of Semantic Analysis Using Domain Ontology
Implementation of Semantic Analysis Using Domain OntologyImplementation of Semantic Analysis Using Domain Ontology
Implementation of Semantic Analysis Using Domain Ontology
 
Cc35451454
Cc35451454Cc35451454
Cc35451454
 
Contextual Emotion Recognition Using Transformer-Based Models
Contextual Emotion Recognition Using Transformer-Based ModelsContextual Emotion Recognition Using Transformer-Based Models
Contextual Emotion Recognition Using Transformer-Based Models
 
A novel meta-embedding technique for drug reviews sentiment analysis
A novel meta-embedding technique for drug reviews sentiment analysisA novel meta-embedding technique for drug reviews sentiment analysis
A novel meta-embedding technique for drug reviews sentiment analysis
 
IRJET - Automatic Text Summarization of News Articles
IRJET -  	  Automatic Text Summarization of News ArticlesIRJET -  	  Automatic Text Summarization of News Articles
IRJET - Automatic Text Summarization of News Articles
 
A COMPARISON OF DOCUMENT SIMILARITY ALGORITHMS
A COMPARISON OF DOCUMENT SIMILARITY ALGORITHMSA COMPARISON OF DOCUMENT SIMILARITY ALGORITHMS
A COMPARISON OF DOCUMENT SIMILARITY ALGORITHMS
 
A COMPARISON OF DOCUMENT SIMILARITY ALGORITHMS
A COMPARISON OF DOCUMENT SIMILARITY ALGORITHMSA COMPARISON OF DOCUMENT SIMILARITY ALGORITHMS
A COMPARISON OF DOCUMENT SIMILARITY ALGORITHMS
 
IRJET-Semantic Similarity Between Sentences
IRJET-Semantic Similarity Between SentencesIRJET-Semantic Similarity Between Sentences
IRJET-Semantic Similarity Between Sentences
 

Recently uploaded

J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
Osamah Alsalih
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
Kamal Acharya
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
PrashantGoswami42
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industries
MuhammadTufail242431
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
ShahidSultan24
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
Kamal Acharya
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
Intella Parts
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdfCOLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
Kamal Acharya
 

Recently uploaded (20)

J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industries
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdfCOLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
 

Analysis of Opinionated Text for Opinion Mining

  • 1. Machine Learning and Applications: An International Journal (MLAIJ) Vol.3, No.2, June 2016 DOI:10.5121/mlaij.2016.3206 65 ANALYSIS OF OPINIONATED TEXT FOR OPINION MINING K Paramesha1 and K C Ravishankar2 1 Department of Computer Engineering, Vidyavardhaka College of Engg., Mysuru, India 2 Department of Computer Engineering, Government Engineering College, Hassan, India ABSTRACT In sentiment analysis, the polarities of the opinions expressed on an object/feature are determined to assess the sentiment of a sentence or document whether it is positive/negative/neutral. Naturally, the object/feature is a noun representation which refers to a product or a component of a product, let’s say, the "lens" in a camera and opinions emanating on it are captured in adjectives, verbs, adverbs and noun words themselves. Apart from such words, other meta-information and diverse effective features are also going to play an important role in influencing the sentiment polarity and contribute significantly to the performance of the system. In this paper, some of the associated information/meta-data are explored and investigated in the sentiment text. Based on the analysis results presented here, there is scope for further assessment and utilization of the meta-information as features in text categorization, ranking text document, identification of spam documents and polarity classification problems. KEYWORDS Sentiment Analysis, Features, Emotions, Word Sense Disambiguation, Sentiment Lexicons, Meta- Information. 1. INTRODUCTION Sentiment Analysis (SA) is a multifaceted problem [1, 2], which needs thorough understanding of the sentiment text syntactically and semantically [3] to be able to judge the sentiment polarities. Being a classification task, the machine learning approaches map sentiment text into feature vector which requires the extraction of several types of discriminating features. The meta- information associated with the text are also explored and exploited as features in many machine learning approaches [4, 5, 6, 7, 8]. In a paper presented by [9], highlights the explicit and implicit features beyond words themselves. For example, word's part-of-speech (POS) and its position considered to be the explicit one. The similarity score of a word with the polarity class seed word "good" is an implicit one. In the papers presented by [10, 11, 12], different types of features such as word features, structure features, sentence features etc. were explored. In fact there has been a broad range of features and methods [13, 14] that many researchers have been investigating and exploiting new ones for the sentiment classification and to enhance the performance of the system.
  • 2. Machine Learning and Applications: An International Journal (MLAIJ) Vol.3, No.2, June 2016 66 2. DATASET The dataset [15] on which we analysed, consists of 294 reviews sampled across the domains books, dvds, music, electronics and videogames and has document sentiment categories positive, neutral and negative. The document reviews are annotated with the categories POS, NEG, NEU, MIX, and NR. The MIX and NR are combined with NEU and reduced to three classes. The document and sentence distribution are as shown in the Table 1. Table 1. Review documents and sentences distribution. Category Documents Sentences POS NEG NEU Total POS NEG NEU Total Books 19 20 20 59 160 195 384 739 Dvds 19 20 20 59 164 264 371 799 Electronics 19 19 19 57 161 240 227 628 Music 20 20 19 59 183 179 276 638 Videogames 20 20 20 60 255 442 335 1,032 Total 97 99 98 294 923 1,320 1,593 3,836 3. EXPERIMENT SETUP For computing the WordNet domains of words in the review sentences in which each word has many senses across POS in the WordNet, it is appropriate to find the right senses of words based on which WordNet domains are assigned rather than arbitrarily assign the WordNet domains based on the POS. The word sense disambiguation (WSD) is performed for each sentence using the services offered by the idilia1 (http://www.idilia.com). To get our text sense tagged, java application is implemented to communicate through REST services. To derive the vectors representing the six types of emotions for each document, similarity scores of the words with all the emotions types are computed with the aid of WordNet based word-similarity algorithms. 4. FEATURES To aid the SA using machine learning approaches, several associated linguistic and statistical features at sentence level and document level could be integrated [16, 17]. Many researches have been conducted to evaluate the performance of the features but a holistic feature set for efficient and high performance SA is hard to find. The aim of the work is to explore features and techniques in the input text data, which can contribute to the performance of the system. 4.1. Inter-Sentence Coherence In a review document consisting of several sentences, the polarity of the document could be determined as the polarity with maximum votes of all the sentences. Intuitively, the probability of a sentence polarity in the review document is same as the document's polarity. But, it is also in influenced by the previous sentence's polarity. The probability distribution given in Table 2 shows the polarity probabilities of next sentence given the polarity of the current sentence across all the review documents and domains. It is interesting to know that the likelihood of the polarity of a sentence is the polarity of its previous sentence (of course not applicable to the first sentence of the review document). It is also noticeable that the probability of polarity transition to its
  • 3. Machine Learning and Applications: An International Journal (MLAIJ) Vol.3, No.2, June 2016 67 opposite polarity (pos to neg and neg to pos) is lesser than the transition to neutral (pos to neu and neg to neu). With this understanding of the probability distribution, it implies that the abrupt transition in polarities of sentences is less likely to happen and while modelling the feature vector for the current sentence, the incorporation of features of its previous sentence is indeed going to contribute significantly to the performance of the system. Table 2. Probability distribution of inter sentence polarities. Current Sentence Next Sentence Polarity Pos Neg Neu Pos 0.148 0.027 0.063 Neg 0.018 0.234 0.095 Neu 0.073 0.094 0.248 4.2. Emotions It is known that SA is hard unless the whole sense of the words and phrases are known properly. A sentence can be positive or negative even though it doesn't contain any sentiment words and vice versa is also true. It is observed that six types of emotions {Anger, Disgust, Fear, Joy, Sadness and Surprise} can be mapped into polarities of the sentiments. As investigated in the paper [18], the emotions are tagged to the words in short sentences and then valence (positive and negative) is determined. For tagging, they have used enriched labels from the seed WordNet- Affect labels. But, we took rather a different approach in computing the emotions of the text. We employed the WordNet based word-similarity algorithms to compute and aggregate the similarity score of words with all of the emotional words. We analysed emotions both at sentence and document level. The emotion distributions over pos, neg and neu documents are plotted in the Figure 1 which shows some variation in each of the distribution between pos and neg. The distribution of emotion over neu documents is seen to be occupying the space between pos and neg distribution. Further, we tested the combination of all the emotion distributions on various binary classifiers which yielded an accuracy of 60% at the sentence level and 75% at document level. 4.3. WordNet Syntactic Domains Many researchers have been actively working on using WordNet domains in computational linguistics. The WordNet domains contains around 200 domains labels such as economics, politics, law, science etc., which are organized in a hierarchical structure (WordNet Domains Hierarchy). Each synset of WordNet was labelled with one or more labels which could be explored to establish semantic relations among word senses and can be effectively utilized during disambiguation process. The domain information utility is realized in the applications such as Domain Driven Disambiguation (DDD) [19], word sense disambiguation (WSD) and text categorization (TC) [20]. Akin to the WordNet domains, there is another category of information associated with the WordNet synsets, which are organized into forty five lexicographer les based on syntactic category and logical grouping as shown in the Table 3. We have plotted the syntactic domains distribution over POS, NEG and NEU documents across fiv domains of the dataset after WSD process to investigate any potential use in deciding the polarity of sentences. The distributions of syntactic domains are shown in Figure 2. We could figure out that in electronics domain the noun.artifact is predominant compare to other domains whereas
  • 4. Machine Learning and Applications: An International Journal (MLAIJ) Vol.3, No.2, June 2016 68 noun.act, noun.cognition, noun.communication, noun.person, verb.cognition and verb.communication have relatively significant distribution in all domains. The main idea for looking into the syntactic domains is that the domain information make-up a part of the information required for the word sense computations. Since word polarity depends on the word sense, it could be perceived that domain information have in influence on the polarity of words. Consider Sentence S1, which is POS polarity but doesn't contain any sentiment words. In this case, we can able to predict the polarity if we can establish the word "buy" belonging to verb.possession domain is inclined to positive sentiment. S1: Netgear software makes me buy them over and over... (a) Anger (b) Joy (a) SADNESS (b) FEAR
  • 5. Machine Learning and Applications: An International Journal (MLAIJ) Vol.3, No.2, June 2016 69 (a) DISGUST (b) SURPRISE Figure 1: Distributions of emotions over pos, neg and neu document sentiments. 4.4. Word Senses As the polarity of word changes with the senses and across domains [21, 22], it is important to know that in which sense each word is used in the sentence context [23]. For instance, consider the sentence S2 which is negative on "blow", whereas in sentence S3 it turns out to be positive. Having resolved all the word senses properly, the subsequent steps are going to become less error prone in determining the polarity of the sentence and document as well. S2: It came as a big blow to the project funding. S3: The audio system will blow you away. S4: A good beginner's tablet. We did WSD using sense mapping service at idilia.com for entire document and analysed some of the samples and we found that the results are accurate in almost all cases. For instance, in the Sentence 4 the tablet is mapped to sense having the gloss "A graphics tablet is a computer peripheral device that allows one to hand-draw images directly into a computer, generally through an imaging program" which is good enough in identifying the concept related to laptops.
  • 6. Machine Learning and Applications: An International Journal (MLAIJ) Vol.3, No.2, June 2016 70 Figure 2: Distributions of WordNet syntactic domains over pos, neg and neu document sentiments. 4.5. Lexicons Most of the models in SA use a sentiment dictionary which is built automatically using a set of seed words [24] or a hand-built one. The automatically built dictionary such as SentiWordNet [25] consists of rich set of annotated sentiment words for translating words into polarity scores. For instance, consider the negative sentences S5, S6 and S7 which have negative phrases "disproportionately", "put_to_sleep" and "one_dimensional" respectively. Suppose using only the SentiWordNet gives neutral polarity for these words, which leads to misclassification into neutral class. In such cases, seeking for a second opinion or third to resolve the polarities of the words would be a better idea and will going to improve the accuracy. The bottom line is that seeking second opinion on the polarity of the words will ensure that the words which cannot be captured by a single
  • 7. Machine Learning and Applications: An International Journal (MLAIJ) Vol.3, No.2, June 2016 71 dictionary could be captured by other dictionaries. When we crosschecked the words with other freely available dictionaries such as a) Lexicoder2 (http://.lexicoder.com/download.html) b) HarvardInquirer3 (http://.wjh.harvard.edu/inquirer/spreadsheet_guide.htm) c) SenticNet4 (http://sentic.net/downloads) d) Bing Liu Sentiment Lexicon5 (https://www.cs.uic.edu/liub/FBS/) e) MPQA Subjectivity Lexicon6 (http://mpqa.cs.pitt.edu/#subj_lexicon) f) SentiWords7 (https://hltnlp.fbk.eu/technologies/sentiwords) g) WordStat Sentiment Lexicon8 (http://provalisresearch.com/products/) We found that majority of these dictionaries are resolving the words with correct polarities with which polarities of sentences could be determined correctly. S5: The book is disproportionately focused on multilayer feedback networks. S6: First of all, this book put me to sleep several times. S7: This is a very one dimensional book. 4.6. Meta-Characters A careful perusal of the input text data revealed that so many meta-characters such as {:, ?, !, :D, /} are intertwined with the sentences. The most frequently occurred meta- character ":" as used in the sentences S8 and S9 could be exploited in assessing the polarities of the sentiments expressed in the sentences. As per the syntax of the ":", the preceding expression of ":" will provide a clue about the following expression. In the sentences S10 and S11, the meta-character "/" is used to specify the overall rating which can be useful in evaluating the sentiments on the product. The 1/10 is negative the 5/10 is neutral and the 10/10 is positive ratings. S8: The Good: it's a fun co-op game SP game (never tried PvP). S9: Pros: Good features, stylish looks. Cons: This phone is very unreliable. S10: Story: 1/10 here’s where things start to go bad. S11: Sounds and Music: 7/10 Well, the sound is fantastic!
  • 8. Machine Learning and Applications: An International Journal (MLAIJ) Vol.3, No.2, June 2016 72 Table 3: Lexicographer file numbers and file names. FileNo. Part-of-Speech.suffix Description 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 adj.all adj.pert adv.all noun.Tops noun.act noun.animal noun.artifact noun.attribute noun.body noun.cognition noun.communication noun.event noun.feeling noun.food noun.group noun.location noun.motive noun.object noun.person noun.phenomenon noun.plant noun.possession noun.process noun.quantity noun.relation noun.shape noun.state noun.substance noun.time verb.body verb.change verb.cognition verb.communication verb.competition verb.consumption verb.contact verb.creation verb.emotion verb.motion verb.perception verb.possession verb.social verb.stative verb.weather adj.ppl all adjective cluster relational adjectives (pertainyms) all adverbs unique beginner for nouns nouns denoting acts or actions nouns denoting animals nouns denoting man-made objects nouns denoting attributes of people and objects nouns denoting body parts nouns denoting cognitive processes and contents nouns denoting communicative processes and contents nouns denoting natural events nouns denoting feelings and emotions nouns denoting foods and drinks nouns denoting groupings of people or objects nouns denoting spatial position nouns denoting goals nouns denoting natural objects (not man-made) nouns denoting people nouns denoting natural phenomena nouns denoting plants nouns denoting possession and transfer of possession nouns denoting natural processes nouns denoting quantities and units of measure nouns denoting relations between people or things or ideas nouns denoting two and three dimensional shapes nouns denoting stable states of affairs nouns denoting substances nouns denoting time and temporal relations verbs of grooming, dressing and bodily care verbs of size, temperature change, intensifying, etc. verbs of thinking, judging, analysing, doubting verbs of telling, asking, ordering, singing verbs of fighting, athletic activities verbs of eating and drinking verbs of touching, hitting, tying, digging verbs of sewing, baking, painting, performing verbs of feeling verbs of walking, flying, swimming verbs of seeing, hearing, feeling verbs of buying, selling, owning verbs of political and social activities and events verbs of being, having, spatial relations verbs of raining, snowing, thawing, thundering participial adjectives
  • 9. Machine Learning and Applications: An International Journal (MLAIJ) Vol.3, No.2, June 2016 73 5. CONCLUSION SA is indeed a complex process which integrates several associated linguistic and statistical information and beyond the word features. In this paper, we have done some statistical and linguistic analysis on the opinionated text and based on the results and observations obtained in the analysis, the incorporation of the relevant features in feature vector would certainly enhance the system performance. There is a scope for further investigation into WordNet syntactic domains so as to utilize the syntactic domain information effectively but not limited to SA. REFERENCES [1] B. Liu, Sentiment analysis: A multi-faceted problem, IEEE IntelligentSystems 25 (3) (2010) 76-80. [2] K. Paramesha, K. C. Ravishankar, A perspective on sentiment analysis, in: Proceedings of ERCICA 2014 - Emerging Research in Computing, Information, Communication and Applications, Vol. 1, Elsevier, NMIT, Bengaluru, India, 2014, pp. 412-418. [3] R. Delmonte, V. Pallotta, Opinion mining and sentiment analysis need text understanding, in: Advances in Distributed Agent-Based Retrieval Tools, Springer, 2011, pp. 81-95. [4] L. Dong, F.Wei, S. Liu, M. Zhou, K. Xu, A statistical parsing framework for sentiment classification, Computational Linguistics. [5] F. Li, C. Han, M. Huang, X. Zhu, Y.-J. Xia, S. Zhang, H. Yu, Structure aware review mining and summarization, in: Proceedings of the 23rd international conference on computational linguistics, Association for Computational Linguistics, 2010, pp. 653-661. [6] S. Shariaty, S. Moghaddam, Fine-grained opinion mining using conditional random fields, in: Data Mining Workshops (ICDMW), 2011 IEEE 11th International Conference on, IEEE, 2011, pp. 109- 114. [7] R. Narayanan, B. Liu, A. Choudhary, Sentiment analysis of conditional sentences, in: Proceedings of the 2009 Conference on Empirical Methods in Natural Language Processing: Volume 1-Volume 1, Association for Computational Linguistics, 2009, pp. 180-189. [8] K. Sadamitsu, S. Sekine, M. Yamamoto, Sentiment analysis based on probabilistic models using inter-sentence information, in: LREC, 2008. [9] B. Pang, L. Lee, Opinion mining and sentiment analysis, Foundations and trends in information retrieval 2 (1-2) (2008) 1-135. [10] B. Liu, Sentiment analysis and opinion mining, Synthesis lectures on human language technologies 5 (1) (2012) 1-167. [11] K. Paramesha, K. C. Ravishankar, Optimization of cross domain sentiment analysis using SentiWordNet, arXiv preprint arXiv: 1401.3230. [12] K. Paramesha, K. Ravishankar, Exploiting dependency relations for sentence level sentiment classification using SVM, in: Electrical, Computer and Communication Technologies (ICECCT), 2015 IEEE International Conference on, IEEE, 2015, pp. 1-4. [13] R. Prabowo, M. Thelwall, Sentiment analysis: A combined approach, Journal of Informetrics 3 (2) (2009) 143-157. [14] J. Polpinij, A. K. Ghose, An ontology-based sentiment classification methodology for online consumer reviews, in: Proceedings of the 2008 IEEE/WIC/ACM International Conference on Web Intelligence and Intelligent Agent Technology-Volume 01, IEEE Computer Society, 2008, pp. 518- 524. [15] O. Täckström, R. McDonald, Discovering ne-grained sentiment with latent variable structured prediction models, in: Advances in Information Retrieval, Springer, 2011, pp. 368-374. [16] M. Ganapathibhotla, B. Liu, Mining opinions in comparative sentences, in: Proceedings of the 22nd International Conference on Computational Linguistics-Volume 1, Association for Computational Linguistics, 2008, pp. 241-248.
  • 10. Machine Learning and Applications: An International Journal (MLAIJ) Vol.3, No.2, June 2016 74 [17] M. Gamon, Sentiment classification on customer feedback data: noisy data, large feature vectors, and the role of linguistic analysis, in: Proceedings of the 20th international conference on Computational Linguistics, Association for Computational Linguistics, 2004, p. 841. [18] F. R. Chaumartin, Upar7: A knowledge-based system for headline sentiment tagging, in: Proceedings of the 4th International Workshop on Semantic Evaluations, Association for Computational Linguistics, 2007, pp. 422-425. [19] A Gliozzo, C. Strapparava, I. Dagan, Unsupervised and supervised exploitation of semantic domains in lexical disambiguation, Computer Speech & Language 18 (3) (2004) 275-299. [20] B. Magnini, C. Strapparava, G. Pezzulo, A. Gliozzo, Comparing ontology-based and corpus-based domain annotations in wordnet, in: Proceedings of the First International WordNet Conference, 2002, pp. 21-25. [21] T. Wilson, J. Wiebe, P. Hoffmann, Recognizing contextual polarity: An exploration of features for phrase-level sentiment analysis, Computational linguistics 35 (3) (2009) 399-433. [22] X. Ding, B. Liu, P. S. Yu, A holistic lexicon-based approach to opinion mining, in: Proceedings of the 2008 International Conference on Web Search and Data Mining, ACM, 2008, pp. 231-240. [23] F. Benamara, B. Chardon, Y. Y. Mathieu, V. Popescu, et al., Towards context-based subjectivity analysis, in: IJCNLP, 2011, pp. 1180-1188. [24] N. Kaji, M. Kitsuregawa, Building lexicon for sentiment analysis from massive collection of html documents, in: EMNLP-CoNLL, 2007, pp. 1075-1083. [25] S. Baccianella, A. Esuli, F. Sebastiani, Sentiwordnet 3.0: An enhanced lexical resource for sentiment analysis and opinion mining, in: LREC, Vol. 10, 2010, pp. 2200-2204. Authors K.PARAMESHA Assoc. Professor Dept. of CSE, VVCE, Mysore, India He has studied BE in Computer Science (Bangalore university) and M.Tech in Network Engineering (VTU, Belagavi). Presently working as a faculty in the Dept. Of Computer Science at VVCE, Mysuru and also actively involved in research on Sentiment Analysis. His primary focus is on Feature Engineering in Text Analytics. His areas of interest are Programming, NLP, Text Mining and Machine Learning. Dr K.C.RAVISHANKAR Professor & HOD Dept. of CSE, Govt. Engineering College Hassan, India He has obtained BE in Computer Science and Engineering from Mysore University, M.Tech in Computer Science and Engineering from IIT, Delhi and doctorate from VTU, Belagavi in Computer Science and Engineering. He has 23 years of teaching experience. He served as Professor at Malnad College of Engineering Hassan. Presently working as Professor & HOD at Govt. Engineering College Hassan, Karnataka. His area of interest include Image Processing, Information security, Computer Network and Databases. He has presented a number of research papers at National and International conferences. Delivered invited talks and key note addresses at reputed institutions. He has served as chairperson and reviewer for conferences and currently guiding three PhD scholars.