What this playbook is (and isn't)
A decision record. Written 2026-07 to make the playbook's scope and its next expansion honest and legible to anyone picking it up — readers, contributors, and funders alike.
The one-sentence framing
AfriPlaybook is the canonical decision framework for anyone starting an African-language NLP project — grounded in the empirical experience of Masakhane's own past projects.
Everything the playbook adds should sharpen that sentence. Everything it removes should be justified against it.
What this playbook is not
- It is not a tutorial on training or fine-tuning models. That work is well covered by the Hugging Face NLP Course, the Google Deep Learning Tuning Playbook, the Google Text Classification guide, and Advanced NLP with spaCy. We link to them; we do not rewrite them.
- It is not a textbook. For the theory — tokenisation, sequence models, evaluation metrics, statistical foundations — go to Jurafsky and Martin's Speech and Language Processing. It is authoritative and free.
- It is not a catalogue of code recipes. Code drifts out of date faster than any playbook can be maintained. When we point at code, we point at a live, versioned, maintained repository. When we ship code ourselves, it lives in a companion repo that ships its own release tags.
- It is not neutral. We take positions. Character-level metrics for morphology-rich languages (
chrF, CER) over word-level ones (BLEU, WER). Per-language and per-class score reporting over a single average. Human evaluation for anything generative. Consent from the people in the data. Community ownership of the resources built. If you disagree with those positions, this is not the playbook for you.
What this playbook is
Structurally, this playbook belongs to the genre of dataset-lifecycle and responsible-AI handbooks — its closest cousins are Datasheets for Datasets (Gebru et al., 2018), Data Statements for NLP (Bender & Friedman, 2018), Model Cards (Mitchell et al., 2019), and The Turing Way. What we add on top of that lineage:
- A first-class annotation-workforce chapter — how to design work, hire, brief, review, pay, and retain annotators — which most dataset-lifecycle handbooks touch only lightly.
- First-class modality tracks for African-language reality: text, speech (ASR, TTS, S2ST), OCR/document AI, sign language and video. Most NLP playbooks are text-only.
- An explicit low-resource, African-context lens — patchy connectivity, multiple scripts, code-switching, small compute budgets, community-led workflows, community IP concerns.
Substantively, our job is to be the one document a new project can read that saves it a quarter of duplicated work.