A Modular Part-of-Speech Tagger for Scottish Gaelic using spaCy
This study addresses part-of-speech tagging for Scottish Gaelic—a low-resource, morphologically complex language—under conditions of extreme data scarcity and without access to external linguistic resources. Building upon the spaCy framework, the authors develop a lightweight, modular supervised tagger that relies solely on a reference corpus of Scottish Gaelic, training separate models for fine-grained and coarse-grained tagsets without leveraging pretrained language models or external embeddings. Experimental results demonstrate that the fine-grained and coarse-grained models achieve accuracies of 88.6% and 93.7%, respectively, matching the performance of current state-of-the-art systems. These findings underscore the effectiveness and practicality of off-the-shelf NLP pipelines for tackling morphologically rich, low-resource languages when appropriately adapted within a supervised learning paradigm.