<!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>
      <issn pub-type="ppub">1613-0073</issn>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Word-Level Language Identification of Code-Mixed Tulu-English Data</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Poorvi Shetty</string-name>
          <email>poorvishetty1202@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>JSS Science and Technology University</institution>
          ,
          <addr-line>Mysuru</addr-line>
          ,
          <country country="IN">India</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Code-mixing, the amalgamation of languages in speech, particularly common in India, generates informal, multilingual content on social media. Analyzing this content for linguistic tasks, notably Language Identification, is crucial. This study focuses on word-level Language Identification in Tulu-English codemixed words, using diverse embeddings and classifiers. Results show promising accuracy, afirming the viability of the proposed approach, with the best system achieving a weighted average F1 score of 0.799. The study enhances multilingual processing by providing insights into efective language identification in complex linguistic scenarios, with broader implications for communication understanding in multilingual societies. The proposed system ranked 3rd in the shared task.</p>
      </abstract>
      <kwd-group>
        <kwd>language identification</kwd>
        <kwd>code-mixing</kwd>
        <kwd>multilingual communication</kwd>
        <kwd>word embeddings</kwd>
        <kwd>classifiers</kwd>
        <kwd>Tulu-</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>CEUR
ceur-ws.org</p>
    </sec>
    <sec id="sec-2">
      <title>1. Introduction</title>
      <p>Language Identification (LID) in Natural Language Processing (NLP) refers to the process of
determining the natural language in which a given piece of text is written. It involves analyzing
various linguistic features and patterns within the text to accurately determine the language it
belongs to.</p>
      <p>
        Tulu, along with the state language Kannada is part of the cultural and linguistic landscape of
Karnataka, India. Those proficient in Tulu, known as Tuluvas, commonly exhibit fluency in both
Tulu and Kannada, encompassing reading, writing, and verbal communication. Moreover, the
Tulu language incorporates numerous lexical elements from Kannada. Additionally, the usage
of English characters holds prominence among many Tulu speakers, particularly those active
on social media platforms. Notably, the commentary contributed by Tulu users in response to
Tulu-focused content on social media platforms often manifests as a linguistic amalgamation,
involving Tulu, Kannada, and English. This intricate linguistic phenomenon has given rise
to a valuable collection of trilingual code-mixed data, an area that has remained relatively
unexplored within the realm of research. [
        <xref ref-type="bibr" rid="ref1 ref2">1, 2</xref>
        ]
      </p>
      <p>This paper delves into the realm of word-level LID within the context of code-mixed
TuluEnglish (Tu-En) textual compositions. These textual instances have been sourced from
comCEUR
Workshop
Proceedings</p>
      <p>
        © 2023 Copyright for this paper by its authors. Use permitted under Creative Commons License Attribution 4.0 International (CC BY 4.0).
mentary sections of Tulu YouTube videos, consequently facilitating the construction of the
Code-mixed Tulu-English Language Identification (CoLI-Tunglish) dataset. This task was part
of the Word-level Language Identification in Code-mixed Tulu Texts (CoLI-Tunglish) shared
task[
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. A similar shared task CoLI-Kanglish (Kannada and English) was conducted last year
[
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
      </p>
    </sec>
    <sec id="sec-3">
      <title>2. Related Work</title>
      <p>
        In addressing the challenge of code-mixed language identification, several researchers have
contributed innovative approaches. Gundapu and Mamidi [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] introduced Conditional Random
Fields (CRFs) and Hidden Markov Models (HMMs) for English-Telugu code-mixed data,
ultimately finding success with CRFs. Sabty et al. [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] focused on Arabic-English (AR-EN) text
and found Segmental Recurrent Neural Networks (SegRNN) to excel in intra-word language
identification. Mandal et al. [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] presented supervised learning methods for Bengali-English
codemixed data, utilizing character-based and root phone-based encodings in deep Long Short-Term
Memory (LSTM) models.
      </p>
      <p>
        In the realm of code-mixed language identification, researchers have explored various
methodologies. Ojo et al. [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] delved into code-mixed Kannada and English (Kn-En) texts, achieving
high accuracy with their CK-Keras model, incorporating pre-trained Word2Vec embeddings.
Tonja et al. [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] introduced a Transformer-based model for word-level language identification in
code-mixed Kannada-English texts. Uchoi and Kaur [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] combined language-specific
morphological dictionary-based approaches with character n-gram language models to achieve precise
word classification in English and Punjabi code-mixed sentences.
      </p>
      <p>
        Researchers have developed versatile approaches to address code-mixed language
identification across various languages and contexts. Chittaranjan et al. [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] presented a CRF-based
system that incorporates lexical, contextual, character n-gram, and special character features,
applicable to multiple languages. Gella et al. [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] tackled language identification in concise
code-mixed documents across 28 languages. Sarma et al. [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] addressed word-level language
identification in a multilingual context, proposing and evaluating strategies for low-resource
languages like Assamese, Bengali, Hindi, and English.
      </p>
      <p>
        Studies have also explored the efectiveness of BERT and Transformer models in code-mixed
language identification. Hidayatullah et al. [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] demonstrated the superiority of fine-tuned
IndoBERTweet models, utilizing sub-word language representations for accurate language
identification. Shashirekha et al. [ 15] created the CoLI-Kenglish dataset and employed various
models, with the CoLI-ngrams model standing out as superior. Vajrobol [16] utilized
transformerbased techniques, fine-tuning the DistilBERT model to discern the language of individual words
within code-mixed Kannada-English texts using the Distilka model.
      </p>
    </sec>
    <sec id="sec-4">
      <title>3. Existing Dataset</title>
      <p>
        The Code-mixed Tulu-English Language Identification (CoLI-Tunglish) dataset [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] consists of
Tulu, Kannada, and English words in Roman script and is grouped into seven major categories,
namely, ”Tulu”, “Kannada”, “English”, “Mixed-language”, “Name”, “Location” and “Other”. These
texts are extracted from Tulu YouTube video comments, a rich source of trilingual code-mixed
data.
      </p>
    </sec>
    <sec id="sec-5">
      <title>4. Data Preprocessing</title>
      <p>The undertaken methodologies within this study encompassed initial preprocessing steps,
including the conversion of the provided text to lowercase, followed by its representation as
strings for further analysis. The following embedding techniques were employed and tested to
encapsulate the inherent linguistic characteristics of the text data:</p>
      <p>Bag-of-Words (BoW) is a basic and widely used text representation technique in NLP. It treats
each document (or piece of text) as a ”bag” of individual words, disregarding the order and
structure of the words. The basic idea is to create a vocabulary of all unique words in the entire
corpus (collection of documents). For each document, a vector is created where each dimension
corresponds to a word from the vocabulary, and the value in each dimension represents the
frequency of that word in the document. BoW is simple and eficient but does not capture word
order or context.</p>
      <p>Character n-grams are a more fine-grained technique that represents text by breaking it
down into chunks of characters, rather than words. An n-gram is a contiguous sequence of
n characters in a string. The character n-grams technique was trialled across varying n-gram
intervals, specifically (1,2), (1,3), and (1,4), i.e., we are considering all possible combinations of
character sequences with lengths ranging from 1 to 2 characters, 1 to 3 characters, and 1 to 4
characters. Character n-grams capture subword information.</p>
    </sec>
    <sec id="sec-6">
      <title>5. Classifiers</title>
      <p>A comprehensive array of models was applied in this study to address the task at hand. The
Scikit-Learn library was employed for model implementation, and default parameters were
utilized. The utilization of this diverse set of models aimed at exploring a wide spectrum of
possibilities and capturing nuanced patterns within the code-mixed data. The descriptions of
the models used is as follows:</p>
      <p>RandomForest is an ensemble learning method that builds a forest of decision trees and
combines their predictions to improve accuracy and reduce overfitting in classification and
regression tasks. Multinomial Naive Bayes is a classification algorithm commonly used for text
and document classification tasks. It’s based on the Bayes’ theorem and assumes that features
are conditionally independent. Logistic Regression is a simple linear classification algorithm
used for binary classification problems. It models the probability of a binary outcome. Linear
Support Vector Classifier is a linear machine learning model used for binary classification. It
aims to find a hyperplane that best separates the data into two classes. A Decision Tree is a
tree-like model that makes decisions by recursively splitting the dataset based on the most
significant feature at each node. KNN is a non-parametric and instance-based algorithm used
for classification and regression. It classifies data points based on the majority class of their
k-nearest neighbors.</p>
      <p>AdaBoost is an ensemble learning technique that combines multiple weak learners (usually
decision trees) to create a strong classifier. OneVsRest classifier was used, a multi-class
classification strategy where a separate binary Logistic Regression classifier is trained for each class to
handle multi-class classification problems. Gradient Boosting is an ensemble method that builds
an additive model by training weak learners sequentially, where each new learner corrects the
errors made by the previous one.</p>
      <p>Stacking classifier was used, which combines multiple base models (LinearSVC, RandomForest,
KNN) with a meta-learner (Logistic Regression) to improve overall model performance. The
Voting Classifier combines the predictions of multiple classifiers (e.g., LR, RF, and SVC) using
majority voting or weighted voting to make a final decision. Bagging (Bootstrap Aggregating)
is an ensemble technique that trains multiple instances of the same base model (KNN) on
bootstrapped samples of the data and combines their predictions.</p>
    </sec>
    <sec id="sec-7">
      <title>6. Methodology</title>
      <p>After performing data preprocessing, each of the models mentioned in the previous section
was trained separately using the various word embeddings discussed. Table 2 (refer to Table
2) displays the weighted average F1 scores of the classifiers when combined with diferent
combinations of word embeddings, including Bag of Words (BoW) and Character n-grams with
varying n-gram ranges. The evaluation of the models was based on their performance in terms
of the weighted average F1 score. This particular metric is well-suited for assessing
multiclass classification models because it accounts for class imbalances, provides a comprehensive
measure of overall performance across all classes, and considers practical considerations such as
the significance of individual classes. This metric delivers a balanced evaluation that combines
both precision and recall, making it a valuable tool for selecting models and evaluating their
performance in real-world applications.</p>
    </sec>
    <sec id="sec-8">
      <title>7. Results</title>
      <p>Out of all the models, CountVectorizer with an n-gram range of (1,4), coupled with LinearSVC
classifier was the most efective configuration observed for the language identification task.
This combination adeptly captures linguistic nuances and establishes clear decision boundaries,
showcasing superior accuracy and precision in distinguishing languages. With the development
dataset, the model gives a weighted average F1 score of 0.87. The weighted average F1 score
with this set-up for the test dataset was 0.799. This was the third best score in the CoLi-Tunglish
shared task.</p>
    </sec>
    <sec id="sec-9">
      <title>8. Conclusion</title>
      <p>This study addressed the task of language identification within code-mixed Tulu-English words,
prevalent in multilingual communication. Through the utilization of diverse word embeddings
and classifiers, significant progress was made in efectively meeting this challenge. Notably,
character n-grams in the range 1 to 4 with LinearSVC classifier demonstrated exceptional
performance, yielding the highest weighted average F1 score compared to the other
embeddingsmodel that were evaluated, highlighting the critical role of appropriate selection in achieving
accurate language identification. Further exploration could involve refining embeddings and
considering ensemble strategies to advance the accuracy and resilience of code-mixed language
identification systems.
puter Science 9 (2023). URL: https://www.readcube.com/articles/10.7717%2Fpeerj-cs.1312.
doi:10.7717/peerj-cs.1312.
[15] H. L. Shashirekha, F. Balouchzahi, M. D. Anusha, G. Sidorov, CoLI-Machine Learning
Approaches for Code-mixed Language Identification at the Word Level in
KannadaEnglish Texts, 2022. URL: http://arxiv.org/abs/2211.09847. doi:10.48550/arXiv.2211.
09847, arXiv:2211.09847 [cs].
[16] V. Vajrobol, CoLI-Kanglish: Word-Level Language Identification in Code-Mixed
KannadaEnglish Texts Shared Task using the Distilka model, in: Proceedings of the 19th
International Conference on Natural Language Processing (ICON): Shared Task on Word
Level Language Identification in Code-mixed Kannada-English Texts, Association for
Computational Linguistics, IIIT Delhi, New Delhi, India, 2022, pp. 7–11. URL: https:
//aclanthology.org/2022.icon-wlli.2.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>N. H.</given-names>
            <surname>Hebbar</surname>
          </string-name>
          ,
          <string-name>
            <surname>Tulu Language - Its Script</surname>
          </string-name>
          and Dialects, https://www.mangaloretoday.com/ opinion/Tulu-Language-
          <article-title>Its-Script-and-</article-title>
          <string-name>
            <surname>Dialects</surname>
          </string-name>
          .html, -.
          <source>[Accessed</source>
          <volume>07</volume>
          -
          <fpage>10</fpage>
          -2023].
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>A.</given-names>
            <surname>Hegde</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. D.</given-names>
            <surname>Anusha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Coelho</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. L.</given-names>
            <surname>Shashirekha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B. R.</given-names>
            <surname>Chakravarthi</surname>
          </string-name>
          ,
          <article-title>Corpus Creation for Sentiment Analysis in Code-Mixed Tulu Text, in: Proceedings of the 1st Annual Meeting of the ELRA</article-title>
          /ISCA Special Interest Group on
          <string-name>
            <surname>Under-Resourced Languages</surname>
          </string-name>
          ,
          <year>2022</year>
          , pp.
          <fpage>33</fpage>
          -
          <lpage>40</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>A.</given-names>
            <surname>Hagde</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Balouchzahi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Coelho</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. Hosahalli</given-names>
            <surname>Lakshmaiah</surname>
          </string-name>
          ,
          <string-name>
            <surname>H.</surname>
          </string-name>
          <article-title>A Nayel, S. Butt, Overview of coli-tunglish: Word-level language identification in code-mixed tulu texts at fire 2023, in: Forum for Information Retrieval Evaluation FIRE -</article-title>
          <year>2023</year>
          ,
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>F.</given-names>
            <surname>Balouchzahi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Butt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Hegde</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Ashraf</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Shashirekha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Sidorov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gelbukh</surname>
          </string-name>
          ,
          <article-title>Overview of coli-kanglish: Word level language identification in code-mixedkannadaenglish texts at icon 2022</article-title>
          ,
          <source>in: Proceedings of the 19th International Conference on Natural Language Processing (ICON): Shared Task on Word Level Language Identification in Code-mixed Kannada-English Texts</source>
          ,
          <year>2022</year>
          , pp.
          <fpage>38</fpage>
          -
          <lpage>45</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>S.</given-names>
            <surname>Gundapu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Mamidi</surname>
          </string-name>
          ,
          <article-title>Word level language identification in English Telugu code mixed data</article-title>
          ,
          <source>in: Proceedings of the 32nd Pacific Asia Conference on Language, Information and Computation</source>
          , Association for Computational Linguistics, Hong Kong,
          <year>2018</year>
          . URL: https://aclanthology.org/Y18-1021.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>C.</given-names>
            <surname>Sabty</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Mesabah</surname>
          </string-name>
          , Özlem Çetinoğlu,
          <string-name>
            <given-names>S.</given-names>
            <surname>Abdennadher</surname>
          </string-name>
          ,
          <article-title>Language identification of intra-word code-switching for arabic-english</article-title>
          ,
          <source>Array</source>
          <volume>12</volume>
          (
          <year>2021</year>
          )
          <article-title>100104</article-title>
          . URL: https:// www.sciencedirect.com/science/article/pii/S2590005621000473. doi:https://doi.org/10. 1016/j.array.
          <year>2021</year>
          .
          <volume>100104</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>S.</given-names>
            <surname>Mandal</surname>
          </string-name>
          , S.
          <string-name>
            <surname>D. Das</surname>
          </string-name>
          ,
          <string-name>
            <surname>D. Das</surname>
          </string-name>
          ,
          <article-title>Language Identification of Bengali-English Code-Mixed data using Character &amp; Phonetic based</article-title>
          LSTM Models,
          <year>2018</year>
          . URL: http://arxiv.org/abs/
          <year>1803</year>
          . 03859. doi:
          <volume>10</volume>
          .48550/arXiv.
          <year>1803</year>
          .
          <volume>03859</volume>
          , arXiv:
          <year>1803</year>
          .03859 [cs] version:
          <fpage>1</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>O. E.</given-names>
            <surname>Ojo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gelbukh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Calvo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Feldman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O. O.</given-names>
            <surname>Adebanji</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Armenta-Segura</surname>
          </string-name>
          ,
          <article-title>Language Identification at the Word Level in Code-Mixed Texts Using Character Sequence and Word Embedding</article-title>
          ,
          <source>in: Proceedings of the 19th International Conference on Natural Language Processing</source>
          (ICON):
          <article-title>Shared Task on Word Level Language Identification in Code-mixed Kannada-English Texts, Association for Computational Linguistics</article-title>
          , IIIT Delhi, New Delhi, India,
          <year>2022</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>6</lpage>
          . URL: https://aclanthology.org/
          <year>2022</year>
          .icon-wlli.
          <volume>1</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>A. L.</given-names>
            <surname>Tonja</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. G.</given-names>
            <surname>Yigezu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Kolesnikova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. S.</given-names>
            <surname>Tash</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Sidorov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gelbuk</surname>
          </string-name>
          ,
          <article-title>Transformerbased Model for Word Level Language Identification in Code-</article-title>
          mixed
          <string-name>
            <surname>Kannada-English</surname>
            <given-names>Texts</given-names>
          </string-name>
          ,
          <year>2022</year>
          . URL: http://arxiv.org/abs/2211.14459. doi:
          <volume>10</volume>
          .48550/arXiv.2211.14459, arXiv:
          <fpage>2211</fpage>
          .14459 [cs].
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>E.</given-names>
            <surname>Uchoi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Kaur</surname>
          </string-name>
          ,
          <article-title>Language Identification of English and Punjabi</article-title>
          ,
          <source>Eur. Chem. Bull</source>
          . (
          <year>2023</year>
          )
          <fpage>4119</fpage>
          -
          <lpage>4123</lpage>
          . doi:
          <volume>10</volume>
          .48047/ecb/
          <year>2023</year>
          .12.
          <year>si6</year>
          .
          <fpage>367</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>G.</given-names>
            <surname>Chittaranjan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Vyas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Bali</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Choudhury</surname>
          </string-name>
          ,
          <article-title>Word-level Language Identification using CRF: Code-switching Shared Task Report of MSR India System</article-title>
          ,
          <source>in: Proceedings of the First Workshop on Computational Approaches</source>
          to Code Switching, Association for Computational Linguistics, Doha, Qatar,
          <year>2014</year>
          , pp.
          <fpage>73</fpage>
          -
          <lpage>79</lpage>
          . URL: https://aclanthology.org/ W14-3908. doi:
          <volume>10</volume>
          .3115/v1/
          <fpage>W14</fpage>
          -3908.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>S.</given-names>
            <surname>Gella</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Bali</surname>
          </string-name>
          , M. Choudhury, “
          <article-title>ye word kis lang ka hai bhai?” Testing the Limits of Word level Language Identification</article-title>
          ,
          <source>in: Proceedings of the 11th International Conference on Natural Language Processing</source>
          , NLP Association of India, Goa, India,
          <year>2014</year>
          , pp.
          <fpage>368</fpage>
          -
          <lpage>377</lpage>
          . URL: https://aclanthology.org/W14-5151.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>N.</given-names>
            <surname>Sarma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. R.</given-names>
            <surname>Singh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Goswami</surname>
          </string-name>
          ,
          <article-title>Word level language identification in assamese-bengalihindi-english code-mixed social media text</article-title>
          ,
          <source>in: 2018 International Conference on Asian Language Processing (IALP)</source>
          ,
          <year>2018</year>
          , pp.
          <fpage>261</fpage>
          -
          <lpage>266</lpage>
          . doi:
          <volume>10</volume>
          .1109/IALP.
          <year>2018</year>
          .
          <volume>8629104</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>A. F.</given-names>
            <surname>Hidayatullah</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. A.</given-names>
            <surname>Apong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. T. C.</given-names>
            <surname>Lai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Qazi</surname>
          </string-name>
          ,
          <article-title>Corpus creation and language identification for code-mixed Indonesian-Javanese-English Tweets</article-title>
          , PeerJ Com-
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>