Dataset Viewer
Duplicate
The dataset viewer is not available for this split.
Cannot load the dataset split (in streaming mode) to extract the first rows.
Error code:   StreamingRowsError
Exception:    CastError
Message:      Couldn't cast
last_syl: string
recommendation: string
is_ambiguous: string
word: null
syllables: null
is_zomi: null
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 649
to
{'word': Value('string'), 'syllables': Value('string'), 'is_zomi': Value('string')}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/utils.py", line 147, in get_rows_or_raise
                  return get_rows(
                      dataset=dataset,
                  ...<4 lines>...
                      column_names=column_names,
                  )
                File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
                  return func(*args, **kwargs)
                File "/src/services/worker/src/worker/utils.py", line 127, in get_rows
                  rows_plus_one = list(itertools.islice(safe_iter(ds, dataset=dataset), rows_max_number + 1))
                File "/src/services/worker/src/worker/utils.py", line 483, in safe_iter
                  yield from ds.decode(False) if ds.features else ds
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2840, in __iter__
                  for key, example in ex_iterable:
                                      ^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2373, in __iter__
                  for key, pa_table in self._iter_arrow():
                                       ~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2406, in _iter_arrow
                  pa_table = cast_table_to_features(pa_table, self.features)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2280, in cast_table_to_features
                  raise CastError(
                  ...<3 lines>...
                  )
              datasets.table.CastError: Couldn't cast
              last_syl: string
              recommendation: string
              is_ambiguous: string
              word: null
              syllables: null
              is_zomi: null
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 649
              to
              {'word': Value('string'), 'syllables': Value('string'), 'is_zomi': Value('string')}
              because column names don't match

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.

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-03 02:19:06 UTC

Statistics

  • Total words: 40670
Downloads last month
76