Search papers, labs, and topics across Lattice.
This study addresses the challenge of part-of-speech tagging for Scottish Gaelic, a morphologically rich and low-resource language, by utilizing the modular spaCy framework. Two models were trained鈥攐ne with a fine-grained tagset achieving 88.6% accuracy and another with a coarse-grained tagset reaching 93.7% accuracy鈥攚ithout relying on external embeddings or pre-trained models. The results indicate that straightforward language processing pipelines can effectively handle the complexities of low-resource languages like Scottish Gaelic, matching the performance of existing taggers.
Simple, off-the-shelf NLP pipelines can achieve competitive accuracy in tagging morphologically complex, low-resource languages like Scottish Gaelic.
Part-of-speech tagging for low-resource languages remains challenging due to limited annotated data, especially for linguistically complex languages. Gaidhlig (Scottish Gaelic) is a morphologically rich and endangered language with limited digital resources, making it suitable for examining a lightweight language processing approach. This paper describes using the modular spaCy Natural Language Processing framework to build part-of-speech taggers for Gaidhlig using the Annotated Reference Corpus of Scottish Gaelic. We train two models with minimal pre-processing and configuration: one using a fine-grained tagset and another using a reduced coarse-grained tagset. Both models are trained without external embeddings or pre-trained language models, using only supervised learning from the available corpus. The fine-grained model achieves 88.6% tagging accuracy, while the coarse-grained model achieves 93.7%. The results are comparable to those of the two previously published Gaidhlig taggers, indicating that simple, off-the-shelf language processing pipelines can demonstrate good performance in low-resource and morphologically complex linguistic settings.