--- dataset_info: features: - name: surah_id dtype: int32 - name: ayah_id dtype: int32 - name: word_id dtype: string - name: word_index dtype: int32 - name: word_ar dtype: string - name: word_en dtype: string - name: word_tr dtype: string - name: surah_name_ar dtype: string - name: surah_name_en dtype: string - name: ayah_ar dtype: string - name: audio dtype: audio splits: - name: train num_bytes: 2164094570 num_examples: 77429 download_size: 2049220107 dataset_size: 2164094570 configs: - config_name: default data_files: - split: train path: data/train-* --- # Quran-MD - Word Level This dataset is part of the complete Quran-MD dataset available here: **[Complete Quran-MD](https://huggingface.co/datasets/Buraaq/quran-audio-text-dataset)** ## Dataset Description This dataset contains **77,429 individual word-level audio recordings** from the complete Quran with precise pronunciations. Each sample includes a single word pronunciation along with its Arabic text, English meaning, transliteration, and contextual information from the source verse. ### Dataset Summary - **📝 Audio Samples**: 77,429 MP3 files (individual word pronunciations) - **📚 Coverage**: Complete Quran vocabulary (114 surahs) - **🌐 Languages**: Arabic (original), English (meanings), Transliteration - **🎧 Audio Quality**: High-quality word-level segmentation - **⏱️ Duration**: Approximately ~20 hours of word-level audio - **🔍 Granularity**: Individual word pronunciation with position context - **Morphological Diversity**: Various grammatical forms and inflections ### Supported Tasks - **🔤 Pronunciation Training**: Learn individual Arabic word pronunciation - **📊 Linguistic Analysis**: Study Quranic vocabulary and morphology - **🎯 Word Spotting**: Train word detection models - **📖 Vocabulary Building**: Arabic language learning - **🔍 Audio Segmentation**: Word-level audio alignment research - **🎙️ Fine-grained ASR**: Word-level Arabic speech recognition ### Languages - **Arabic** (Classical Arabic - Quranic Arabic) - **English** (translations) - **Transliteration** (romanized Arabic) ## Dataset Structure Each sample contains individual word information with contextual metadata: ```python { "surah_id": int32, # Source surah (chapter) number "ayah_id": int32, # Source ayah (verse) number "word_id": string, # Unique word identifier "word_index": int32, # Position of word within the ayah (0-based) "word_ar": string, # Individual word in Arabic "word_en": string, # Word meaning/translation in English "word_tr": string, # Word transliteration (romanized) "surah_name_ar": string, # Context: Source surah name in Arabic "surah_name_en": string, # Context: Source surah name in English "ayah_ar": string, # Context: Complete ayah text for reference "audio": Audio(), # Audio file (MP3 format) - isolated word } ``` ### Sample Data Example ```python { "surah_id": 1, "ayah_id": 1, "word_id": "1:1:1", "word_index": 0, "word_ar": "بِسْمِ", "word_en": "In the name", "word_tr": "Bismi", "surah_name_ar": "الفاتحة", "surah_name_en": "Al-Fatiha", "ayah_ar": "بِسْمِ اللَّهِ الرَّحْمَٰنِ الرَّحِيمِ", "audio":