CoolFace
Datasetpublic

Reza2kn/wiktionary-ipa-audio

Wiktionary IPA Audio Mirror This is a materialized audio mirror of mostol/wiktionary-ipa, published so users do not need to individually download Wikimedia Commons URLs. This initial snapshot is partial and contains the successfully downloaded deduplicated rows available at publication time. metadata.csv maps each WAV file to its IPA transcription and original source URL. Audio is 16 kHz, mono, PCM WAV. The original source URLs are retained for provenance and attribution. Please… See the full description on the dataset page: https://huggingface.co/datasets/Reza2kn/wiktionary-ipa-audio.

sourceHugging Faceupdated 1mo agoView on Hugging Face
0likes23downloads
Dataset Card

Wiktionary IPA Audio Mirror

This is a materialized audio mirror of mostol/wiktionary-ipa, published so users do not need to individually download Wikimedia Commons URLs.

This initial snapshot is partial and contains the successfully downloaded deduplicated rows available at publication time. metadata.csv maps each WAV file to its IPA transcription and original source URL. Audio is 16 kHz, mono, PCM WAV.

The original source URLs are retained for provenance and attribution. Please consult the original Wiktionary dataset and Wikimedia Commons source pages for the applicable licenses and attribution requirements.

Loading

python
from datasets import load_dataset

ds = load_dataset("Reza2kn/wiktionary-ipa-audio", split="train")
print(ds[0]["ipa"])
audio = ds[0]["audio"]