paper-with-me

Papers

Urdu Dependency Parsing and Treebank Development: A Syntactic and Morphological Perspective

2024-06-13 · Nudrat Habib

Parsing is the process of analyzing a sentence's syntactic structure by breaking it down into its grammatical components. and is critical for various linguistic applications. Urdu is a low-resource, free word-order language and exhibits complex morphology. Literature suggests that dependency parsing is well-suited for such languages. Our approach begins with a basic feature model encompassing word location, head word identification, and dependency relations, followed by a more advanced model integrating part-of-speech (POS) tags and morphological attributes (e.g., suffixes, gender). We manually annotated a corpus of news articles of varying complexity. Using Maltparser and the NivreEager algorithm, we achieved a best-labeled accuracy (LA) of 70% and an unlabeled attachment score (UAS) of 84%, demonstrating the feasibility of dependency parsing for Urdu.

📄 PDF Abstract BibTeX arXiv:2406.09549

Code (0)

등록된 구현이 없습니다.

Tasks

ArticlesDependency ParsingPOSSentence

Similar Papers 제목 키워드 기반

Dependency Parsing for Urdu: Resources, Conversions and Learning

2020-05-01 · LREC 2020 5 · Toqeer Ehsan, Miriam Butt

This paper adds to the available resources for the under-resourced language Urdu by converting different types of existing treebanks for Urdu into a common format that is based on Universal Dependencies. We present compa…

Dependency ParsingWord Embeddings

Croatian Dependency Treebank 2.0: New Annotation Guidelines for Improved Parsing

2014-05-01 · LREC 2014 5 · {\v{Z}}eljko Agi{\'c}, Da{\v{s}}a Berovi{\'c}, Danijela Merkler, Marko Tadi{\'c}

We present a new version of the Croatian Dependency Treebank. It constitutes a slight departure from the previously closely observed Prague Dependency Treebank syntactic layer annotation guidelines as we introduce a new …

Dependency Parsing

Cross-Lingual Dependency Parsing Using Code-Mixed TreeBank

2019-09-05 · IJCNLP 2019 11 · Zhang Meishan, Zhang Yue, Fu Guohong

Treebank translation is a promising method for cross-lingual transfer of syntactic dependency knowledge. The basic idea is to map dependency arcs from a source treebank to its target translation according to word alignme…

Cross-Lingual TransferCross-Lingual Word EmbeddingsDependency ParsingTranslation+1

A Proposition Bank of Urdu

2016-05-01 · LREC 2016 5 · Maaz Anwar, Riyaz Ahmad Bhat, Dipti Sharma, Ashwini Vaidya 외

This paper describes our efforts for the development of a Proposition Bank for Urdu, an Indo-Aryan language. Our primary goal is the labeling of syntactic nodes in the existing Urdu dependency Treebank with specific argu…

Artificially Evolved Chunks for Morphosyntactic Analysis

2019-08-09 · WS 2019 8 · Mark Anderson, David Vilares, Carlos Gómez-Rodríguez

We introduce a language-agnostic evolutionary technique for automatically extracting chunks from dependency treebanks. We evaluate these chunks on a number of morphosyntactic tasks, namely POS tagging, morphological feat…

ChunkingDependency ParsingPOSPOS Tagging