A lexical layer for Kabyle (Taqbaylit, kab, Latin script), from the
AƔBALU project.
366,892 lexical entries merged from three permissively licensed sources and normalised to
one orthography, plus 25,642 word–pronunciation pairs aligned from sentence-level
grapheme-to-phoneme data.
from datasets import load_dataset
lex = load_dataset("agbalu/KabLex", "lexicon", split="train")
ipa = load_dataset("agbalu/KabLex", "pronunciations", split="train")
366… See the full description on the dataset page:
https://huggingface.co/datasets/agbalu/KabLex.