CoolFace
Datasetpublic

alakxender/dhivehi-speeches

Dhivehi Speeches Dataset This dataset contains speeches and articles scraped from the official website of the President's Office of the Maldives (https://presidency.gov.mv/). It is intended for research and language modeling purposes, especially for the Dhivehi language. Dataset Structure The dataset is provided as a single Parquet file: dhivehi_speeches.parquet. Each row contains: topic: The title or main topic of the speech/article. speaker: The name of the… See the full description on the dataset page: https://huggingface.co/datasets/alakxender/dhivehi-speeches.

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes19downloads
Dataset Card

Dhivehi Speeches Dataset

This dataset contains speeches and articles scraped from the official website of the President's Office of the Maldives (https://presidency.gov.mv/). It is intended for research and language modeling purposes, especially for the Dhivehi language.

Dataset Structure

The dataset is provided as a single Parquet file: dhivehi_speeches.parquet.

Each row contains:

  • —topic: The title or main topic of the speech/article.
  • —speaker: The name of the speaker (e.g., President, Vice President, etc.).
  • —content: The full text of the speech or article.

Collection Method

  • —Articles were crawled from the paginated press section of the President's Office website.
  • —Only unique articles are included; previously crawled articles are skipped on reruns.
  • —The crawler is polite, with delays and user-agent spoofing to avoid overloading the source website.

Usage Example

You can load this dataset directly with the Hugging Face Datasets library:

python
from datasets import load_dataset

ds = load_dataset('alakxender/dhivehi-speeches')
print(ds['train'][0])

License & Attribution

  • —The original content belongs to the President's Office of the Maldives.
  • —This dataset is provided for research and educational purposes only.
  • —Please cite the source if you use this data in your work.