Morphological Parsing for Media Lengua: When Accessibility Matters More Than State-of-the-Art
Summary
Two morphological parsers have been developed for Media Lengua (ISO 639-3: mue), an endangered mixed language of Ecuador. A JavaScript rule-based system achieved 98.6% accuracy, outperforming a CRF model which reached 95.7% F1. The rule-based parser offers immediate community accessibility, running entirely in the browser with zero infrastructure requirements, and is freely available online. In contrast, the CRF model, despite strong benchmark performance, necessitates additional infrastructure for deployment. This comparison underscores a critical gap between published machine learning models and tools actually used by target communities. The authors argue that for languages whose morphology permits competitive rule-based parsing, this approach should be preferred for its practical advantages, supporting language documentation, education, and revitalization in endangered language communities.
Key takeaway
For NLP engineers developing tools for low-resource or endangered languages, you should critically evaluate whether a rule-based system offers superior practical advantages over complex machine learning models. Prioritize immediate browser-based deployment, transparency, and zero infrastructure requirements, even if it means a slight trade-off in benchmark accuracy. Your choice should support long-term maintainability and community accessibility, fostering real-world adoption and language revitalization efforts rather than solely pursuing state-of-the-art metrics.
Key insights
Prioritize accessible, rule-based NLP tools over complex ML models when competitive, especially for endangered languages, valuing real-world adoption over pure accuracy.
Principles
- Rule-based systems can surpass ML in practical utility.
- Accessibility and maintainability are crucial NLP evaluation metrics.
- Endangered language tools need sustainable, community-accessible designs.
Method
The paper compares a JavaScript rule-based morphological parser with a CRF model for Media Lengua, evaluating both accuracy and practical accessibility for community use.
In practice
- Develop browser-based, rule-driven NLP for specific morphologies.
- Prioritize zero-infrastructure deployment for community tools.
- Adapt rule-based parsers for related Quechuan languages.
Topics
- Morphological Parsing
- Media Lengua
- Endangered Languages
- Rule-Based Systems
- CRF Models
- NLP Accessibility
- Language Revitalization
Best for: AI Scientist, NLP Engineer, Research Scientist, AI Ethicist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.