<!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>
      <journal-title-group>
        <journal-title>Forum for Information Retrieval Evaluation, December</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Based Sentiment Analysis for Malayalam,Tamil and Kannada Languages</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Pavan Kumar P.H.V</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Premjith B</string-name>
          <email>b_premjith@cb.amrita.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sanjanasri J.P</string-name>
          <email>jp_sanjanasri@cb.amrita.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Soman K.P</string-name>
          <email>kp_soman@amrita.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Vishwa Vidyapeetham</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>India</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Center for Computational Engineering and Networking (CEN), Amrita School of Engineering</institution>
          ,
          <addr-line>Coimbatore, Amrita</addr-line>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2021</year>
      </pub-date>
      <volume>1</volume>
      <fpage>7</fpage>
      <lpage>21</lpage>
      <abstract>
        <p>This paper describes the submission of the Amrita_CEN_NLP team to the shared task on DravidianCodeMix-FIRE2021. The dataset used in this task is CodeMix text associated with the context of social media. It's most common to notice the comments under Youtube videos, Facebook posts in the CodeMix. In this task, we implemented three diferent Deep learning-based architectures: Deep Neural Network (DNN), Bidirectional-Long Short Term Memory network (Bi-LSTM), and finally, Convolution Neural network (CNN) combined with a Long Short Term Memory network (LSTM) for predicting various sentiments associated with the Dravidian CodeMix languages(Malayalam, Tamil, Kannada). The data given by organizers is highly imbalanced to handle this issue weightage given to each class weight based on their distribution over data. Our experiments reveal that CNN combined with LSTM, DNN with one hidden layer performs best for Malayalam linguistics and, the BiLSTM layer suits the classification of Tamil and Kannada corpus. After inferring the results obtained on performed experiments, we submitted the results.</p>
      </abstract>
      <kwd-group>
        <kwd>Kannada Languages</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        India is a multilingual country [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] where we often spot conversations on social media
platforms [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] like YouTube, Facebook and, Twitter in code-mixed text. Sentiment analysis [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] is a
concept/technique involved in identifying and analyzing the sentiment/mood of people in the
social media [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] context. To classify the underlying sentiments of text as positive, negative,
mixed feelings, Native, non-Native, we use sentiment analysis [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ].
      </p>
      <p>
        Text that adopts the vocabulary and grammar from multiple languages frames a new structure
based on its usage called code-mixed text [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. This paper discusses the methodology and results
submitted to the shared task of sentiment analysis for Malayalam-English, Tamil-English, and
Kannada-English languages [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. We implemented three Deep Neural network architectures
for classifying code-mixed text: Convolution Neural Network (CNN) combined with LSTM
nEvelop-O
LGOBE
(S. K.P)
      </p>
      <p>
        https://www.linkedin.com/in/pavan-kumar-phv/ (P. K. P.H.V); https://www.amrita.edu/faculty/b-premjith
© 2021 Copyright for this paper by its authors. Use permitted under Creative Commons License Attribution 4.0 International (CC BY 4.0).
(CNN-LSTM) [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], Bidirectional-Long Short Term Memory (Bi-LSTM) network [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], and Deep
Neural Network(DNN) with one hidden layer.
      </p>
      <p>The remaining sections of the paper consist of, Section:2 details the work done in this area,
Section:3 explains the dataset used in the shared task, Section:4 discusses the methodology
followed in conducting experiments, Section:5 details the list of experiments and results. Finally,
the paper concludes with Section:6.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Literature Review</title>
      <p>
        B. R Chakravarthi et al. [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] created a golden standard corpus for the code-mixed dataset
in Malayalam–English language. The authors collected data from YouTube comments after
preprocessing, manually labeled the data with the help of annotators. B.R. Chakravarthi et
al. used Logistic regression (LR), Support vector machine (SVM), Decision tree (DT), Random
Forest (RF), Multinomial Naive Bayes (MNB), K-Nearest Neighbours (KNN) as machine
learning techniques and, Dynamic Meta-Embeddings (DME), Contextualized DME(CDME), One
Dimensional Convolution Neural Network(1D-CNN), Bidirectional Encoder Representations for
Transformers (BERT) as Deep Learning techniques for defining a baseline method for sentiment
analysis. Except for SVM rest, all the machine learning Models had detected the various classes
in the data. Due to the usage of pre-trained embeddings in deep learning Models, CDME and
DME are thriving to identify all the classes and, 1D-CNN shows better F1-score, precision, recall,
and macro-average.
      </p>
      <p>
        In 2020, Soumya S &amp; Pramod K.V conducted sentiment analysis on unilingual Malayalam
tweets [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] using various machine learning techniques combined with diferent features
embeddings for tweets of positive and negative classes. They used SVM, NB, and Random Forest
(RF) machine learning techniques for classification of tweets and found that RF gives significant
accuracy along unigram with Sentiwordnet by considering negation word as a feature.
      </p>
      <p>
        Manju Venugopalan &amp; Deepa Gupta performed sentiment analysis [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] on the binary
classification of Twitter data using SVM and Decision Tree (J48) classifiers. The authors measured
the performance of the SVM and J48 Model by comparing them with the unigram Model
performance and, they found that J48 and SVM classifier outperformed when compared with the
unigram Model.
      </p>
      <p>T. Tulasi Sasidhar et al. [13] had used deep learning techniques to perform sentiment analysis
on Hindi-English code-mix data. They perceived that the CNN-Bi-LSTM Model had achieved the
best performance compared to other Models with an F1-score of 70.32%. A similar Model with
some slight variations is used in this shared task, where the details of the Model are explained
in the section 4.2.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Dataset Description</title>
      <p>
        The dataset used in the shared task [14] contains bilingual and native texts of three diferent
languages, Malayalam-English [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], Tamil-English [15] and, Kannada-English [16]. Figure 1
illustrates the distribution of data over classes, and the split of the dataset in conducting the
experiments are mentioned in Table 1.
      </p>
    </sec>
    <sec id="sec-4">
      <title>4. Methodology</title>
      <sec id="sec-4-1">
        <title>4.1. Preprocessing</title>
        <sec id="sec-4-1-1">
          <title>Class</title>
          <p>unknown_state
Positive
Negative
Mixed_feelings
not-malayalam
unknown_state
Positive
Negative
Mixed_feelings
not-Tamil
unknown state
Positive
Negative
Mixed feelings
not-Kannada
This section explains the methodology followed in conducting experiments and the Models
submitted to the shared task.</p>
          <p>Dataset [14] used in the shared task is a mix of the Dravidian(Malayalam, Tamil &amp; Kannada)
and English language of social media corpus [17], which contains lots of special Characters,
emojis, URLs, and hashtags. These entities afect the performance of the Model accuracy. To
remove all such entities from the corpus [18], we implemented the preprocessing stage.</p>
        </sec>
      </sec>
      <sec id="sec-4-2">
        <title>4.2. Description on Models</title>
        <p>Experiments had conducted on the dataset using various Models of deep neural network
architectures. Model-1 illustrated in Figure 3 contains embedding layer, 1D-CNN, 1D Max
Pooling, Long Short Term Memory (LSTM), a hidden layer and finally, a dense layer. Model-2
contains an embedding layer, a Bidirectional-Long Short Term Memory network (Bi-LSTM)
and, a dense layer. Model-3 contains an Embedding layer, a Flatten, a hidden and, a Dense layer.</p>
        <p>Each Model illustrated in Figure 3 follows a set of sequential steps before feeding into the
network. After preprocessing data, the extracted features as embedded vectors for each sentence
in the corpus are feed forwarded as inputs to the network.</p>
        <p>Dataset used in the shared task is highly imbalanced. The concept of class weights [19]
is applied to overcome this issue by computing the Individual class weights using equation
1. Classes labels with more data points get minimum weight, and with fewer gets maximum
weight
  =</p>
        <p>∑=1  
 
(1)
In the above equation-(1),
sentences in each class c.</p>
        <p />
      </sec>
      <sec id="sec-4-3">
        <title>4.3. Hyperparameter tuning</title>
        <p>→ Class Weights, ∑=1   → Sum of all the sentences in the corpus   → Number of
conducting experiments on Model-3, Which was the best performing Model.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Experiments and Results</title>
      <p>We used three diferent deep neural network Models illustrated in Figure 3 to conduct the
shared task experiments1. Model-1 contains a 1D-CNN, Max Pooling, LSTM layer, and a fully
connected dense layer; Model-2 had one Bi-LSTM layer followed by a dense layer; Model-3 had
a hidden layer and one fully connected dense layer. The experimental results on the training
dataset of all three Models on the selected hyperparameters are in Table 3,4,5, and the validation
performance is in Table 6. The best-performing Model metrics values are highlighted in bold
font.</p>
      <p>DNN with one Hidden layer achieve better classification than Model-1 and Model-2 on the
Malayalam-English language. BiLSTM with the mentioned hyperparameters in Tabel 2 performs
better than Model-1 and Model-3 on the Kannada-English CodMix. For the Tamil-English corpus
based on training and testing performance and the metric values, we go for Model-2.
1https://github.com/phvpavankumar/Sentiment-Analysis-for-Malayalam-Tamil-and-Kannada-Languages</p>
      <sec id="sec-5-1">
        <title>Model</title>
      </sec>
      <sec id="sec-5-2">
        <title>Model-1</title>
      </sec>
      <sec id="sec-5-3">
        <title>Model-2</title>
      </sec>
      <sec id="sec-5-4">
        <title>Model-3</title>
      </sec>
      <sec id="sec-5-5">
        <title>Model</title>
      </sec>
      <sec id="sec-5-6">
        <title>Model-1</title>
      </sec>
      <sec id="sec-5-7">
        <title>Model-2 Model-3</title>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>6. Conclusion</title>
      <p>In this paper, we discussed the submission of a shared task by team Amrita_CEN_NLP for
Dravidian-CodeMix-FIRE2021. We did sentiment analysis for three Dravidian code-mixed
languages, Malayalam, Tamil and, Kannada. We used three diferent deep learning Models: Model-1
had a 1D-CNN layer, Maxpooling layer, LSTM, a fully connected dense layer. Model-2 had one
Bi-LSTM layer, Model-3 had only one fully connected thick layer for conducting experiments.
After training three embedding Models on datasets several times, optimal hyperparameters we
listed and the results obtained from Model-3 were much better when compared with Model-1
and Model-2 in Malayalam-English linguistics. Model-2 suits good for Kannada-English and
Tamil-English linguistics.
[13] T. T. Sasidhar, B. Premjith, K. Sreelakshmi, K. P. Soman, Sentiment analysis on hindi–english
code-mixed social media text, 2021. doi:1 0 . 1 0 0 7 / 9 7 8 - 9 8 1 - 3 3 - 4 5 4 3 - 0 _ 6 5 .
[14] R. Priyadharshini, B. R. Chakravarthi, S. Thavareesan, D. Chinnappa, T. Durairaj, E. Sherly,
Overview of the dravidiancodemix 2021 shared task on sentiment detection in tamil,
malayalam, and kannada, in: Forum for Information Retrieval Evaluation, FIRE 2021,
Association for Computing Machinery, 2021.
[15] B. R. Chakravarthi, V. Muralidaran, R. Priyadharshini, J. P. McCrae, Corpus creation for
sentiment analysis in code-mixed Tamil-English text, in: Proceedings of the 1st Joint
Workshop on Spoken Language Technologies for Under-resourced languages (SLTU)
and Collaboration and Computing for Under-Resourced Languages (CCURL), European
Language Resources association, Marseille, France, 2020, pp. 202–210. URL: https://www.
aclweb.org/anthology/2020.sltu-1.28.
[16] A. Hande, R. Priyadharshini, B. R. Chakravarthi, KanCMD: Kannada CodeMixed dataset
for sentiment analysis and ofensive language detection, in: Proceedings of the Third
Workshop on Computational Modeling of People’s Opinions, Personality, and Emotion’s
in Social Media, Association for Computational Linguistics, Barcelona, Spain (Online),
2020, pp. 54–63. URL: https://www.aclweb.org/anthology/2020.peoples-1.6.
[17] B. R. Chakravarthi, R. Priyadharshini, S. Thavareesan, D. Chinnappa, T. Durairaj, E. Sherly,
J. P. McCrae, A. Hande, R. Ponnusamy, S. Banerjee, C. Vasantharajan, Findings of the
Sentiment Analysis of Dravidian Languages in Code-Mixed Text 2021, in: Working Notes
of FIRE 2021 - Forum for Information Retrieval Evaluation, CEUR, 2021.
[18] S. Ayvaz, M. Shiha, The efects of emoji in sentiment analysis, International Journal
of Computer and Electrical Engineering 9 (2017) 360–369. doi:1 0 . 1 7 7 0 6 / I J C E E . 2 0 1 7 . 9 . 1 .
3 6 0 - 3 6 9 .
[19] B. Premjith, K. Soman, Amrita_cen_nlp@ wosp 3c citation context classification task, in:
Proceedings of the 8th International Workshop on Mining Scientific Publications, 2020, pp.
71–74.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>B.</given-names>
            <surname>Krishnamurti</surname>
          </string-name>
          , Dravidian languages (
          <year>2020</year>
          ). URL: https://www.britannica.com/topic/ Dravidian-languages.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>S.</given-names>
            <surname>Suryawanshi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B. R.</given-names>
            <surname>Chakravarthi</surname>
          </string-name>
          ,
          <article-title>Findings of the shared task on troll meme classification in Tamil</article-title>
          ,
          <source>in: Proceedings of the First Workshop on Speech and Language Technologies for Dravidian Languages, Association for Computational Linguistics</source>
          , Kyiv,
          <year>2021</year>
          , pp.
          <fpage>126</fpage>
          -
          <lpage>132</lpage>
          . URL: https://aclanthology.org/
          <year>2021</year>
          .dravidianlangtech-
          <volume>1</volume>
          .
          <fpage>16</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>N.</given-names>
            <surname>Choudhary</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Singh</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Bindlish</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Shrivastava</surname>
          </string-name>
          ,
          <article-title>Sentiment analysis of code-mixed languages leveraging resource rich languages</article-title>
          , CoRR abs/
          <year>1804</year>
          .00806 (
          <year>2018</year>
          ). URL: http: //arxiv.org/abs/
          <year>1804</year>
          .00806.
          <article-title>a r X i v : 1 8 0 4 . 0 0 8 0 6</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>S.</given-names>
            <surname>Banerjee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B. Raja</given-names>
            <surname>Chakravarthi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. P.</given-names>
            <surname>McCrae</surname>
          </string-name>
          ,
          <article-title>Comparison of pretrained embeddings to identify hate speech in indian code-mixed text</article-title>
          ,
          <source>in: 2020 2nd International Conference on Advances in Computing, Communication Control and Networking (ICACCCN)</source>
          ,
          <year>2020</year>
          , pp.
          <fpage>21</fpage>
          -
          <lpage>25</lpage>
          .
          <source>doi:1 0 . 1 1</source>
          <volume>0</volume>
          <fpage>9</fpage>
          <string-name>
            <surname>/ I C A C C C N</surname>
          </string-name>
          <article-title>5 1</article-title>
          <volume>0 5 2 . 2 0 2 0 . 9 3 6 2 7 3 1 .</volume>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>B. R.</given-names>
            <surname>Chakravarthi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Priyadharshini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Muralidaran</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Suryawanshi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Jose</surname>
          </string-name>
          , E. Sherly,
          <string-name>
            <given-names>J. P.</given-names>
            <surname>McCrae</surname>
          </string-name>
          ,
          <article-title>Overview of the track on sentiment analysis for dravidian languages in code-mixed text</article-title>
          ,
          <source>in: Forum for Information Retrieval Evaluation</source>
          ,
          <year>2020</year>
          , pp.
          <fpage>21</fpage>
          -
          <lpage>24</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>B. R.</given-names>
            <surname>Chakravarthi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. K.</given-names>
            <surname>Kumaresan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Sakuntharaj</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. K.</given-names>
            <surname>Madasamy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Thavareesan</surname>
          </string-name>
          , P. B,
          <string-name>
            <given-names>S. Chinnaudayar</given-names>
            <surname>Navaneethakrishnan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. P.</given-names>
            <surname>McCrae</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Mandl</surname>
          </string-name>
          ,
          <article-title>Overview of the HASOC-DravidianCodeMix Shared Task on Ofensive Language Detection in Tamil and Malayalam</article-title>
          , in: Working Notes of FIRE 2021 -
          <article-title>Forum for Information Retrieval Evaluation</article-title>
          ,
          <string-name>
            <surname>CEUR</surname>
          </string-name>
          ,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>S.</given-names>
            <surname>Banerjee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Jayapal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Thavareesan</surname>
          </string-name>
          ,
          <article-title>Nuig-shubhanker@dravidian-codemix- fire2020: Sentiment analysis of code-mixed dravidian text using xlnet</article-title>
          ,
          <source>in: FIRE</source>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>K.</given-names>
            <surname>Sreelakshmi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Premjith</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Kp</surname>
          </string-name>
          , Amrita_cen_nlp@
          <fpage>dravidianlangtech</fpage>
          -eacl2021:
          <article-title>Deep learning-based ofensive language identification in malayalam, tamil and kannada</article-title>
          ,
          <source>in: Proceedings of the First Workshop on Speech and Language Technologies for Dravidian Languages</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>249</fpage>
          -
          <lpage>254</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>B.</given-names>
            <surname>Premjith</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Soman</surname>
          </string-name>
          ,
          <article-title>Deep learning approach for the morphological synthesis in malayalam and tamil at the character level</article-title>
          ,
          <source>Transactions on Asian and Low-Resource Language Information Processing</source>
          <volume>20</volume>
          (
          <year>2021</year>
          )
          <fpage>1</fpage>
          -
          <lpage>17</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>B. R.</given-names>
            <surname>Chakravarthi</surname>
          </string-name>
          , N. Jose,
          <string-name>
            <given-names>S.</given-names>
            <surname>Suryawanshi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Sherly</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. P.</given-names>
            <surname>McCrae</surname>
          </string-name>
          ,
          <article-title>A sentiment analysis dataset for code-mixed Malayalam-English, in: Proceedings of the 1st Joint Workshop on Spoken Language Technologies for Under-resourced languages (SLTU) and Collaboration and Computing for Under-Resourced Languages (CCURL), European Language Resources association</article-title>
          , Marseille, France,
          <year>2020</year>
          , pp.
          <fpage>177</fpage>
          -
          <lpage>184</lpage>
          . URL: https://www.aclweb.org/anthology/ 2020.sltu-
          <volume>1</volume>
          .
          <fpage>25</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>S. S.</surname>
          </string-name>
          ,
          <string-name>
            <surname>P. K.V.</surname>
          </string-name>
          ,
          <article-title>Sentiment analysis of malayalam tweets using machine learning techniques</article-title>
          ,
          <source>ICT Express 6</source>
          (
          <year>2020</year>
          )
          <fpage>300</fpage>
          -
          <lpage>305</lpage>
          . URL: https://www.sciencedirect.com/science/article/pii/ S2405959520300382. doi:h t t p s : / / d o i .
          <source>o r g / 1 0 . 1 0 1 6 / j . i c t e . 2 0 2 0 . 0 4 . 0 0 3 .</source>
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>M.</given-names>
            <surname>Venugopalan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Gupta</surname>
          </string-name>
          ,
          <article-title>Exploring sentiment analysis on twitter data</article-title>
          , in: 2015 Eighth International Conference on Contemporary
          <source>Computing (IC3)</source>
          ,
          <year>2015</year>
          , pp.
          <fpage>241</fpage>
          -
          <lpage>247</lpage>
          .
          <source>doi:1 0 . 1 1 0 9 / I C 3 . 2 0</source>
          <volume>1 5 . 7 3 4 6 6 8 6 .</volume>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>