You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

Dhivehi Sentences Dataset

This repository contains a dataset of Dhivehi (Thaaana, Maldivian) sentences processed and normalized for natural language processing tasks.

This is a small version of the Dhivehi Sentences Dataset Extended

Dataset Description

The dataset combines text from multiple sources:

  • Random News Articles

The sentences have been processed to:

  • Split into individual sentences
  • Normalize numbers into Dhivehi text form
  • Normalize years into proper Dhivehi format
  • Normalize time expressions
  • Convert sentence endings to spoken form
  • Standardize common suffixes and abbreviations

Dataset Format

The dataset is split into train (80%) and test (20%) sets. Each row contains:

  • sentence: The processed Dhivehi text
  • length: Character length of the sentence

Usage

from datasets import load_dataset

ds = load_dataset("alakxender/dhivehi-sentences-normalized")

# Print the first 10 rows of the dataset
print(ds["train"][:10])

Note: Chunked and created using dv-normalizer v0.1.2

Downloads last month
25