github-actions[bot]
sync from Google Sheet (42470 rows)
20fff5a
|
Raw
History Blame Contribute Delete
754 Bytes
metadata
language: ctd
license: mit
size_categories: 10K<n<100K
task_categories:
  - other
pretty_name: Zomi Syllabified Words

Zomi Syllabified Words

This dataset contains Zomi words with syllable boundaries.

Dataset Structure

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

Usage

from datasets import load_dataset

dataset = load_dataset("zomi-language-corpora/zomi_syllabified_human", split="train")
print(dataset[0])
# {'word': 'itna', 'syllables': 'it-na', 'is_zomi': True}

Source

Automatically synced from Google Sheet.

Last sync: 2026-09-10 02:21:54 UTC

Statistics

  • Total words: 42470