Kabyle language
Collection
This is about kabyle language resources. • 33 items • Updated
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
A cleaned and aligned English-Kabyle parallel corpus extracted from Tatoeba, with both direct en↔kab links and indirect kab→fra→en links.
| Split | Pairs |
|---|---|
| train | 240,056 |
| dev | 2,449 |
| test | 2,449 |
| Total | 244,954 |
en↔kab linkskab→fra→en links (Kabyle linked to French, French linked to English)Character standardization: Fixed common character encoding errors:
ε (U+03B5) → Latin open e ɛ (U+025B)Σ (U+03A3) → Latin capital open E Ɛ (U+0190)Γ (U+0393) → Latin capital gamma Ɣ (U+0194)γ (U+03B3) → Latin small gamma ɣ (U+0263)Ԑ (U+0510) → Latin capital open E Ɛţ → Kabyle geminate tğ → Kabyle g-caron ǧGlotLID v3 filtering: Language identification using GlotLID v3 (fasttext model model_v3.bin).
kab_Latn with high confidenceExact deduplication: Removed 4,440 duplicate (en, kab) pairs
Quality filtering:
from datasets import load_dataset
ds = load_dataset("boffire/tatoeba-en-kab")
# Example:
# ds["train"][0] →
# {
# "translation": {
# "en": "When did you graduate?",
# "kab": "Melmi i d-tewwimt igerdasen-nkent?"
# }
# }
The corpus is filtered to use only characters from the Unicode CLDR kab locale main exemplar set:
a b c č d ḍ e ɛ f g ǧ ɣ h ḥ i j k l m n p q r ṛ s ṣ t ṭ u w x y z ẓA B C Č D Ḍ E Ɛ F G Ǧ Ɣ H Ḥ I J K L M N P Q R Ṛ S Ṣ T Ṭ U W X Y Z Ẓo vCC0 1.0 Universal (Public Domain) — same as Tatoeba source data.
If you use this dataset, please cite Tatoeba:
@misc{tatoeba,
title = {Tatoeba: Collection of sentences and translations},
howpublished = {\url{https://tatoeba.org}},
}