ThamizhiUDp: A Dependency Parser for Tamil
Kengatharaiyer Sarveswaran, Gihan Dias

TL;DR
This paper presents ThamizhiUDp, a neural dependency parser for Tamil that integrates existing tools and resources, achieving state-of-the-art accuracy and demonstrating the effectiveness of pipeline modularization for low-resource languages.
Contribution
The paper introduces a complete dependency parsing pipeline for Tamil using existing tools, achieving improved accuracy and showcasing a modular approach for low-resource language processing.
Findings
ThamizhiUDp achieves an LAS of 62.39, outperforming previous Tamil parsers.
The POS tagger ThamizhiPOSt attains an F1 score of 93.27, the current state-of-the-art.
Modular pipeline approach effectively addresses data scarcity in Tamil NLP.
Abstract
This paper describes how we developed a neural-based dependency parser, namely ThamizhiUDp, which provides a complete pipeline for the dependency parsing of the Tamil language text using Universal Dependency formalism. We have considered the phases of the dependency parsing pipeline and identified tools and resources in each of these phases to improve the accuracy and to tackle data scarcity. ThamizhiUDp uses Stanza for tokenisation and lemmatisation, ThamizhiPOSt and ThamizhiMorph for generating Part of Speech (POS) and Morphological annotations, and uuparser with multilingual training for dependency parsing. ThamizhiPOSt is our POS tagger, which is based on the Stanza, trained with Amrita POS-tagged corpus. It is the current state-of-the-art in Tamil POS tagging with an F1 score of 93.27. Our morphological analyzer, ThamizhiMorph is a rule-based system with a very good coverage of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Multimodal Machine Learning Applications
