Dhivehi Sentences Dataset
This repository contains a dataset of Dhivehi (Thaana, Maldivian) sentences processed and normalized for natural language processing tasks.
This is an extended version of the Dhivehi Sentences Dataset
Dataset Description
The dataset combines text from multiple sources:
- Random News Articles
- Glot500 Dhivehi-Thaana
- FineWeb-2 Dhivehi-Thaana
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-extended")
# 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
- 37