@inproceedings{marquard-etal-2025-neural,
title = "Neural Morphological Tagging for Nguni Languages",
author = "Marquard, Cael and
Mawere, Simbarashe and
Meyer, Francois",
editor = "Lignos, Constantine and
Abdulmumin, Idris and
Adelani, David",
booktitle = "Proceedings of the Sixth Workshop on African Natural Language Processing (AfricaNLP 2025)",
month = jul,
year = "2025",
address = "Vienna, Austria",
publisher = "Association for Computational Linguistics",
url = "https://preview.aclanthology.org/acl25-workshop-ingestion/2025.africanlp-1.31/",
pages = "210--220",
ISBN = "979-8-89176-257-2",
abstract = "Morphological parsing is the task of decomposing words into morphemes, the smallest units of meaning in a language, and labelling their grammatical roles. It is a particularly challenging task for agglutinative languages, such as the Nguni languages of South Africa, which construct words by concatenating multiple morphemes. A morphological parsing system can be framed as a pipeline with two separate components, a segmenter followed by a tagger. This paper investigates the use of neural methods to build morphological taggers for the four Nguni languages. We compare two classes of approaches: training neural sequence labellers (LSTMs and neural CRFs) from scratch and finetuning pretrained language models. We compare performance across these two categories, as well as to a traditional rule-based morphological parser. Neural taggers comfortably outperform the rule-based baseline and models trained from scratch tend to outperform pretrained models. We also compare parsing results across different upstream segmenters and with varying linguistic input features. Our findings confirm the viability of employing neural taggers based on pre-existing morphological segmenters for the Nguni languages."
}
Markdown (Informal)
[Neural Morphological Tagging for Nguni Languages](https://preview.aclanthology.org/acl25-workshop-ingestion/2025.africanlp-1.31/) (Marquard et al., AfricaNLP 2025)
ACL
- Cael Marquard, Simbarashe Mawere, and Francois Meyer. 2025. Neural Morphological Tagging for Nguni Languages. In Proceedings of the Sixth Workshop on African Natural Language Processing (AfricaNLP 2025), pages 210–220, Vienna, Austria. Association for Computational Linguistics.