<!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>Multilingual sentiments analysis to improve the quality of services provided by Algerian telephone operator</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Klouche Badia</string-name>
          <email>b.klouche@esi-sba.dz</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Benslimane Sidi Mohammed</string-name>
          <email>s.benslimane@esi-sba.dz</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Ecole Supérieure en Informatique, LabRi Laboratory</institution>
          ,
          <addr-line>Sidi Bel Abbès</addr-line>
          ,
          <country country="DZ">Algeria</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>In the world of BI, the importance of facts is undeniable. Sentiment Analysis (SA) is a research area at the crossroads of many areas, such as data mining, natural language processing, and machine learning. This is the automatic extraction of opinions expressed in a given text. Due to its many applications, numerous studies have been conducted in the field of Opinion Manning. Most approaches in this area are focused on English because of the lack of trusted resources in other languages such as the Arabic language and its great diversity dialects, especially in texts in the Algerian Arabic dialect. As other companies, Algerian telephone operators, attach great importance to the opinion of their customers. Nonetheless, customers generally use Algerian Arabic dialect to answer Short Message Services (SMS) questionnaires. In this work, we propose multilingual sentiments analysis approach based on the feedback of the customers of the Telephone operator Ooredoo, written in Modern Standard Arabic, Arabizi or Algerian dialect. The proposed approach permit to the operator to improve the quality of its services in order to conquer new customers and expand its usual clientele.</p>
      </abstract>
      <kwd-group>
        <kwd>sentiment analysis</kwd>
        <kwd>machine learning</kwd>
        <kwd>text classification</kwd>
        <kwd>opinion mining and sentiment</kwd>
        <kwd>dialectal Arabic</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Nowadays, with the advent of web 2.0, the digital world is recording billions of users
of social media sites and applications [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].In addition, the analysis of sentiments (SA)
becomes a field of study very open to research, whose objective is to analyze, from
texts shared on social networks, opinions, feelings, attitudes and emotions on different
topics [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. Indeed, it has always been very important to know the opinions of others,
on various issues, such as: products, services and organizations. These opinions are all
the more relevant because they come from people who have experienced the product
or service in question. Report that nearly 87% of online reviewers of restaurants,
hotels and other services admit that they have had some influence on their consumption.
In the field of telephony, telephone operators use a combination of intuition,
experience and a certain level of analysis to make strategic and tactical decisions.
As a result, the majority of companies in the Sector frequently use effective client
voice collection and listening programs such as: (1) the direct surveys carried out by
the communication boxes, (2) focus groups, (3) questionnaires by Short Message
Services (SMS), (4) telephone surveys,(5) collections by internet or post.
Often, these traditional and costly surveys provide outdated information.
In the literature, there are many publications related to opinion polls in different
disciplines, most of whose works are adapted to the English language. Arabic is the
official language of more than 20 countries, its inflection system is very rich and it is
considered one of the most adapted languages in terms of texture. By exploiting the
research related to the analysis of the feelings of the Arabic language, several authors
have determined that its progress was very slow and that they clearly lacked tools and
resources for analysis of the Arabic language. However, this rich language becomes
very interesting for many researchers working in the field of text extraction and
information retrieval [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. Several studies have been conducted in this context, where
different corpora, resources and tools are available to test and implement applications,
such as text classification. These methods can be divided into three large families, of
which it should be mentioned that the first is based on machine learning (supervised
methods), the second is based on the lexicon (unsupervised methods) and the third
relates to hybrid approaches.
      </p>
      <p>In this work, we are interested in the use of a semantic approach, combined with
automatic learning for the Analysis of Feelings listed from the comments written in
Arabic Dialectal Algerian, collected at the level of the Algerian Telephone Operator
Ooredoo.</p>
      <p>The rest of this paper is organized as follows: Section 2 describes the state of the art
with a comparative table on the different approaches and their applications to written
comments in Arabic Dialectal Algerian (ADA). Section 3 deals with the proposal of
our architecture of the Analysis of Feelings, methods of selection and extraction of
variables (words or sequences of words) used in the classification phase. A conclusion
and perspectives of this work are presented in section 4.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Sentiment analysis: Background information</title>
      <p>
        Sentiments analysis or opinion mining is the area of study that analyzes people's
opinions, feelings, evaluations, emotions from written language. It is one of the most
active areas of research in the field of natural language processing, data mining, web
search, and text mining [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
      <p>
        The analysis of feelings can be analyzed at three levels of granularity: document
level, sentence level and aspect level. The SA at the document level is based on the
assumption that it expresses a single opinion towards a single entity from the same
source. The main task is therefore to determine the general orientation of the feeling
of the document according to the classes that can be positive, negative or neutral [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
At the level of the sentence, the analysis of feelings aims to identify whether it has an
opinion or not and to assess the orientation of subjective sentences by feeling. This
level of granularity is all the more problematic as the orientation of the words, based
on the feeling strongly depends on the context. The classification of sentiments at the
level of the sentence also deals with comparative and sarcastic sentences.
The level of appearance finally, makes a finer analysis. For this one, which is more
complete, it is necessary to detect the aspects of a subject and to determine by that,
the feelings relative to these last ones.
      </p>
      <p>The objective is to discover all the quintuple (carrier, object, appearance, feeling,
time) in a given document. For example, in the sentence "The image quality of the
camera is great, but it is very expensive", the analysis of the feelings at the "aspect
level" must detect a positive feeling towards the aspect "image quality" as well than a
negative feeling towards the "price" aspect.
3</p>
    </sec>
    <sec id="sec-3">
      <title>Approaches for sentiments analysis</title>
      <p>Several approaches have been adopted in the literature to determine the polarity of a
text. These can be divided into three main families that are supervised, unsupervised
and hybrid approaches.</p>
      <p>Supervised approaches are based on machine learning algorithms, such as the Support
Vector Machine (SVM), Naïve Bayes (NB).</p>
      <p>
        Unsupervised approaches are lexicon-based approaches that rely primarily on a
lexicon of predefined opinion words as well as syntactic and linguistic rules.
The hybrid approach adopts a combination of the lexical approach and the machine
learning approach to achieve higher accuracy [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
3.1
      </p>
      <sec id="sec-3-1">
        <title>Supervised approaches</title>
        <p>
          As for the approach based on machine learning [
          <xref ref-type="bibr" rid="ref5 ref6 ref7">5-7</xref>
          ] proposed a novel and interesting
mathematical approach to classifying message-writing feelings in Modern Standard
Arabic (MSA). These functions are classified using SVM and optimized using KNN.
The results of the experiments showed that such an approach is very interesting. [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ]
examined a corpus-based approach for AS tweets written in MSA and Egyptian
dialects. They used standard n-gram functions and experimented with several classifiers
(SVM and NB), via the Weka toolkit. The results obtained are very promising as a
first step.
        </p>
        <p>
          In [
          <xref ref-type="bibr" rid="ref10 ref11 ref9">9-11</xref>
          ], the authors applied their experiments on the OCA dataset of [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ] using an
internal dataset of 322 comments, including 164 positives, 136 negatives and 22
neutrals. [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ] looked at the sentiment analysis in Arabic tweets with presence of
dialectical words. In this article, SVM and NB classifiers were used for classification of
feelings and the results showed the effect of varying the translation step. [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ] used
supervised learning to assign sentiment or polarity labels to tweets written in arabizi.
The results obtained by this work reveal that the SVM accuracies are superior to the
Naive Bayes accuracies. In [15], the authors worked on the AS of the Tunisian
dialect. They used machine-learning techniques (SVM, NB) to determine the polarity of
comments written in Tunisian dialect. [
          <xref ref-type="bibr" rid="ref15">16</xref>
          ] proposed an approach for classifying the
Arabic comments of Algerian newspapers into positive / negative classes. For
experiments, two well-known supervised learning classifiers (SVMs) and Naïve Bayes
(NB). The best results are obtained in terms of accuracy, both in SVM and NB, but
the use of bi-gram increases the results in both models. The corpus SIAAC, gives
more competitive results. [
          <xref ref-type="bibr" rid="ref16">17</xref>
          ] presented an approach to automatically classify the
sentiments of arabizi messages as positive or negative. In the proposed approach, the
Arabizi messages are first transliterated into Arabic. Then they automatically classify
the transliterated corpus feeling superficial machine learning algorithms such as
(SVM) and Naive Bays (NB) are used. The results of the simulations demonstrate the
outperformance of the NB algorithm compared to all the others.
3.2
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>Unsupervised approaches</title>
        <p>
          The unsupervised approach is based on a lexicon of feelings. Several studies have
also been conducted using this technique. The authors in [
          <xref ref-type="bibr" rid="ref17 ref23">18, 24</xref>
          ] presented a new
framework for the detection of feelings in Arabic tweets. The results reveal that
lexicons are useful for sensing feelings and have been encouraging and open to future
research. Approachin [
          <xref ref-type="bibr" rid="ref18">19</xref>
          ] was based on the lexicon to determine the vernacular
analysis of the Arab "Algerian Arab" feeling. These authors mentioned in their article the
main problems related to these characteristics and proposed an approach composed of
four modules classified in: module of calculation of similarity of common sentences;
pre-processing module; module stemming and detection of language; polarity
calculation module. The experimental results thus obtained show that the system achieves
good performance. [
          <xref ref-type="bibr" rid="ref19">20</xref>
          ] presented a tool for analyzing the sentiments of messages
written in Algerian dialect. These authors evaluated this approach, using two lexicons
annotated in feelings. The obtained results are encouraging and show continuous
improvement after the completion of each step of their approach.
        </p>
      </sec>
      <sec id="sec-3-3">
        <title>Hybrid approaches</title>
        <p>
          The hybrid approach is to combine the methods used, one supervised approach and
another unsupervised.
[
          <xref ref-type="bibr" rid="ref20 ref25">21, 26</xref>
          ] solved the difficulties of ensuring the quality of opinion in Arabic by
proposing a hybrid method of approach and classification based on the lexicon using a
classifier Naïve Bayes. The lexicon-based approach is executed by replacing certain
words with their synonyms using the domain dictionary. The classification task is
performed by the Naïve Bayes classifier to rank opinions based on the polarity of the
positive or negative feeling. [
          <xref ref-type="bibr" rid="ref21">22</xref>
          ] described the iLab-Edinburgh Sentiment Analysis
system. The system employs a hybrid approach of supervised learning and rule-based
methods to predict a feeling intensity score (SI) for a given Arabic Twitter phrase.
First, the supervised method uses a set of linear regression models formed to produce
an initial SI score for each given instance of text. Second, the resulting SI score is
adjusted using a set of rules that exploit a number of lexicons of feelings available to
the public. The authors in [
          <xref ref-type="bibr" rid="ref22">23</xref>
          ] proposed a sentiment analysis approach for the Arabic
language, which combines lexical and corpus-based techniques. The experimental
results showed that the proposed hybrid approach outperforms that based on a corpus.
In order to synthesize all the presented works, we classify them in Table 1,
concerning the levels of granularity (document, sentence and aspect),the used approach
(Supervised, Unsupervised, Hybrid), the used Dataset, the used Algorithm (SVM, NB,
Decision Tree, KNN, GA, etc.) and the studied language (MSA, Arabic dialect giving
the type of the dialect).
        </p>
        <p>Sentence</p>
        <p>Supervised
Document</p>
        <p>Supervised
Document</p>
        <p>Supervised
Document</p>
        <p>Supervised
Document
Document
Document</p>
        <p>Supervised
Supervised
Supervised</p>
        <sec id="sec-3-3-1">
          <title>Supervised / / /</title>
          <p>/
/
Document
Supervised</p>
        </sec>
        <sec id="sec-3-3-2">
          <title>Document Unsupervised Document Unsupervised</title>
          <p>Sentence
Unsupervised
Unsupervised
Document
Unsupervised
Document
Hybrid
net</p>
          <p>SVM + RF</p>
        </sec>
        <sec id="sec-3-3-3">
          <title>Supervised</title>
        </sec>
        <sec id="sec-3-3-4">
          <title>Newspapers SVM+NB</title>
        </sec>
        <sec id="sec-3-3-5">
          <title>Sentence Hybrid</title>
        </sec>
        <sec id="sec-3-3-6">
          <title>Hybrid Hybrid</title>
        </sec>
      </sec>
      <sec id="sec-3-4">
        <title>Work</title>
      </sec>
      <sec id="sec-3-5">
        <title>Level</title>
      </sec>
      <sec id="sec-3-6">
        <title>Approach</title>
      </sec>
      <sec id="sec-3-7">
        <title>Dataset Algorithm</title>
        <p>
          [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ]
[
          <xref ref-type="bibr" rid="ref4">4</xref>
          ]
[
          <xref ref-type="bibr" rid="ref9">9</xref>
          ]
[
          <xref ref-type="bibr" rid="ref5">5</xref>
          ]
[
          <xref ref-type="bibr" rid="ref13">13</xref>
          ]
[
          <xref ref-type="bibr" rid="ref14">14</xref>
          ]
[
          <xref ref-type="bibr" rid="ref10">10</xref>
          ]
[
          <xref ref-type="bibr" rid="ref24">25</xref>
          ]
[
          <xref ref-type="bibr" rid="ref15">16</xref>
          ]
[
          <xref ref-type="bibr" rid="ref26">27</xref>
          ]
[
          <xref ref-type="bibr" rid="ref23">24</xref>
          ]
[
          <xref ref-type="bibr" rid="ref17">18</xref>
          ]
[
          <xref ref-type="bibr" rid="ref18">19</xref>
          ]
[
          <xref ref-type="bibr" rid="ref19">20</xref>
          ]
[
          <xref ref-type="bibr" rid="ref27">28</xref>
          ]
[
          <xref ref-type="bibr" rid="ref25">26</xref>
          ]
[
          <xref ref-type="bibr" rid="ref20">21</xref>
          ]
[
          <xref ref-type="bibr" rid="ref21">22</xref>
          ]
[
          <xref ref-type="bibr" rid="ref22">23</xref>
          ]
        </p>
        <sec id="sec-3-7-1">
          <title>Comments</title>
          <p>of Jordan
hotels and
resorts’
residents.</p>
        </sec>
        <sec id="sec-3-7-2">
          <title>Twitter /</title>
        </sec>
      </sec>
      <sec id="sec-3-8">
        <title>Language</title>
        <sec id="sec-3-8-1">
          <title>MSA + Egyptian dialect</title>
        </sec>
        <sec id="sec-3-8-2">
          <title>Egyptian dialect</title>
          <p>MSA
MSA
In this section, we describe our multilingual sentiments analysis approach. As shown
in Figure 1, the proposed approach has several phases, which include data collection,
cleaning and pretreatment, and finally sentiment analysis.</p>
        </sec>
        <sec id="sec-3-8-3">
          <title>Customer feedback</title>
        </sec>
      </sec>
      <sec id="sec-3-9">
        <title>Data Collection</title>
        <sec id="sec-3-9-1">
          <title>DALG</title>
        </sec>
        <sec id="sec-3-9-2">
          <title>Arabizi</title>
        </sec>
        <sec id="sec-3-9-3">
          <title>Other Languages MSA</title>
        </sec>
        <sec id="sec-3-9-4">
          <title>Tokenization</title>
        </sec>
        <sec id="sec-3-9-5">
          <title>Remove Empty words</title>
        </sec>
        <sec id="sec-3-9-6">
          <title>Deleting repeated letters</title>
        </sec>
        <sec id="sec-3-9-7">
          <title>Lexicon- Based SVM, NB Classifier</title>
          <p>n
o
i
t
a
z
i
l
a
m
r
o
N</p>
        </sec>
        <sec id="sec-3-9-8">
          <title>Emphasis</title>
        </sec>
        <sec id="sec-3-9-9">
          <title>Normalization of the breakage</title>
        </sec>
      </sec>
      <sec id="sec-3-10">
        <title>Cleaning and Pretreatment</title>
        <sec id="sec-3-10-1">
          <title>Removal of isolated letters</title>
        </sec>
        <sec id="sec-3-10-2">
          <title>Transliteration of DALG Arabizi and other language to MSA</title>
          <p>g
n
i
n
a
e
l
C</p>
        </sec>
        <sec id="sec-3-10-3">
          <title>Tokenization</title>
        </sec>
        <sec id="sec-3-10-4">
          <title>Remove empty words</title>
        </sec>
        <sec id="sec-3-10-5">
          <title>Deleting repeated letters</title>
          <p>MSA</p>
        </sec>
        <sec id="sec-3-10-6">
          <title>Hybrid Classification</title>
        </sec>
        <sec id="sec-3-10-7">
          <title>Results</title>
        </sec>
      </sec>
      <sec id="sec-3-11">
        <title>Data collection</title>
        <p>The purpose of the collection phase is to extract data from different sources, such as
files and databases. These will be stored to feed our system, aiming to target their
exploitation in the analysis of feelings.</p>
        <p>The main source of our system focus on the raw customer feedback, averaged at
20,000 comments/ month, which comes from surveys provided by the telephone
company in question and is checked to determine the nature of the language used.
4.2</p>
      </sec>
      <sec id="sec-3-12">
        <title>Cleaning and Pretreatment</title>
        <p>Once the comments have been retrieved, they must go through the cleaning phase and
only keep comments deemed useful. Indeed, the collected stream may sometimes
contain duplicate messages from the same identifier.</p>
        <p>Moreover, the system must unify the texts by the normalization of the case, the
deemphasis of the words, the suppression of the single isolated letters and the maximum
elimination of the noise. Indeed, we must keep only the most representative and
important information. For that, it is also necessary the suppression of the empty words,
as well as the suppression of the repeated letters. Then we must switch to
transliteration which we translate all comments in Algerian dialect, arabizi or others in MSA
At the end of the preprocessing stage, the system must use the collected texts to
perform a sentiment analysis. However, the preprocessing phase of the texts aims to
eliminate a maximum of noise and to keep only the most important and representative
information for our analysis. Thus, at the end of this step, we will expose the overall
process to adopt and perform an effective preprocessing of the collected texts. This
phase is all the more important in our work because of the context of SMS and the
dialect language used. The pretreatment process involves several steps, namely:
The suppression of spaces and empty words, the normalization, the rooting, as well as
the automatic translation of the Algerian dialect and Arabizi.
4.3</p>
      </sec>
      <sec id="sec-3-13">
        <title>Sentiment analysis</title>
        <p>To classify the customer comments of the considered operator, we will aim for the
application of a hybrid approach to allow the classification of feelings by negative,
positive or neutral polarity. For this, it will be considered to use the lexicon-based
approach, as well as the use of supervised classification algorithms, such as Naïve
Bayes (NB) and Support Vector Machines (SVM), which are selected for their
efficiency and performance. Regarding the choice of the level of the analysis, we will be
asked to perform the AS at the document level and this, for the following reasons,
namely that comments are relatively short texts, where very often the commentary
deals with only one topic and the majority of comments contain only one opinion.
5</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Conclusion and perspectives</title>
      <p>In this paper, we presented a general architecture of a sentiment analyzer for the
interest of the Algerian Telephone OperatorOoredoo. The particularity of our work lies in
the proposal to build a robust system, which ensures the proper extraction and
recording of data collected from the comments of the customers of the Telephone Operator.
The application of sentiment analysis algorithms for several corpora, using different
languages, to determine the polarity of the texts. This work is to be evaluated in an
Algerian context, where the resources of Automatic Translation of Languages - TAL
are poor. For future work, we will consider experimenting with the proposed solution,
using both supervised and unsupervised sentiment analysis approaches.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <article-title>Blog du modérateur</article-title>
          . http ://www.blogdumoderateur.com/chifres-facebook/
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Analyse des sentiments et exploitation des opinions</article-title>
          . In :
          <article-title>Conférences de synthèse sur les technologies du langage humain</article-title>
          .
          <year>167pp</year>
          . (
          <year>2012</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Ahmed</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Nürnberger</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Evaluation of n-gram conflation approaches for Arabic text retrieval</article-title>
          .
          <source>Journal of the American Society for Information Science and Technology</source>
          ,
          <volume>9</volume>
          (
          <issue>2</issue>
          ),
          <fpage>1448</fpage>
          -
          <lpage>1465</lpage>
          (
          <year>2009</year>
          ).https://doi.org/10.1002/asi.21063
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Medhat</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hassan</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Korashy</surname>
          </string-name>
          ,H.:
          <article-title>Sentiment analysis algorithms and applications: A survey</article-title>
          .
          <source>Ain Shams Engineering Journal</source>
          <volume>5</volume>
          (
          <issue>4</issue>
          ),
          <fpage>1093</fpage>
          -
          <lpage>1113</lpage>
          (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Cherif</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Madani</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Kissi</surname>
            ,
            <given-names>M. :</given-names>
          </string-name>
          <article-title>A new modeling approach for Arabic opinion mining recognition</article-title>
          .
          <source>InProceedings of intelligent systems and computervision (ISCV)</source>
          ,
          <fpage>1</fpage>
          -
          <lpage>6</lpage>
          (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Cherif</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Madani</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Kissi</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>A combination of low-level light stemming and support vector machines for the classification of Arabic opinions</article-title>
          .
          <source>In Proceedings of 2016 11th international conference on intelligent systems: Theories and applications (SITA)1</source>
          <volume>-5</volume>
          (
          <issue>2016a</issue>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Cherif</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Madani</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Kissi</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>A hybrid optimal weighting scheme and machine learning for rendering sentiments in tweets</article-title>
          .
          <source>InternationalJournal of Intelligent Engineering Informatics</source>
          ,
          <volume>4</volume>
          (
          <issue>3-4</issue>
          ),
          <fpage>322</fpage>
          -
          <lpage>339</lpage>
          (
          <year>2016b</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Shoukry</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rafea</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Sentence-level Arabic sentiment analysis</article-title>
          ,
          <source>In the International Conference on Collaboration Technologies and Systems(CTS)</source>
          ,
          <year>2012</year>
          , pp.
          <fpage>546</fpage>
          -
          <lpage>550</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Duwairi</surname>
            ,
            <given-names>R. M.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Qarqaz</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>Arabic sentiment analysis using supervised classification</article-title>
          .
          <source>Proceedings of 2014 international conference on future internet of things andcloud (FICLOUD</source>
          )
          <fpage>579</fpage>
          -
          <lpage>583</lpage>
          . IEEE,(
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Duwairi</surname>
            ,
            <given-names>R. M.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Qarqaz</surname>
            ,
            <given-names>I.:</given-names>
          </string-name>
          <article-title>A framework for arabic sentiment analysis using supervised classification</article-title>
          .
          <source>International Journal of Data Mining, Modelling and Management</source>
          ,
          <volume>8</volume>
          (
          <issue>4</issue>
          ),
          <fpage>369</fpage>
          -
          <lpage>381</lpage>
          (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Duwairi</surname>
            ,
            <given-names>R. M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Marji</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , Sha'ban, N., &amp;
          <string-name>
            <surname>Rushaidat</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Sentiment analysis in arabic tweets</article-title>
          .
          <source>In :Proceedings of 2014 5th international conference on information andcommunication systems (ICICS)1</source>
          -
          <fpage>6</fpage>
          (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Rushdi-Saleh</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Martín-Valdivia</surname>
            ,
            <given-names>M. T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ureña-López</surname>
            ,
            <given-names>L. A.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Perea-Ortega</surname>
            ,
            <given-names>J. M. :</given-names>
          </string-name>
          <article-title>Oca: Opinion corpus forarabic</article-title>
          .
          <source>Journal of the American Society for Information Science and Technology</source>
          ,
          <volume>62</volume>
          (
          <issue>10</issue>
          ),
          <fpage>2045</fpage>
          -
          <lpage>2054</lpage>
          (
          <year>2011b</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Duwairi</surname>
            ,
            <given-names>R. M.</given-names>
          </string-name>
          :
          <article-title>Sentiment analysis for dialectical arabic</article-title>
          .
          <source>In Proceedings of 2015 6th international conference on information and communication systems (ICICS</source>
          )
          <fpage>166</fpage>
          -
          <lpage>170</lpage>
          (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Duwairi</surname>
            ,
            <given-names>R.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Alfaqeh</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wardat</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Alrabadi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Sentiment analysis for arabizi text</article-title>
          .
          <source>In: 2016 7th International Conference on Information and Communication Systems (ICICS)</source>
          ,
          <fpage>127</fpage>
          -
          <lpage>132</lpage>
          . IEEE (
          <year>2016</year>
          )
          <fpage>15</fpage>
          .
          <string-name>
            <surname>Medhafar</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bougares</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Esteve</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hadrich-Belguith</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Sentiment analysis of tunisian dialects: Linguistic ressources and experiments</article-title>
          .
          <source>In: Proceedings of the Third Arabic Natural Language Processing Workshop</source>
          . pp.
          <fpage>55</fpage>
          -
          <lpage>61</lpage>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          16.
          <string-name>
            <surname>Rahab</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zitouni</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Djoudi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          : Siaac:
          <article-title>Sentiment polarity identification on arabicalgerian newspaper comments</article-title>
          .
          <source>In Proceedings of the Computational Methods in Systems and Software</source>
          , pp.
          <fpage>139</fpage>
          -
          <lpage>149</lpage>
          . Springer(
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          17.
          <string-name>
            <surname>Guellil</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Azouaou</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Abbas</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Fatiha</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Arabizi transliteration of Algerian Arabic dialect into Modern Standard Arabic</article-title>
          .
          <source>Paper presented at the Social MT 2017/First workshop on Social Media and User Generated Content Machine Translation (2017a).</source>
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          18.
          <string-name>
            <surname>Duwairi</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ahmed</surname>
            ,
            <given-names>N.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Al-Rifai</surname>
          </string-name>
          , S.Y.:
          <article-title>Detecting sentiment embedded in Arabicsocial media-a lexicon-based approach</article-title>
          .
          <source>J. Intell. Fuzzy Syst</source>
          .
          <volume>29</volume>
          (
          <issue>1</issue>
          ):
          <fpage>107</fpage>
          -
          <lpage>17</lpage>
          (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          19.
          <string-name>
            <surname>Mataoui</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zelmati</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Boumechache</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>« A proposed lexicon-based sentiment analysis approach for the vernacular Algerian Arabic »</article-title>
          , Research in Computing Science, vol.
          <volume>110</volume>
          , p.
          <fpage>55</fpage>
          -
          <lpage>70</lpage>
          (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          20.
          <string-name>
            <surname>Guellil</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Azouaou</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Semmar</surname>
          </string-name>
          , N. :
          <article-title>Une approche fondée sur les lexiques d'analyse de sentiments du dialecte algérien : Association pour le Traitement Automatique des Langues</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          21.
          <string-name>
            <surname>Khalifa</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Omar</surname>
          </string-name>
          , N.:
          <article-title>« A hybrid method using lexicon-based approach and naive Bayesclassifier for Arabic opinion question answering »</article-title>
          ,
          <source>Journal of Computer Science</source>
          , vol.
          <volume>10</volume>
          ,no 10, p.
          <year>1961</year>
          (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          22 .
          <string-name>
            <surname>Refaee</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rieser</surname>
          </string-name>
          ,V. :
          <article-title>iLab-Edinburgh at SemEval-2016 Task 7: Ahybridapproach for determining sentiment intensity of Arabic Twitter phrases</article-title>
          ,
          <source>Proc. SemEval</source>
          , pp.
          <fpage>474</fpage>
          -
          <lpage>480</lpage>
          (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          23.
          <string-name>
            <surname>Biltawi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Al-Naymat</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Tedmori</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Arabic sentiment classification: A hybrid approach</article-title>
          .
          <source>Proceedings of 2017 international conference on New trends incomputing sciences (ICTCS</source>
          )
          <fpage>104</fpage>
          -
          <lpage>108</lpage>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          24.
          <string-name>
            <surname>Albraheem</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Al-Khalifa</surname>
            ,
            <given-names>H.S. :</given-names>
          </string-name>
          <article-title>Exploring the problems of sentiment analysis in informal Arabic</article-title>
          ,
          <source>In Proceedings of the 14th InternationalConference on Information Integration and Web-based Applications &amp;Servicespp</source>
          .
          <fpage>415</fpage>
          -
          <lpage>418</lpage>
          (
          <year>2012</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          25.
          <string-name>
            <surname>Mustafa</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>AlSamahi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Hamouda</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>New avenues in arabic sentiment analysis</article-title>
          .
          <source>International Journal of Scientific &amp; Engineering Research</source>
          ,
          <volume>8</volume>
          (
          <issue>2</issue>
          ),
          <fpage>907</fpage>
          -
          <lpage>915</lpage>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          26.
          <string-name>
            <surname>Aldayel</surname>
            ,
            <given-names>H.K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Azmi</surname>
            ,
            <given-names>A.M.:</given-names>
          </string-name>
          <article-title>Arabic tweets sentiment analysis-a hybrid scheme</article-title>
          .
          <source>Journal of Information Science</source>
          <volume>42</volume>
          (
          <issue>6</issue>
          ), (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          27.
          <string-name>
            <surname>Elhag</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Nordiana</surname>
            ,
            <given-names>A. K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vimala</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ahmed</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Sentiment analysis algorithms: evaluation performance of the Arabic and English language</article-title>
          . In the 2018 International Conference on Computer, Control, Electrical, and Electronics Engineering (ICCCEEE)
          <fpage>978</fpage>
          -
          <lpage>1</lpage>
          -
          <fpage>5386</fpage>
          -4123-1/18/$31.00 2018 IEEE
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          28.
          <string-name>
            <surname>Abd-Elhamid</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Elzanfaly</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>SharafEldin</surname>
          </string-name>
          , A. :
          <article-title>Arabic feature-based level sentiment analysis using lexicon-based approach</article-title>
          .
          <source>Journal of Fundamental and Applied Sciences</source>
          ,
          <volume>10</volume>
          (
          <issue>4S</issue>
          ),
          <fpage>143</fpage>
          -
          <lpage>148</lpage>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>