<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Sentimental Analysis - A Survey of Some Existing Studies</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Prabakaran Thangavel</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ravi Lourduswamy</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Sacred Heart College (Autonomous)</institution>
          ,
          <addr-line>Tirupattur(dt), Tamilnadu - 635 601</addr-line>
          ,
          <country country="IN">India</country>
        </aff>
      </contrib-group>
      <fpage>264</fpage>
      <lpage>279</lpage>
      <abstract>
        <p>Sentimental Analysis is a process of computing and categorizing the expressed opinions of people about certain event, subject or product as positive, negative or neutral. The major objective of Sentimental Analysis is to help data-driven decisions using insights from replies in social media, surveys and product reviews. Sentiment Analysis can be done with words, sentences, documents, features or aspects, concepts, phrases, links, clauses and implications. Recently, there has been a lot of attention on sentiment analysis especially from researchers in the fields of text mining and natural language processing. But due to extreme absence of annotated datasets which are used to train models in various domains, the accuracy of sentiment analysis has been hindered. Many types of research have been done to confront the challenge and enhance sentiment analysis classification. Sentiment analysis is important as it helps in identifying the emotional and attitude states of people. Positive or negative feelings of people can be expressed in different ways. This research article talks about, in subtle terms, the different ways to deal with sentiment analysis mostly in Machine Learning, Lexicon-based, Hybrid and Ontology-based approaches. This research article gives point by point perspective of the distinctive applications and challenges of Sentiment Analysis.</p>
      </abstract>
      <kwd-group>
        <kwd>1 Sentiment Analysis</kwd>
        <kwd>Machine Learning</kwd>
        <kwd>Lexicon-based</kwd>
        <kwd>Corpus-based</kwd>
        <kwd>Hybrid and Ontology</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>Sentimental Analysis is a process of
determining whether the text, document and
media content as positive, negative or neutral.
The foremost objective of Sentimental Analysis
is to help data-driven decisions using
perceptions from responses in social media,
surveys and product reviews. Sentiment
Analysis can be done with words, sentences,
documents, features or aspects, concepts,
phrases, links, clauses and implications. The
bag of words recovered from word cloud is used
for word-level Sentiment Analysis. At the
sentence level Sentiment Analysis is done with
sentences in reviews and comments written by
users. A document-level analysis is done by
classifying the opinions expressed in an entire
document into different sentiments. Features
can be used likewise for opinion mining and
Sentiment Analysis. Feature level classification
is done by identifying and extracting the
different product features from raw source data.
The feature analysis is done when a desired
sentimental aspect or feature is to be got from a
review. This article is structured as follows:
section-2.presents background information
related to the survey. Section-3.presents the
related works conducted on various aspects of
sentimental analysis. Section-4.presents the
methodology of the survey conducted. Detailed
discussion on open issues and challenges of
sentiment analysis is presented in section-5.
Finally, this article is concluded in section-6.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Background</title>
    </sec>
    <sec id="sec-3">
      <title>2.1 Machine Learning Approaches</title>
      <p>Machine Learning (ML) techniques have a
variety of features that help in the construction
of classifiers for the expressed sentiments in
texts. ML approaches make use of ML
algorithms for Sentimental Analysis to extract
the linguistic and syntactic features and form
standard classifications of those features.
Another popular method used for sentimental
analysis is Deep-Learning which makes use of
neural network techniques.</p>
      <p>Supervised learning: Supervised learning
is a technique that makes use of labelled
datasets to create a model. A variety of
supervised models can be created depending on
the type of procedure that is employed to create
the model.</p>
      <p>Decision tree classifiers: Decision tree
classifiers prepare the information space in
different levels of decreasing order that
distinguishes data based on the estimation of
their credit. A recursive procedure is followed
while creating the data division space that will
result in the leaf hubs having the base quantities
of the records used as the end goal of
characterization.</p>
      <p>Linear classification: Linear classifiers are
of different types. The Sustenance Vector
machines are one kind of linear classifiers that
make use of distinct direct separators for
classification. Support Vector Machines (SVM)
which is used in neural networks makes use of
supervised learning method to create decision
planes that provide the decision boundaries
specification. Decision planes consist of sets of
objects that have different class membership. A
linear classifier is a line that separates the sets
of objects classified according to their
corresponding spheres. If the partitioning is
more than two dimensions, the classifier is a
curve that is known as the hyperplane classifier.
The SVM produces 0 or 1 which is positive or
negative from the organized input in a vector
space using its portrayed information. The
content that is archived in a unique space cannot
be used for learning. It has to be configured for
calculation using ML algorithms. The
prepreparation of the content archive involves the
transformation of every word to measurement
and indistinguishable words will relate to the
same measurement. For content classification,
SVM has been proved to be useful for viable
learning calculations.</p>
      <p>Rule-based Technique When an ‘if-then’
rule is applied to a relationship that consists of
an antecedent and its corresponding
consequent, then it is a Rule-based Technique.</p>
      <sec id="sec-3-1">
        <title>Antecedent -&gt;consequent</title>
        <p>An antecedent pronounces a state and can be
symbolized as a single token or several tokens
that are connected by the “∧” operator. A token
can be either “?” which symbolizes a proper
noun or a word or the token can be “#” that
denotes the consequence of the state described
by the antecedent.</p>
        <p>{token1 ∧ token2 ∧ ... ∧ token} ⇒ {+|−}
The three simple rules A, B and C relates to
words describing three sentiments, each
denoting an antecedent.</p>
        <p>{Good} ⇒ {Positive}… … (A)
{Bad} ⇒ {Negative}…..… (B)
{Ok} ⇒ {Neutral}……..… (C)</p>
        <p>Probabilistic classifiers: Probabilistic
classifiers also known as the generative
classifier makes use of a mix of models that
generatively examines each section for a
particular term using the mix and classifies the
sections accordingly. The three probabilistic
classifiers are Naïve Byes, Maximum Entropy
and Bayesian Network.</p>
        <p>Naive Bayes Classifier (NB): NB is a
probabilistic classifier that relies on upon Bayes
hypothesis with solid and innocent freedom
suppositions. It is a champion among the most
principal content order procedures with
different applications such as archive
classification, email spam discovery, individual
email sorting, and slant recognition and dialect
identification. It performs better in numerous
perplexing genuine issues. The Naive Bayes
Variations are Bernoulli Naive Bayes,
Binarized Multinomial Naive Bayes and the
Multinomial Naive Bayes. Each framework
passes on a very surprising result since they use
a unique model. When the different events of
the words matter a great deal in the
characterization issue multinomial naive bayes
is utilized. Binarized multinomial naive bayes
is used when the regularities of the words don't
accept a key part in the arrangement.</p>
        <p>Bayesian Network (BN): The Naïve Bayes
classifier is the independence of the features.
Assumption of Naïve Bayes is to expect that
every one of the components is completely
dependent. This prompts to the BN which
shows a coordinated acyclic graph and whose
nodes correspond random variables, and edges
that represent conditional dependencies. BN is
viewed as an entire factor with their association.
In this way, an entire joint probability
distribution over each one of the elements is
resolved for a model. The computation
complexity of the BN is exceptionally costly in
text mining. So, BN is used very little. BN is
utilized to consider a true issue.</p>
        <p>Maximum Entropy (MaxEnt) Classifier:
MaxEnt classifiers are feature-based models
that are most preferred when it is required to
uniformly satisfy a given constraint. Unlike the
Naïve Bayes model, MaxEnt does not make any
autonomous assumption of the features. So
MaxEnt allows the addition of features like
bigrams and phrases without the problem of
feature overlapping. The MaxEnt principle is
explicitly important in the case of information
that needs to be examined to determine if a
given distribution is consistent with the testable
information. MaxEnt or its variations are useful
because of their accuracy. Consistency results
of the algorithm are another major advantage of
it. The ability of the classifier is to work with a
huge amount of data describes its performance
or its efficiency. When it comes to handling
different types of data in a single platform and
classify them according to it, the flexibility of
the classifier is almost perfect.</p>
        <p>Unsupervised Learning: Unsupervised
learning technique applies a comparison
formula between sentiment values in a lexicon
with the components of the text at hand. The
words in the lexicon have predefined values and
they are applied to similar words in the text.
Two most commonly used unsupervised
techniques are hierarchical clustering and
partial clustering.</p>
        <p>Semi-Supervised Learning:
Semisupervised learning involves the use of both the
unsupervised and supervised techniques in its
classification models. The semi-supervised
learning makes use of both the labelled and
some unlabelled data in its training sets. So the
goal of semi-supervised learning could be to
either to predict the values of the unlabelled
data in the training set in which case it would
be called transductive semi-supervised learning
or to find the values of the test sets in which
case it would be called the inductive
semisupervised learning.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>2.2 Lexicon based Approaches</title>
      <p>This approach depends on sentiment
Lexicons. Lexicon is considered as an
important indicator for sentiment, which is
called opinion word. Lexicon can be separated
into the dictionary approach and corpus-based
approach</p>
      <p>Dictionary-based approach: An
arrangement of sentiment word is gathered
manually with known instructions. The
conclusion set is created by looking in the
prominent repository WordNet for their
proportionate word and antonyms. The next
iteration starts when the words are added into
the seed list. In the absence of finding any new
words, the iterative process stops. After the
system completes, a manual appraisal can be
done to evacuate or amend errors. Dictionary
approach has an inconvenience, that is, the
inability to discover feeling words with space
and setting specific introductions.</p>
      <p>Corpus-based approach: Corpus-based
method deals with the issue of finding
sensitivity words with setting specific
presentation. Corpus construct techniques
depend on syntactic illustrations or examples
that are found together with a semblance of
assessment words to find other inferencing
words in a broad corpus. The objectives are for
conjunctions like AND, OR, BUT, EITHER
EXOR. The conjunction in AND case that are
conjoined descriptive words, for the most part,
have the comparative introduction. This
contemplation is called notion consistency,
which is for the most part not solid for all
predictable practicality. There are also
adversative expressions on account of BUT
they are shown as opinion changes to figure out
whether two conjoined descriptors are of the
same or distinctive introductions. The
corpusbased approach uses factual or semantic
techniques to discover assumption extremity.</p>
    </sec>
    <sec id="sec-5">
      <title>2.3 Hybrid Approaches</title>
      <p>
        A hybrid approach is a combination of ML
and Lexicon approaches used in the
Sentimental Analysis. Although the hybrid
approach may not be used frequently, they are
known to produce results better than the
approaches mentioned earlier. [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]
      </p>
    </sec>
    <sec id="sec-6">
      <title>2.4 Ontology-based Approaches</title>
      <p>
        Ontology applies the hierarchy of concepts
to represent domain knowledge. An ontology
can be defined as an unambiguous,
machinereadable representation of a common
formulation of concepts. An Ontology is used
to represent knowledge formally by modelling
the terms of a particular domain and by
capturing the semantic relationship between the
terms. The relationship between terms is
particularly important for aspect-level
sentiment analysis more specifically in product
reviews since product reviews are usually
qualified by their aspects. Ontological
approaches are generally used to capture the
relation between the product and their
properties in a hierarchical order. Such ordering
is done using definitions of fundamental
Entities and interrelationship between the
entities that can be interpreted by machines. An
ontology model incorporates the entities,
concepts, classes or objects, their properties and
the relation between them. For the sharing of
knowledge among researchers about a
particular domain, the ontology provides
common vocabulary definitions. Such
ontological definitions not only help to share a
common knowledge understanding among
people and software agents but also allows the
reusability of domain knowledge. Storage of
knowledge in an ontology model is done using
either OWL/XML or RDF/XML format. The
merging of two ontology models which have
the same domain knowledge is possible.
Information retrieval from an ontology model is
done by querying it. [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]
      </p>
      <p>In the concept of sentiment analysis portraits
different levels, various approaches, many
classifications and evaluation methods are
displayed in figure 2.1.</p>
    </sec>
    <sec id="sec-7">
      <title>3. Related Works</title>
      <p>
        Various sentimental approaches are
surveyed [
        <xref ref-type="bibr" rid="ref3 ref4 ref5 ref6 ref7 ref8">3-8</xref>
        ] and these approaches are
compared based on the criteria such as issues
addressed, techniques, datasets used, accuracy
and limitation [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. Sentiment analysis tools are
also surveyed [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ].
      </p>
      <p>
        The tools for Sentiment Analysis that are
used in different domains were also studied
analyzing its features and performance.
SentiWordNet, LIWC, EMOTIONS,
SenticNet, Happiness Index, AFINN,
PANASt, Sentiment140 Dataset, NRC, EWGA, FRN
[
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], Mahout and Weka [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] are the sentiment
analysis tools reported in the literature.
      </p>
      <p>
        Twenty four articles are compared in the
survey to study sentiment analysis for its
importance, effects and the challenges in
sentiment evaluation. The sentiment review
structure and the challenges in sentiment
analysis are initially compared. The
domaindependence of the sentiment challenges is an
essential feature that is revealed by the
comparison. The popularity of the negation
challenges in the structure of all the reviews
types differed in its implicit or explicit
meaning. The result of such comparison
provided a capacity to measure the effects of
each sentiment challenge based on the structure
of the review types. The topic, nature and the
structure of the review regulate the appropriate
challenges for the assessment of reviews on
sentiment analysis. The next comparison that is
done between the relevance of the challenges in
sentiment analysis relevant with the accuracy
rate. From this comparison, two things were
evident, namely, the status of the sentiment
challenges for evaluation of the sentiments and
the method of finding the fitting challenge to
improve accuracy. The relation between the
amount of theoretical and technical use of
sentiment techniques to resolve sentiment
challenges is also found. It was also established
Table 4.1
List of research articles searched in different databases.
and explained that the theoretical type of
sentiment challenges is the growing area of
research. By proving that with the growth in
research in a sentiment analysis the average
accuracy has reduced, the inference from the
average of accuracy based on the number of
researches in each challenge has been
established. The compassion circle could be
extended to new research literature for further
work. [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ].
      </p>
    </sec>
    <sec id="sec-8">
      <title>4. Methodology</title>
      <p>
        The Preferred Reporting Items for
Systematic Reviews and Meta-Analyses
(PRISMA) are a method of reporting a
minimum set of items grounded on shreds of
evidence in systematic reviews and
metaanalyses. The PRISMA flow diagram in figure
4.2 exhibits how information moves along the
different phases in systematic reviews. The
number of records identified, included and
excluded, and the reasons for exclusions are
charted out in the PRISMA flow diagram. [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ].
      </p>
      <p>The following procedures of the systematic
literature review were carried out to survey the
current study and research in and around the
subject of sentiment analysis.</p>
    </sec>
    <sec id="sec-9">
      <title>4.1 Search Process</title>
      <p>The search process included the search for
pertinent research literature on the internet
through websites, online libraries and databases
like Springer, IEEE Xplore, Web of Science,
Scopus, Science Direct, ACM Digital Library,
Elsevier and Google Scholar, etc.. (Listed in
Table 4.1). The vital terms or strings that were
used for search are ‘‘survey on sentiment
analysis”, ‘‘survey on opinion mining”, and
“Art of survey on sentimental analysis”. It was
found that searching the references of the
research articles of the various studies with the
three key terms yielded more articles.</p>
      <p>Databases</p>
      <p>IEEE
Xplore</p>
      <p>Web of
Science Scopus</p>
      <sec id="sec-9-1">
        <title>Science Direct</title>
      </sec>
      <sec id="sec-9-2">
        <title>Google</title>
        <p>Scholar
/Proceedings
ACM
Digital
Elsevier Library
4
2
2 2
2004 - 2010
2011 - 2013</p>
      </sec>
    </sec>
    <sec id="sec-10">
      <title>4.2 The criterion for including or excluding articles</title>
      <p>The number of literature available on
sentimental analysis is quite vast. To set the
number of literature to that which can be
managed or those with a focus, certain criteria
were devised in the selection of the literature for
review.</p>
      <p>i) Criterion for Including – Only those
literature on sentiment analysis or on tools and
techniques for sentiment analysis that was
published during the period 2005–2019
(mentioned in figure 4.2) are considered. If the
same or similar content is published in more
than one journal or conference proceeding, the
most complete version of the literature was
chosen.</p>
      <p>ii) Criteria for Excluding – Works
published in unknown conferences or journals,
research articles that were not relevant to above
the keyword search or not relevant to the survey
and ‘white’ articles as mentioned in table 4.2.</p>
    </sec>
    <sec id="sec-11">
      <title>4.3 Document Retrieval</title>
    </sec>
    <sec id="sec-12">
      <title>Bibliography Management and</title>
      <p>
        The search process described above was
used to identify the relevant literature and these
were then checked by their title and abstract
using the criteria of including or excluding
literature. Once all the relevant research articles
that were identified for the review process, they
were downloaded extracting their data and to
analyse them further. In Figure 4.2 is a
PRISMA flowchart to illustrate the process of
the search that was done for the selection for
literature for review [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ].
Inclusion and exclusion criteria based on PRISMA Model as listed in the table 4.2.
- Detection of Fake Reviews - Lexicon
      </p>
      <p>and Spams
- Language Dependency
- Detection of Fake Reviews - Lexicon</p>
      <p>and Spams
- Language Dependency
- Detection of Fake Reviews - Lexicon</p>
      <p>and Spams
- Limitations in Classification</p>
      <p>Filtering
- Domain Dependency
- Domain Dependency - Lexicon
- Comparisons
- Negations
- Sarcasm
- Detection of Fake Reviews - Lexicon</p>
      <p>and Spams
- Language Dependency
- Detection of Fake Reviews - Lexicon</p>
      <p>and Spams
- Language Dependency
- Detection of Fake Reviews - Lexicon</p>
      <p>and Spams
- Domain Dependency
- Sarcasm
- Interrogative Sentences
- Sentiment without sentiment</p>
      <p>words
- Conditional sentences
- Detection of Fake Reviews - Lexicon</p>
      <p>and Spams
- Language Dependency
- Detection of Fake Reviews - Lexicon</p>
      <p>and Spams
- Language Dependency
- Detection of Fake Reviews - Lexicon</p>
      <p>and Spams
- Language Dependency</p>
    </sec>
    <sec id="sec-13">
      <title>5. Issues, Challenges and Research Gap</title>
      <p>
        Having studied the contents of the literature on
Sentimental Analysis, the following issues and
challenges were evident:
Finding Fake Reviews and Spams: Internet
contents especially in social media comprises
both authentic and spam contents. Therefore, it
is necessary to remove the spam and fake
contents before pre-processing. [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]
Limitations in Classification Filtering:
Unrelated opinions are removed to establish the
most popular opinion. The classification
filtering techniques do not provide the expected
results. [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]
Language Dependency: Maximum of the
work focused only on the English text based
content and thus, most of the resources are
available in English. [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]
Domain Dependency: Opinion mining
depends on the domain text used. [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]
Word Sense Disambiguation: Exact meaning
of a word based on the context needs to be
extracted as words can have different meanings
for different fields. [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]
Comparisons: To decide the polarity for
relative sentences can be a challenge. It is
challenging to find the highly positive or highly
negative rating based on the intensity of opinion
that is given. It is called a degree of polarity. [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]
Negations: If the negations are not handled
properly can give completely wrong results. [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]
Sarcasm: Identify and analyze emotions
voiced in the text at a more fine-grained level.
[
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]
Interrogative Sentences: When dealing with
question type sentences, the sentence itself may
not contain positive or negative sentiments but
the keywords used in such a sentence might
express positive or negative sentiments. [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]
Sentiment without sentiment words: At times
there could be sentences without any of the
keywords that express sentiments such good,
better, best, worst, bad and so on but the
sentences itself might be used to express
positive or negative feedback about some
particular product, service or policy. [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]
Conditional sentences: Conditional sentences
create problems similar to interrogative
sentences and therefore are a challenge in
sentimental analysis. [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]
The following two important issues were not
tackled in the studies that were done so far:
Multimedia Content – so far the above survey
pointed out the 99% of content taken for the
sentimental analysis based on text. Few articles
only tell about the multimedia content like
audio, image and video-based sentiment
analysis based on lexicon approach.
      </p>
      <p>Machine Learning Approach – different
approaches proposed for sentiment analysis
(like Lexicon based, Machine learning based
and Ontology-based), but no implementation
based on multimedia content using machine
learning.</p>
    </sec>
    <sec id="sec-14">
      <title>6. Conclusion</title>
      <p>There has been a lot of attention recently on
sentiment analysis especially from researchers
from the fields of text mining and natural
language processing. But due to extreme
absence of annotated datasets which is used to
train models in various domains, the accuracy
of sentiment analysis has been hindered.
Several kinds of research have been done out to
confront the challenge and enhance sentiment
analysis classification. Sentiment analysis is
important as it helps in identifying the
emotional and attitude states of people.
Positive or negative feelings of people can be
expressed in different ways. This research
article talks about, in subtle terms, the different
ways to deal with sentiment analysis mostly in
Machine Learning, Lexicon-based, Hybrid and
Ontology-based approaches. This research
article gives a point by point perspective of the
distinctive applications and challenges of
Sentiment Analysis.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Megha</given-names>
            <surname>Joshi</surname>
          </string-name>
          , Purvi Prajapati, Ayesha Shaikh and
          <string-name>
            <given-names>Vishwa</given-names>
            <surname>Vala</surname>
          </string-name>
          .
          <article-title>“A Survey on Sentiment Analysis”</article-title>
          .
          <source>International Journal of Computer</source>
          Applications -
          <volume>163</volume>
          (
          <issue>6</issue>
          ):
          <fpage>34</fpage>
          -
          <lpage>38</lpage>
          ,
          <year>April 2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Thakor</surname>
            , Pratik and
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Sasi</surname>
          </string-name>
          . “
          <article-title>Ontologybased Sentiment Analysis Process for Social Media Content</article-title>
          .
          <source>” INNS Conference on Big Data</source>
          (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Abirami</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          and
          <string-name>
            <given-names>V.</given-names>
            <surname>Gayathri</surname>
          </string-name>
          . “
          <article-title>A survey on sentiment analysis methods and approach</article-title>
          .” 2016 Eighth International Conference on Advanced Computing (ICoAC) (
          <year>2017</year>
          ):
          <fpage>72</fpage>
          -
          <lpage>76</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Jain</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          and
          <string-name>
            <given-names>P.</given-names>
            <surname>Singh</surname>
          </string-name>
          . “
          <source>Systematic Survey on Sentiment Analysis.” 2018 First International Conference on Secure Cyber Computing and Communication (ICSCCC)</source>
          (
          <year>2018</year>
          ):
          <fpage>561</fpage>
          -
          <lpage>565</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Kaur</surname>
            ,
            <given-names>Harpreet</given-names>
          </string-name>
          &amp; Mangat, Veenu &amp; Nidhi,. (
          <year>2017</year>
          ).
          <article-title>A survey of sentiment analysis techniques</article-title>
          .
          <volume>921</volume>
          -
          <fpage>925</fpage>
          .
          <fpage>10</fpage>
          .1109/I-SMAC.
          <year>2017</year>
          .
          <volume>8058315</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>S.</given-names>
            <surname>Rajalakshmi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Asha</surname>
          </string-name>
          and
          <string-name>
            <given-names>N.</given-names>
            <surname>Pazhaniraja</surname>
          </string-name>
          ,
          <article-title>"A comprehensive survey on sentiment analysis,"</article-title>
          <source>2017 Fourth International Conference on Signal Processing, Communication and Networking (ICSCN)</source>
          ,
          <year>Chennai</year>
          ,
          <year>2017</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>5</lpage>
          , doi: 10.1109/ICSCN.
          <year>2017</year>
          .
          <volume>8085673</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Kolkur</surname>
          </string-name>
          , Seema et al. “
          <article-title>Study of Different Levels for Sentiment Analysis</article-title>
          .
          <source>”</source>
          (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>K.H.</given-names>
            <surname>Rizwana</surname>
          </string-name>
          , Dr. B.
          <string-name>
            <surname>Kalpana</surname>
          </string-name>
          , “
          <article-title>A Survey on Sentiment Analysis and Opinion Mining”</article-title>
          .
          <source>International Journal of Pure and Applied Mathematics</source>
          , Volume
          <volume>118</volume>
          , No.
          <volume>18</volume>
          ,
          <fpage>2681</fpage>
          -
          <lpage>2688</lpage>
          , ISSN:
          <fpage>1311</fpage>
          -
          <lpage>8080</lpage>
          (printed version),
          <source>ISSN: 1314-3395 (online version)</source>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9] Jyoti and
          <string-name>
            <given-names>Seema</given-names>
            <surname>Rao</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>A Survey on Sentiment Analysis and Opinion Mining</article-title>
          .
          <source>Article</source>
          <volume>53</volume>
          ,
          <fpage>1</fpage>
          -
          <lpage>5</lpage>
          . DOI:https://doi.org/10.1145/2979779. 2979832
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Vidisha</surname>
          </string-name>
          &amp; Vala, Jay &amp; Balani,
          <string-name>
            <surname>Prem.</surname>
          </string-name>
          (
          <year>2016</year>
          ).
          <article-title>A Survey on Sentiment Analysis Algorithms for Opinion Mining</article-title>
          .
          <source>International Journal of Computer Applications</source>
          .
          <volume>133</volume>
          .
          <fpage>7</fpage>
          -
          <lpage>11</lpage>
          .
          <fpage>10</fpage>
          .5120/ijca2016907977.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>S.</given-names>
            <surname>Vasanthraj</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Martin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Meiappane</surname>
          </string-name>
          , J. Madhusudnan, “
          <article-title>A Survey on Sentiment Analysis Applied in Opinion Mining”</article-title>
          ,
          <source>Journal of Network Communication and Emerging Technologies (JNCET)</source>
          , Volume
          <volume>1</volume>
          ,
          <string-name>
            <surname>Issue</surname>
            <given-names>1</given-names>
          </string-name>
          , ISSN:
          <fpage>2395</fpage>
          -
          <lpage>5317</lpage>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>Doaa</given-names>
            <surname>Mohey El-Din Mohamed Hussein</surname>
          </string-name>
          ,
          <article-title>A survey on sentiment analysis challenges</article-title>
          ,
          <source>Journal of King</source>
          Saud University - Engineering Sciences, Volume
          <volume>30</volume>
          ,
          <string-name>
            <surname>Issue</surname>
            <given-names>4</given-names>
          </string-name>
          ,
          <year>2018</year>
          , Pages
          <fpage>330</fpage>
          -
          <lpage>338</lpage>
          , ISSN 1018-3639, https://doi.org/10.1016/j.jksues.
          <year>2016</year>
          .
          <volume>04</volume>
          .002.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>PRISMA</surname>
          </string-name>
          Model - http://www.prismastatement.org/PRISMAStatement/Fl owDiagram.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>T.</given-names>
            <surname>Al-Moslmi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Omar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Abdullah</surname>
          </string-name>
          and
          <string-name>
            <given-names>M.</given-names>
            <surname>Albared</surname>
          </string-name>
          ,
          <article-title>"Approaches to Cross-Domain Sentiment Analysis: A Systematic Literature Review,"</article-title>
          <source>in IEEE Access</source>
          , vol.
          <volume>5</volume>
          , pp.
          <fpage>16173</fpage>
          -
          <lpage>16192</lpage>
          ,
          <year>2017</year>
          , doi: 10.1109/ACCESS.
          <year>2017</year>
          .
          <volume>2690342</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Zheng</surname>
            , Yufeng &amp; Elmaghraby,
            <given-names>Adel.</given-names>
          </string-name>
          (
          <year>2011</year>
          ).
          <article-title>A brief survey on multispectral face recognition and multimodal score fusion</article-title>
          .
          <volume>543</volume>
          -
          <fpage>550</fpage>
          .
          <fpage>10</fpage>
          .1109/ISSPIT.
          <year>2011</year>
          .
          <volume>6151622</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>Helen</given-names>
            <surname>Caple &amp; John S. Knox</surname>
          </string-name>
          (
          <year>2015</year>
          )
          <article-title>A framework for the multimodal analysis of online news galleries: What makes a “good” picture gallery?</article-title>
          ,
          <source>Social Semiotics</source>
          ,
          <volume>25</volume>
          :
          <fpage>3</fpage>
          ,
          <issue>292321</issue>
          , DOI: 10.10 80/10350330.
          <year>2014</year>
          .1002174
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>Baecchi</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Uricchio</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bertini</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          et al.
          <article-title>A multimodal feature learning approach for sentiment analysis of social network multimedia</article-title>
          .
          <source>Multimed Tools Appl</source>
          <volume>75</volume>
          ,
          <fpage>2507</fpage>
          -
          <lpage>2525</lpage>
          (
          <year>2016</year>
          ). https://doi.org/10.1007/s11042-015- 2646-x
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>Evangelia</surname>
            <given-names>Polymerou</given-names>
          </string-name>
          , Despoina Chatzakou, and
          <string-name>
            <given-names>Athena</given-names>
            <surname>Vakali</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>EmoTube: A Sentiment Analysis Integrated Environment for Social Web Content</article-title>
          .
          <source>Article</source>
          <volume>20</volume>
          ,
          <fpage>1</fpage>
          -
          <lpage>6</lpage>
          . DOI:https://doi.org/10.1145/2611040 .2611081
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <surname>Sikandar</surname>
            ,
            <given-names>M.. “</given-names>
          </string-name>
          <article-title>A Survey for Multimodal Sentiment Analysis Methods</article-title>
          .” (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <surname>Mohammad</surname>
            <given-names>Soleymani</given-names>
          </string-name>
          , David Garcia,
          <string-name>
            <given-names>Brendan</given-names>
            <surname>Jou</surname>
          </string-name>
          , Björn Schuller,
          <string-name>
            <surname>Shih-Fu</surname>
            <given-names>Chang</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Maja</given-names>
            <surname>Pantic</surname>
          </string-name>
          ,
          <article-title>A survey of multimodal sentiment analysis</article-title>
          ,
          <source>Image and Vision Computing</source>
          , Volume
          <volume>65</volume>
          ,
          <year>2017</year>
          , Pages 3-
          <fpage>14</fpage>
          , ISSN 0262-8856, https://doi.org/10.1016/j.imavis.
          <year>2017</year>
          .
          <volume>08</volume>
          .003.
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <surname>Lin</surname>
            <given-names>Yue</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weitong Chen</surname>
            ,
            <given-names>Xue</given-names>
          </string-name>
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>Wanli</given-names>
          </string-name>
          <string-name>
            <surname>Zuo</surname>
            , and
            <given-names>Minghao</given-names>
          </string-name>
          <string-name>
            <surname>Yin</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>A survey of sentiment analysis in social media</article-title>
          .
          <source>Knowl. Inf. Syst</source>
          .
          <volume>60</volume>
          ,
          <issue>2</issue>
          (
          <year>August 2019</year>
          ),
          <fpage>617</fpage>
          -
          <lpage>663</lpage>
          . DOI:https://doi.org/10.1007/s10115- 018-1236-4
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <surname>Joshi</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Suhasini</surname>
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Itkat</surname>
          </string-name>
          .
          <article-title>“A Survey on Feature Level Sentiment Analysis</article-title>
          .
          <source>”</source>
          (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <surname>Calic</surname>
            , Janko &amp; Campbell,
            <given-names>N.</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>Dasiopoulou</surname>
            , Stamatia &amp; Kompatsiaris,
            <given-names>Ioannis.</given-names>
          </string-name>
          (
          <year>2005</year>
          ).
          <article-title>A Survey on Multimodal Video Representation for Semantic Retrieval</article-title>
          .
          <volume>1</volume>
          .
          <fpage>135</fpage>
          -
          <lpage>138</lpage>
          .
          <fpage>10</fpage>
          .1109/EURCON.
          <year>2005</year>
          .
          <volume>1629877</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <surname>Hussein</surname>
          </string-name>
          ,
          <string-name>
            <surname>D.-M.E.D.M. “</surname>
          </string-name>
          <article-title>A survey on sentiment analysis challenges”</article-title>
          .
          <source>Journal of King</source>
          Saud University - Engineering
          <string-name>
            <surname>Sciences</surname>
          </string-name>
          (
          <year>2016</year>
          ), http://dx.doi.org/10.1016/j.
          <source>jksues.20 16.04</source>
          .002.
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>G.</given-names>
            <surname>Varni</surname>
          </string-name>
          ,
          <string-name>
            <surname>G.</surname>
          </string-name>
          <article-title>Volpe, and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Camurri</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>A System for Real-Time Multimodal Analysis of Nonverbal Affective Social Interaction in UserCentric Media</article-title>
          .
          <source>Trans. Multi</source>
          .
          <volume>12</volume>
          ,
          <issue>6</issue>
          (
          <year>October 2010</year>
          ),
          <fpage>576</fpage>
          -
          <lpage>590</lpage>
          . DOI:https://doi.org/10.1109/TMM.2
          <volume>010</volume>
          .2052592.
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>D</given-names>
            <surname>'Andrea</surname>
          </string-name>
          , Alessia &amp; Ferri, Fernando &amp; Grifoni, Patrizia &amp; Guzzo,
          <string-name>
            <surname>Tiziana.</surname>
          </string-name>
          (
          <year>2015</year>
          ).
          <article-title>Approaches, Tools and Applications for Sentiment Analysis Implementation</article-title>
          .
          <source>International Journal of Computer Applications</source>
          .
          <volume>125</volume>
          .
          <fpage>26</fpage>
          -
          <lpage>33</lpage>
          .
          <fpage>10</fpage>
          .5120/ijca2015905866.
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <surname>Toqir</surname>
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Rana</surname>
          </string-name>
          and
          <string-name>
            <surname>Yu-N Cheah</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Aspect extraction in sentiment analysis: comparative analysis and survey</article-title>
          .
          <source>Artif. Intell. Rev</source>
          .
          <volume>46</volume>
          ,
          <issue>4</issue>
          (
          <year>December 2016</year>
          ),
          <fpage>459</fpage>
          -
          <lpage>483</lpage>
          . DOI:https://doi.org/10.1007/s10462- 016-9472-z.
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Vidisha</surname>
          </string-name>
          &amp; Vala, Jay &amp; Balani,
          <string-name>
            <surname>Prem.</surname>
          </string-name>
          (
          <year>2016</year>
          ).
          <article-title>A Survey on Sentiment Analysis Algorithms for Opinion Mining</article-title>
          .
          <source>International Journal of Computer Applications</source>
          .
          <volume>133</volume>
          .
          <fpage>7</fpage>
          -
          <lpage>11</lpage>
          .
          <fpage>10</fpage>
          .5120/ijca2016907977.
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>Siti</given-names>
            <surname>Salwa</surname>
          </string-name>
          <string-name>
            <surname>Hasbullah</surname>
          </string-name>
          , Diana Maynard, Rita Zaharah Wan Chik, Farahwahida Mohd, and
          <string-name>
            <given-names>Myzan</given-names>
            <surname>Noor</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <source>Automated Content Analysis: A Sentiment Analysis on Malaysian Government Social Media. Article</source>
          <volume>30</volume>
          ,
          <fpage>1</fpage>
          -
          <lpage>6</lpage>
          . DOI:https://doi.org/10.1145/2857546 .2857577
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30]
          <string-name>
            <given-names>R.</given-names>
            <surname>Ji</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Cao</surname>
          </string-name>
          and
          <string-name>
            <given-names>D.</given-names>
            <surname>Lin</surname>
          </string-name>
          ,
          <article-title>"CrossModality Sentiment Analysis for Social Multimedia,"</article-title>
          <source>in 2015 IEEE International Conference on Multimedia Big Data (BigMM)</source>
          , Beijing, China,
          <year>2015</year>
          pp.
          <fpage>28</fpage>
          -
          <lpage>31</lpage>
          . doi:
          <volume>10</volume>
          .1109/BigMM.
          <year>2015</year>
          .
          <volume>85</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [31]
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>L</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>S</given-names>
          </string-name>
          , Liu,
          <string-name>
            <surname>B.</surname>
          </string-name>
          <article-title>Deep learning for sentiment analysis: A survey</article-title>
          .
          <source>WIREs Data Mining Knowl Discov</source>
          .
          <year>2018</year>
          ;
          <article-title>8:e1253</article-title>
          . https://doi.org/10.1002/widm.1253
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          [32]
          <string-name>
            <surname>Poria</surname>
            <given-names>S</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cambria</surname>
            <given-names>E</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Howard</surname>
            <given-names>N</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Huang</surname>
            <given-names>G</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>Hussain</surname>
            <given-names>A</given-names>
          </string-name>
          (
          <year>2016</year>
          )
          <article-title>Fusing audio, visual and textual clues for sentiment analysis from multimodal content</article-title>
          ,
          <source>Neurocomputing, 174 (A)</source>
          , pp.
          <fpage>50</fpage>
          -
          <lpage>59</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          [33]
          <string-name>
            <surname>Giachanou</surname>
            ,
            <given-names>Anastasia</given-names>
          </string-name>
          &amp; Crestani,
          <string-name>
            <surname>Fabio.</surname>
          </string-name>
          (
          <year>2016</year>
          ).
          <article-title>Like It or Not: A Survey of Twitter Sentiment Analysis Methods</article-title>
          .
          <source>ACM Computing Surveys. 49. 1-41. 10</source>
          .1145/2938640.
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          [34]
          <string-name>
            <given-names>R.</given-names>
            <surname>Pang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Baretto</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Kautz</surname>
          </string-name>
          and
          <string-name>
            <given-names>J.</given-names>
            <surname>Luo</surname>
          </string-name>
          ,
          <article-title>"Monitoring adolescent alcohol use via multimodal analysis in social multimedia,"</article-title>
          <source>2015 IEEE International Conference on Big Data (Big Data)</source>
          , Santa Clara, CA,
          <year>2015</year>
          , pp.
          <fpage>1509</fpage>
          -
          <lpage>1518</lpage>
          , doi: 10.1109/BigData.
          <year>2015</year>
          .
          <volume>7363914</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          [35]
          <string-name>
            <surname>Camurri</surname>
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mazzarino</surname>
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ricchetti</surname>
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Timmers</surname>
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Volpe</surname>
            <given-names>G.</given-names>
          </string-name>
          (
          <year>2004</year>
          )
          <article-title>Multimodal Analysis of Expressive Gesture in Music and Dance Performances</article-title>
          . In: Camurri A.,
          <string-name>
            <surname>Volpe</surname>
            <given-names>G</given-names>
          </string-name>
          . (
          <article-title>eds) Gesture-Based Communication in Human-Computer Interaction</article-title>
          .
          <source>GW 2003. Lecture Notes in Computer Science</source>
          , vol
          <volume>2915</volume>
          . Springer, Berlin, Heidelberg. https://doi.org/10.1007/978-3-
          <fpage>540</fpage>
          - 24598-
          <issue>8</issue>
          _
          <fpage>3</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          [36]
          <string-name>
            <surname>Shah</surname>
            ,
            <given-names>Rajiv Ratn.</given-names>
          </string-name>
          (
          <year>2016</year>
          ).
          <article-title>Multimodal Analysis of User-Generated Content in Support of Social Media Applications</article-title>
          .
          <fpage>423</fpage>
          -
          <lpage>426</lpage>
          .
          <fpage>10</fpage>
          .1145/2911996.2912032.
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          [37]
          <string-name>
            <surname>Nicu</surname>
            <given-names>Sebe</given-names>
          </string-name>
          , Ira Cohen, Theo Gevers , and Thomas S. Huang, “
          <article-title>Multimodal Approaches for Emotion Recognition: A Survey”</article-title>
          , SPIE 5670,
          <string-name>
            <surname>Internet Imaging</surname>
            <given-names>VI</given-names>
          </string-name>
          , (
          <issue>17</issue>
          <year>January 2005</year>
          ); doi: 10.1117/12.600746
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          [38]
          <string-name>
            <surname>Cummins</surname>
            , Nicholas &amp; Amiriparian, Shahin &amp; Ottl, Sandra &amp; Gerczuk, Maurice &amp; Schmitt, Maximilian &amp; Schuller,
            <given-names>Björn.</given-names>
          </string-name>
          (
          <year>2018</year>
          ).
          <article-title>Multimodal Bag-of-Words for Cross Domains Sentiment Analysis</article-title>
          .
          <volume>10</volume>
          .1109/ICASSP.
          <year>2018</year>
          .
          <volume>8462660</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          [39]
          <string-name>
            <surname>Atrey</surname>
            ,
            <given-names>P.K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hossain</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>El Saddik</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          et al.
          <article-title>Multimodal fusion for multimedia analysis: a survey</article-title>
          .
          <source>Multimedia Systems</source>
          <volume>16</volume>
          ,
          <fpage>345</fpage>
          -
          <lpage>379</lpage>
          (
          <year>2010</year>
          ).https://doi.org/10.1007/s0053 0-
          <fpage>010</fpage>
          -0182-0.
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          [40]
          <string-name>
            <surname>Jaimes</surname>
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sebe</surname>
            <given-names>N.</given-names>
          </string-name>
          (
          <year>2005</year>
          )
          <article-title>Multimodal Human Computer Interaction: A Survey</article-title>
          . In: Sebe N.,
          <string-name>
            <surname>Lew</surname>
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Huang</surname>
            <given-names>T.S</given-names>
          </string-name>
          . (eds)
          <article-title>Computer Vision in Human-Computer Interaction</article-title>
          .
          <source>HCI 2005. Lecture Notes in Computer Science</source>
          , vol
          <volume>3766</volume>
          . Springer, Berlin, Heidelberg.https://doi.org/10.1007/1 1573425_
          <fpage>1</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref41">
        <mixed-citation>
          [41]
          <article-title>Multimodal information fusion of audio emotion recognition based on kernel entropy component analysis zhibing xie and ling guan</article-title>
          <source>International Journal of Semantic Computing</source>
          <year>2013</year>
          07:
          <issue>01</issue>
          ,
          <fpage>25</fpage>
          -
          <lpage>42</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref42">
        <mixed-citation>
          [42]
          <string-name>
            <surname>Dumas</surname>
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lalanne</surname>
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Oviatt</surname>
            <given-names>S.</given-names>
          </string-name>
          (
          <year>2009</year>
          )
          <article-title>Multimodal Interfaces: A Survey of Principles, Models and Frameworks</article-title>
          . In: Lalanne D.,
          <string-name>
            <surname>Kohlas</surname>
            <given-names>J</given-names>
          </string-name>
          . (eds) Human
          <source>Machine Interaction. Lecture Notes in Computer Science</source>
          , vol
          <volume>5440</volume>
          . Springer, Berlin, Heidelberg.https://doi.org/10.1007/9 78-
          <fpage>3</fpage>
          -
          <fpage>642</fpage>
          -00437-
          <issue>7</issue>
          _
          <fpage>1</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref43">
        <mixed-citation>
          [43]
          <string-name>
            <surname>Tadas</surname>
            <given-names>Baltrusaitis</given-names>
          </string-name>
          , Chaitanya Ahuja, and
          <string-name>
            <surname>Louis-Philippe Morency</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Multimodal Machine Learning: A Survey and Taxonomy</article-title>
          .
          <source>IEEE Trans. Pattern Anal. Mach. Intell</source>
          .
          <volume>41</volume>
          ,
          <issue>2</issue>
          (
          <year>February 2019</year>
          ),
          <fpage>423</fpage>
          -
          <lpage>443</lpage>
          . DOI:https://doi.org/10.1109/TPAMI.
          <year>2018</year>
          .
          <volume>2798607</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref44">
        <mixed-citation>
          [44]
          <string-name>
            <surname>Shah</surname>
            ,
            <given-names>Rajiv Ratn.</given-names>
          </string-name>
          (
          <year>2016</year>
          ).
          <article-title>Multimodal-based Multimedia Analysis, Retrieval,</article-title>
          and
          <article-title>Services in Support of Social Media Applications</article-title>
          .
          <volume>10</volume>
          .1145/2964284.2971471.
        </mixed-citation>
      </ref>
      <ref id="ref45">
        <mixed-citation>
          [45]
          <string-name>
            <surname>Tao</surname>
            <given-names>Chen</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Felix</surname>
            <given-names>X.</given-names>
          </string-name>
          <string-name>
            <surname>Yu</surname>
          </string-name>
          , Jiawei Chen, Yin Cui,
          <string-name>
            <surname>Yan-Ying Chen</surname>
            , and
            <given-names>ShihFu</given-names>
          </string-name>
          <string-name>
            <surname>Chang</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Object-Based Visual Sentiment Concept Analysis and Application</article-title>
          .
          <source>In Proceedings of the 22nd ACM international conference on Multimedia (MM '14)</source>
          .
          <article-title>Association for Computing Machinery</article-title>
          , New York, NY, USA,
          <fpage>367</fpage>
          -
          <lpage>376</lpage>
          . DOI:https://doi.org/10.1145/2647868 .2654935
        </mixed-citation>
      </ref>
      <ref id="ref46">
        <mixed-citation>
          [46]
          <string-name>
            <surname>Yan-Ying</surname>
            <given-names>Chen</given-names>
          </string-name>
          , Tao Chen,
          <string-name>
            <surname>Winston H. Hsu</surname>
          </string-name>
          ,
          <string-name>
            <surname>Hong-Yuan Mark Liao</surname>
          </string-name>
          , and
          <string-name>
            <surname>Shih-Fu Chang</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Predicting Viewer Affective Comments Based on Image Content in Social Media</article-title>
          .
          <source>In Proceedings of International Conference on Multimedia Retrieval (ICMR '14)</source>
          .
          <article-title>Association for Computing Machinery</article-title>
          , New York, NY, USA,
          <fpage>233</fpage>
          -
          <lpage>240</lpage>
          . DOI:https://doi.org/10.1145/2578726 .2578756.
        </mixed-citation>
      </ref>
      <ref id="ref47">
        <mixed-citation>
          [47]
          <string-name>
            <surname>Swagatam</surname>
            <given-names>Das</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sayan Maity</surname>
            , BoYang Qu,
            <given-names>P.N.</given-names>
          </string-name>
          <string-name>
            <surname>Suganthan</surname>
          </string-name>
          ,
          <article-title>Realparameter evolutionary multimodal optimization - A survey of the stateof-the-</article-title>
          <string-name>
            <surname>art</surname>
          </string-name>
          ,
          <source>Swarm and Evolutionary Computation</source>
          , Volume
          <volume>1</volume>
          ,
          <string-name>
            <surname>Issue</surname>
            <given-names>2</given-names>
          </string-name>
          ,
          <year>2011</year>
          , Pages
          <fpage>71</fpage>
          -
          <lpage>88</lpage>
          , ISSN 2210-6502, https://doi.org/10.1016/j.swevo.
          <year>2011</year>
          .
          <volume>05</volume>
          .005.
        </mixed-citation>
      </ref>
      <ref id="ref48">
        <mixed-citation>
          [48]
          <string-name>
            <given-names>H.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Meghawat</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Morency</surname>
          </string-name>
          and
          <string-name>
            <given-names>E. P.</given-names>
            <surname>Xing</surname>
          </string-name>
          ,
          <article-title>"Select-additive learning: Improving generalization in multimodal sentiment analysis,"</article-title>
          <source>2017 IEEE International Conference on Multimedia and Expo (ICME)</source>
          ,
          <source>Hong Kong</source>
          ,
          <year>2017</year>
          , pp.
          <fpage>949</fpage>
          -
          <lpage>954</lpage>
          , doi: 10.1109/ICME.
          <year>2017</year>
          .
          <volume>8019301</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref49">
        <mixed-citation>
          [49]
          <string-name>
            <surname>Walaa</surname>
            <given-names>Medhat</given-names>
          </string-name>
          , Ahmed Hassan, Hoda Korashy,
          <article-title>Sentiment analysis algorithms and applications: A survey</article-title>
          ,
          <source>Ain Shams Engineering Journal</source>
          ,Volume
          <volume>5</volume>
          ,
          <string-name>
            <surname>Issue</surname>
            <given-names>4</given-names>
          </string-name>
          ,
          <year>2014</year>
          , Pages
          <fpage>1093</fpage>
          -
          <lpage>1113</lpage>
          , ISSN 2090-
          <volume>4479</volume>
          , https://doi.org/10.1016/j.asej.
          <year>2014</year>
          .
          <volume>0 4</volume>
          .011.
        </mixed-citation>
      </ref>
      <ref id="ref50">
        <mixed-citation>
          [50]
          <string-name>
            <surname>Kharde</surname>
            ,
            <given-names>Vishal</given-names>
          </string-name>
          &amp; Sonawane,
          <string-name>
            <surname>Sheetal.</surname>
          </string-name>
          (
          <year>2016</year>
          ).
          <article-title>Sentiment Analysis of Twitter Data: A Survey of Techniques</article-title>
          .
          <source>International Journal of Computer Applications</source>
          .
          <volume>139</volume>
          .
          <fpage>5</fpage>
          -
          <lpage>15</lpage>
          .
          <fpage>10</fpage>
          .5120/ijca2016908625.
        </mixed-citation>
      </ref>
      <ref id="ref51">
        <mixed-citation>
          [51]
          <string-name>
            <surname>Asghar</surname>
            , Dr. Muhammad &amp; Ahmad, Shakeel &amp; Marwat, Afsana &amp; Kundi,
            <given-names>Fazal.</given-names>
          </string-name>
          (
          <year>2015</year>
          ).
          <article-title>Sentiment Analysis on YouTube: A Brief Survey</article-title>
          .
          <source>Brist</source>
          .
          <volume>3</volume>
          .
          <fpage>1250</fpage>
          -
          <lpage>1257</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref52">
        <mixed-citation>
          [52]
          <string-name>
            <surname>Yuan</surname>
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>You</surname>
            <given-names>Q.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Luo</surname>
            <given-names>J</given-names>
          </string-name>
          . (
          <year>2015</year>
          )
          <article-title>Sentiment Analysis Using Social Multimedia</article-title>
          . In: Baughman A.,
          <string-name>
            <surname>Gao</surname>
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pan</surname>
            <given-names>JY.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Petrushin</surname>
            <given-names>V</given-names>
          </string-name>
          .
          <article-title>(eds) Multimedia Data Mining</article-title>
          and Analytics. Springer, Cham. https://doi.org/10.1007/978-3-
          <fpage>319</fpage>
          - 14998-
          <issue>1</issue>
          _
          <fpage>2</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref53">
        <mixed-citation>
          [53]
          <string-name>
            <given-names>Quanzeng</given-names>
            <surname>You</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Sentiment and Emotion Analysis for Social Multimedia: Methodologies and Applications</article-title>
          .
          <source>In Proceedings of the 24th ACM international conference on Multimedia (MM '16)</source>
          .
          <article-title>Association for Computing Machinery</article-title>
          , New York, NY, USA,
          <fpage>1445</fpage>
          -
          <lpage>1449</lpage>
          . DOI:https://doi.org/10.1145/2964284 .2971475
        </mixed-citation>
      </ref>
      <ref id="ref54">
        <mixed-citation>
          [54]
          <string-name>
            <given-names>K.</given-names>
            <surname>Schouten</surname>
          </string-name>
          and
          <string-name>
            <given-names>F.</given-names>
            <surname>Frasincar</surname>
          </string-name>
          ,
          <article-title>"Survey on Aspect-Level Sentiment Analysis,"</article-title>
          <source>in IEEE Transactions on Knowledge and Data Engineering</source>
          , vol.
          <volume>28</volume>
          , no.
          <issue>3</issue>
          , pp.
          <fpage>813</fpage>
          -
          <issue>830</issue>
          , 1 March 2016, doi: 10.1109/TKDE.
          <year>2015</year>
          .
          <volume>2485209</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref55">
        <mixed-citation>
          [55]
          <string-name>
            <given-names>M.</given-names>
            <surname>Desai</surname>
          </string-name>
          and
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Mehta</surname>
          </string-name>
          ,
          <article-title>"Techniques for sentiment analysis of Twitter data: A comprehensive survey,"</article-title>
          <source>2016 International Conference on Computing, Communication and Automation (ICCCA)</source>
          ,
          <year>Noida</year>
          ,
          <year>2016</year>
          , pp.
          <fpage>149</fpage>
          -
          <lpage>154</lpage>
          , doi: 10.1109/CCAA.
          <year>2016</year>
          .
          <volume>7813707</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref56">
        <mixed-citation>
          [56]
          <string-name>
            <surname>Louis-Philippe</surname>
            <given-names>Morency</given-names>
          </string-name>
          , Rada Mihalcea, and
          <string-name>
            <given-names>Payal</given-names>
            <surname>Doshi</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>“towards multimodal sentiment analysis: harvesting opinions from the web”</article-title>
          .
          <source>Association for Computing Machinery</source>
          , New York, NY, USA,
          <fpage>169</fpage>
          -
          <lpage>176</lpage>
          . DOI:https://doi.org/10.1145/2070481 .2070509.
        </mixed-citation>
      </ref>
      <ref id="ref57">
        <mixed-citation>
          [57]
          <string-name>
            <given-names>J.</given-names>
            <surname>Islam</surname>
          </string-name>
          and
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <article-title>"Visual sentiment analysis for social images using transfer learning approach"</article-title>
          , pp.
          <fpage>124</fpage>
          -
          <lpage>130</lpage>
          ,doi:10.1109/BDCloudSocialCom-SustainCom.
          <year>2016</year>
          .
          <volume>29</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref58">
        <mixed-citation>
          [58]
          <string-name>
            <surname>Cao</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ji</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lin</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          et al. “
          <article-title>Visual sentiment topic model based microblog image sentiment analysis”</article-title>
          .
          <source>Multimed Tools Appl</source>
          <volume>75</volume>
          ,
          <fpage>8955</fpage>
          -
          <lpage>8968</lpage>
          (
          <year>2016</year>
          ).https://doi.org/10.1007/s1104 2-
          <fpage>014</fpage>
          -2337-z.
        </mixed-citation>
      </ref>
      <ref id="ref59">
        <mixed-citation>
          [59]
          <string-name>
            <given-names>J.</given-names>
            <surname>Kehrer</surname>
          </string-name>
          and
          <string-name>
            <given-names>H.</given-names>
            <surname>Hauser</surname>
          </string-name>
          ,
          <article-title>"Visualization and Visual Analysis of Multifaceted Scientific Data: A Survey,"</article-title>
          <source>in IEEE Transactions on Visualization and Computer Graphics</source>
          , vol.
          <volume>19</volume>
          , no.
          <issue>3</issue>
          , pp.
          <fpage>495</fpage>
          -
          <lpage>513</lpage>
          ,
          <issue>March2013</issue>
          ,doi:10.1109/TVCG.
          <year>2012</year>
          .
          <volume>110</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref60">
        <mixed-citation>
          [60]
          <string-name>
            <given-names>Q.</given-names>
            <surname>Fang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Sang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. S.</given-names>
            <surname>Hossain</surname>
          </string-name>
          and
          <string-name>
            <given-names>G.</given-names>
            <surname>Muhammad</surname>
          </string-name>
          ,
          <article-title>"Wordof-Mouth Understanding: EntityCentric Multimodal Aspect-Opinion Mining in Social Media,"</article-title>
          <source>in IEEE Transactions on Multimedia</source>
          , vol.
          <volume>17</volume>
          , no.
          <issue>12</issue>
          , pp.
          <fpage>2281</fpage>
          -
          <lpage>2296</lpage>
          , Dec.
          <year>2015</year>
          , doi: 10.1109/TMM.
          <year>2015</year>
          .
          <volume>2491019</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref61">
        <mixed-citation>
          [61]
          <string-name>
            <surname>Christian</surname>
            <given-names>Otto</given-names>
          </string-name>
          , Matthias Springstein, Avishek Anand, and
          <string-name>
            <given-names>Ralph</given-names>
            <surname>Ewerth</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Understanding, Categorizing and Predicting Semantic Image-Text Relations</article-title>
          .
          <source>In Proceedings of the 2019 on International Conference on Multimedia Retrieval (ICMR '19)</source>
          .
          <article-title>Association for Computing Machinery</article-title>
          , New York, NY, USA,
          <fpage>168</fpage>
          -
          <lpage>176</lpage>
          . DOI:https://doi.org/10.1145/3323873 .3325049.
        </mixed-citation>
      </ref>
      <ref id="ref62">
        <mixed-citation>
          [62]
          <string-name>
            <given-names>Ziad</given-names>
            <surname>Al-Halah</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Andrew</given-names>
            <surname>Aitken</surname>
          </string-name>
          , Wenzhe Shi, Jose Caballero, “Smile, be Happy:
          <article-title>Emoji Embedding for Visual Sentiment Analysis”</article-title>
          ,
          <source>Proceedings of the IEEE/CVF International Conference on Computer Vision</source>
          (ICCV),
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref63">
        <mixed-citation>
          [63]
          <string-name>
            <surname>Saxena</surname>
            <given-names>Diksha</given-names>
          </string-name>
          , Gupta Shubham, Jos eph Joy, Prof. Mehra Richa, “Sentiment Analysis”,
          <source>International Journal of Engineering</source>
          , Science and Mathematics Vol.
          <volume>8</volume>
          <issue>Issue 3</issue>
          ,
          <string-name>
            <surname>March</surname>
            <given-names>2019</given-names>
          </string-name>
          ,ISSN:
          <fpage>2320</fpage>
          -
          <lpage>0294</lpage>
          Impact Factor:
          <volume>6</volume>
          .
          <fpage>765</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref64">
        <mixed-citation>
          [64]
          <string-name>
            <surname>Eric</surname>
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Yang</surname>
          </string-name>
          , “
          <article-title>Development of an integrated multimodal optical imaging system with real-time image analysis for the evaluation of oral premalignant lesions</article-title>
          ,
          <source>J. Biomed. Opt</source>
          .
          <volume>24</volume>
          (
          <issue>2</issue>
          )
          <fpage>025003</fpage>
          (
          <issue>21</issue>
          <year>February 2019</year>
          ) https://doi.org/10.1117/1.JBO.
          <volume>24</volume>
          .
          <issue>2</issue>
          .0 25003.
        </mixed-citation>
      </ref>
      <ref id="ref65">
        <mixed-citation>
          [65]
          <string-name>
            <surname>Sankar</surname>
            ,
            <given-names>H</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Subramaniyaswamy</surname>
            ,
            <given-names>V</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vijayakumar</surname>
            ,
            <given-names>V</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Arun Kumar</surname>
            ,
            <given-names>S</given-names>
          </string-name>
          , Logesh,
          <string-name>
            <surname>R</surname>
          </string-name>
          , Umamakeswari,
          <string-name>
            <surname>A.</surname>
          </string-name>
          <article-title>Intelligent sentiment analysis approach using edge computingbased deep learning technique</article-title>
          .
          <source>Softw: Pract Exper</source>
          .
          <year>2020</year>
          ;
          <volume>50</volume>
          :
          <fpage>645</fpage>
          -
          <lpage>657</lpage>
          .https://doi.org/10.1002/spe.2687
        </mixed-citation>
      </ref>
      <ref id="ref66">
        <mixed-citation>
          [66]
          <string-name>
            <surname>Vijayarani</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ms</surname>
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Ilamathi</surname>
            , and
            <given-names>Ms</given-names>
          </string-name>
          <string-name>
            <surname>Nithya</surname>
          </string-name>
          .
          <article-title>"Preprocessing techniques for text mining-an overview</article-title>
          ."
          <source>International Journal of Computer Science &amp; Communication Networks 5.1</source>
          (
          <year>2015</year>
          ):
          <fpage>7</fpage>
          -
          <lpage>16</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>