paper-with-me

홈 › Papers

Morphological Disambiguation from Stemming Data

2020-11-11 · COLING 2020 8 · Antoine Nzeyimana

Morphological analysis and disambiguation is an important task and a crucial preprocessing step in natural language processing of morphologically rich languages. Kinyarwanda, a morphologically rich language, currently lacks tools for automated morphological analysis. While linguistically curated finite state tools can be easily developed for morphological analysis, the morphological richness of the language allows many ambiguous analyses to be produced, requiring effective disambiguation. In this paper, we propose learning to morphologically disambiguate Kinyarwanda verbal forms from a new stemming dataset collected through crowd-sourcing. Using feature engineering and a feed-forward neural network based classifier, we achieve about 89% non-contextualized disambiguation accuracy. Our experiments reveal that inflectional properties of stems and morpheme association rules are the most discriminative features for disambiguation.

📄 PDF Abstract BibTeX arXiv:2011.05504

Code (0)

등록된 구현이 없습니다.

Tasks

Feature EngineeringMorphological AnalysisMorphological Disambiguation

Similar Papers 제목 키워드 기반

A set of open source tools for Turkish natural language processing

2014-05-01 · LREC 2014 5 · {\c{C}}a{\u{g}}r{\i} {\c{C}}{\"o}ltekin

This paper introduces a set of freely available, open-source tools for Turkish that are built around TRmorph, a morphological analyzer introduced earlier in Coltekin (2010). The article first provides an update on the an…

Grapheme-to-Phoneme ConversionLemmatizationMorphological Disambiguation

Morphological Analysis and Disambiguation for Gulf Arabic: The Interplay between Resources and Methods

2020-05-01 · LREC 2020 5 · Salam Khalifa, Nasser Zalmout, Nizar Habash

In this paper we present the first full morphological analysis and disambiguation system for Gulf Arabic. We use an existing state-of-the-art morphological disambiguation system to investigate the effects of different da…

Morphological AnalysisMorphological DisambiguationMorphological Tagging

GliLem: Leveraging GliNER for Contextualized Lemmatization in Estonian

2024-12-29 · Aleksei Dorkin, Kairit Sirts

We present GliLem -- a novel hybrid lemmatization system for Estonian that enhances the highly accurate rule-based morphological analyzer Vabamorf with an external disambiguation module based on GliNER -- an open vocabul…

Information RetrievalLEMMALemmatizationNER+3

A Morphology-aware Network for Morphological Disambiguation

2017-02-13 · Eray Yildiz, Caglar Tirkaz, H. Bahadir Sahin, Mustafa Tolga Eren 외

Agglutinative languages such as Turkish, Finnish and Hungarian require morphological disambiguation before further processing due to the complex morphology of words. A morphological disambiguator is used to select the co…

Deep LearningFeature EngineeringMorphological AnalysisMorphological Disambiguation+2

Character-Aware Neural Morphological Disambiguation

2017-07-01 · ACL 2017 7 · Alymzhan Toleu, Gulmira Tolegen, Aibek Makazhanov

We develop a language-independent, deep learning-based approach to the task of morphological disambiguation. Guided by the intuition that the correct analysis should be {``}most similar{''} to the context, we propose den…

Morphological DisambiguationWord Embeddings