This dataset contains Zomi words with syllable boundaries.
The dataset consists of a single split (train) with two columns:
word: The original Zomi word
syllables: The same word with hyphens marking syllable boundaries
from datasets import load_dataset
dataset = load_dataset("zomi-language-corpora/zomi_syllabified_human", split="train")
print(dataset[0])