Word-level Language Identification in Code-mixed Dravidian Languages
Harshitha S Kumar, Sharal Coelho, Asha Hegde, Kavya G and
Hosahalli Lakshmaiah Shashirekha
Department of Computer Science, Mangalore University
16th Forum for Information Retrieval Evaluation (FIRE 2024)
Introduction
Word-level Language Identification (LI)
It aims to identify the language of individual words within a given sentence.
In this paper, we - team MUCSNLPLab, describe the Conditional Random Field (CRF) model trained with text-based features to identify the language of the word in a given code-mixed text.
Word-level LI task is modeled as a sequence labeling problem where the goal is to assign a label to each word in a sequence.
Task Description
Methodology
This is achieved by training CRF model with text based features like next words, previous words, etc.
The steps involved in the framework are described in the following :
Figure 1: Framework of CRF model
To capture the dependencies and relationships between the words in
the given sequence
Conclusion & Future Work
Thank You