nazimali commited on
Commit
e7070e8
1 Parent(s): f8d7e39

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +261 -0
README.md CHANGED
@@ -268,4 +268,265 @@ configs:
268
  data_files:
269
  - split: train
270
  path: data/train-*
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
271
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
268
  data_files:
269
  - split: train
270
  path: data/train-*
271
+ license: cc-by-3.0
272
+ task_categories:
273
+ - text-classification
274
+ - token-classification
275
+ - translation
276
+ - feature-extraction
277
+ - text-generation
278
+ tags:
279
+ - islam
280
+ - quran
281
+ - translations
282
+ pretty_name: Quran
283
+ multilinguality:
284
+ - monolingual
285
+ - multilingual
286
+ language:
287
+ - sq
288
+ - ber
289
+ - ar
290
+ - am
291
+ - az
292
+ - bn
293
+ - bs
294
+ - bg
295
+ - zh
296
+ - cs
297
+ - dv
298
+ - nl
299
+ - en
300
+ - fr
301
+ - de
302
+ - ha
303
+ - hi
304
+ - id
305
+ - it
306
+ - ja
307
+ - ko
308
+ - ku
309
+ - ms
310
+ - ml
311
+ - no
312
+ - ps
313
+ - fa
314
+ - pl
315
+ - pt
316
+ - ro
317
+ - ru
318
+ - sd
319
+ - so
320
+ - es
321
+ - sw
322
+ - sv
323
+ - tg
324
+ - ta
325
+ - tt
326
+ - th
327
+ - tr
328
+ - ur
329
+ - ug
330
+ - uz
331
+ size_categories:
332
+ - 1K<n<10K
333
  ---
334
+
335
+ # Dataset Card for the Quran
336
+
337
+ ## Summary
338
+
339
+ The Quran with metadata, translations, and multiple Arabic text (can use specific types for embeddings, search, classification, and display). There are 126+ columns containing 43+ languages.
340
+
341
+ ## TODO
342
+
343
+ 1. [ ] Add Tafsirs
344
+ 2. [ ] Add topics/ontology
345
+
346
+ ## Usage
347
+
348
+ ```python
349
+ from datasets import load_dataset
350
+
351
+ ds = load_dataset("nazimali/quran", split="train")
352
+ ds
353
+ ```
354
+
355
+ Output:
356
+
357
+ ```python
358
+ Dataset({
359
+ features: ['surah', 'ayah', 'surah-name', 'surah-total-ayas', 'surah-name-transliteration', 'surah-name-en', 'surah-type', 'surah-order-revealed', 'surah-rukus', 'arabic-text-simple', 'arabic-text-simple-min', 'arabic-text-simple-plain', 'arabic-text-simple-clean', 'arabic-text-uthmani', 'translation-am-sadiq', 'translation-ar-jalalayn', 'translation-ar-muyassar', 'translation-az-mammadaliyev', 'translation-az-musayev', 'translation-ber-mensur', 'translation-bg-theophanov', 'translation-bn-bengali', 'translation-bn-hoque', 'translation-bs-korkut', 'translation-bs-mlivo', 'translation-cs-hrbek', 'translation-cs-nykl', 'translation-de-aburida', 'translation-de-bubenheim', 'translation-de-khoury', 'translation-de-zaidan', 'translation-dv-divehi', 'translation-en-ahmedali', 'translation-en-ahmedraza', 'translation-en-arberry', 'translation-en-hilali', 'translation-en-itani', 'translation-en-maududi', 'translation-en-mubarakpuri', 'translation-en-pickthall', 'translation-en-qarai', 'translation-en-qaribullah', 'translation-en-sahih', 'translation-en-sarwar', 'translation-en-shakir', 'translation-en-transliteration', 'translation-en-wahiduddin', 'translation-en-yusufali', 'translation-es-bornez', 'translation-es-cortes', 'translation-es-garcia', 'translation-fa-ansarian', 'translation-fa-ayati', 'translation-fa-bahrampour', 'translation-fa-fooladvand', 'translation-fa-gharaati', 'translation-fa-ghomshei', 'translation-fa-khorramdel', 'translation-fa-khorramshahi', 'translation-fa-makarem', 'translation-fa-moezzi', 'translation-fa-mojtabavi', 'translation-fa-sadeqi', 'translation-fa-safavi', 'translation-fr-hamidullah', 'translation-ha-gumi', 'translation-hi-farooq', 'translation-hi-hindi', 'translation-id-indonesian', 'translation-id-jalalayn', 'translation-id-muntakhab', 'translation-it-piccardo', 'translation-ja-japanese', 'translation-ko-korean', 'translation-ku-asan', 'translation-ml-abdulhameed', 'translation-ml-karakunnu', 'translation-ms-basmeih', 'translation-nl-keyzer', 'translation-nl-leemhuis', 'translation-nl-siregar', 'translation-no-berg', 'translation-pl-bielawskiego', 'translation-ps-abdulwali', 'translation-pt-elhayek', 'translation-ro-grigore', 'translation-ru-abuadel', 'translation-ru-kalam', 'translation-ru-krachkovsky', 'translation-ru-kuliev-alsaadi', 'translation-ru-kuliev', 'translation-ru-muntahab', 'translation-ru-osmanov', 'translation-ru-porokhova', 'translation-ru-sablukov', 'translation-sd-amroti', 'translation-so-abduh', 'translation-sq-ahmeti', 'translation-sq-mehdiu', 'translation-sq-nahi', 'translation-sv-bernstrom', 'translation-sw-barwani', 'translation-ta-tamil', 'translation-tg-ayati', 'translation-th-thai', 'translation-tr-ates', 'translation-tr-bulac', 'translation-tr-diyanet', 'translation-tr-golpinarli', 'translation-tr-ozturk', 'translation-tr-transliteration', 'translation-tr-vakfi', 'translation-tr-yazir', 'translation-tr-yildirim', 'translation-tr-yuksel', 'translation-tt-nugman', 'translation-ug-saleh', 'translation-ur-ahmedali', 'translation-ur-jalandhry', 'translation-ur-jawadi', 'translation-ur-junagarhi', 'translation-ur-kanzuliman', 'translation-ur-maududi', 'translation-ur-najafi', 'translation-ur-qadri', 'translation-uz-sodik', 'translation-zh-jian', 'translation-zh-majian'],
360
+ num_rows: 6236
361
+ })
362
+ ```
363
+
364
+ ## Data Cleaning
365
+
366
+ Removed extra spaces, old/unused unicode characters, and incorrect pipe seperators.
367
+
368
+ ## Columns Info
369
+
370
+ ### Metadata
371
+
372
+ General metadata for the Quran.
373
+
374
+ ```json
375
+ {
376
+ "surah": Number of the surah,
377
+ "ayah": Number of the ayah,
378
+ "surah-name": Surah name in Arabic,
379
+ "surah-total-ayas": Total number of ayat in the surah,
380
+ "surah-name-transliteration": Surah transliteration,
381
+ "surah-name-en": Surah name in English,
382
+ "surah-type": `Meccan` or `Medinan` surah,
383
+ "surah-order-revealed": Order of when the surah was revealed,
384
+ "surah-rukus": Number of rukus
385
+ }
386
+ ```
387
+
388
+ ### Arabic
389
+
390
+ Different Arabic text can be used for better results depending on the task. See [Quran text types](https://tanzil.net/docs/Quran_Text_Types) for more detail.
391
+
392
+ ```json
393
+ {
394
+ "arabic-text-simple": Quran text in Imlaei script,
395
+ "arabic-text-simple-min": Minimal number of diacritics and symbols. Suitable for embedding in other texts,
396
+ "arabic-text-simple-plain": Without special demonstration of Ikhfas and Idghams,
397
+ "arabic-text-simple-clean": Without any diacritics or symbols. Suitable for search,
398
+ "arabic-text-uthmani": Script used by the third Caliph, Uthman (RA), to produce the first standard Quran manuscript,
399
+ }
400
+ ```
401
+
402
+ ### Translations
403
+
404
+ Each language can have multiple translations. The translation columns use the naming pattern: `translation-{lang_iso_code}-{translator_surname}`.
405
+
406
+
407
+ | Language | Name | Translator | Column |
408
+ |:------------|:---------------------------|:----------------------------------------------------------|:-------------------------------|
409
+ | Albanian | Efendi Nahi | Hasan Efendi Nahi | translation-sq-nahi |
410
+ | Albanian | Feti Mehdiu | Feti Mehdiu | translation-sq-mehdiu |
411
+ | Albanian | Sherif Ahmeti | Sherif Ahmeti | translation-sq-ahmeti |
412
+ | Amazigh | At Mensur | Ramdane At Mansour | translation-be-.mensur |
413
+ | Arabic | تفسير الجلالين | Jalal ad-Din al-Mahalli and Jalal ad-Din as-Suyuti | translation-ar-jalalayn |
414
+ | Arabic | تفسير المیسر | King Fahad Quran Complex | translation-ar-muyassar |
415
+ | Amharic | ሳዲቅ & ሳኒ ሐቢብ | Muhammed Sadiq and Muhammed Sani Habib | translation-am-sadiq |
416
+ | Azerbaijani | Məmmədəliyev & Bünyadov | Vasim Mammadaliyev and Ziya Bunyadov | translation-az-mammadaliyev |
417
+ | Azerbaijani | Musayev | Alikhan Musayev | translation-az-musayev |
418
+ | Bengali | জহুরুল হক | Zohurul Hoque | translation-bn-hoque |
419
+ | Bengali | মুহিউদ্দীন খান | Muhiuddin Khan | translation-bn-bengali |
420
+ | Bosnian | Korkut | Besim Korkut | translation-bs-korkut |
421
+ | Bosnian | Mlivo | Mustafa Mlivo | translation-bs-mlivo |
422
+ | Bulgarian | Теофанов | Tzvetan Theophanov | translation-bg-theophanov |
423
+ | Chinese | Ma Jian | Ma Jian | translation-zh-jian |
424
+ | Chinese | Ma Jian (Traditional) | Ma Jian | translation-zh-majian |
425
+ | Czech | Hrbek | Preklad I. Hrbek | translation-cs-hrbek |
426
+ | Czech | Nykl | A. R. Nykl | translation-cs-nykl |
427
+ | Divehi | ދިވެހި | Office of the President of Maldives | translation-dv-divehi |
428
+ | Dutch | Keyzer | Salomo Keyzer | translation-nl-keyzer |
429
+ | Dutch | Leemhuis | Fred Leemhuis | translation-nl-leemhuis |
430
+ | Dutch | Siregar | Sofian S. Siregar | translation-nl-siregar |
431
+ | English | Ahmed Ali | Ahmed Ali | translation-en-ahmedali |
432
+ | English | Ahmed Raza Khan | Ahmed Raza Khan | translation-en-ahmedraza |
433
+ | English | Arberry | A. J. Arberry | translation-en-arberry |
434
+ | English | Daryabadi | Abdul Majid Daryabadi | translation-en-daryabadi |
435
+ | English | Hilali & Khan | Muhammad Taqi-ud-Din al-Hilali and Muhammad Muhsin Khan | translation-en-hilali |
436
+ | English | Itani | Talal Itani | translation-en-itani |
437
+ | English | Maududi | Abul Ala Maududi | translation-en-maududi |
438
+ | English | Mubarakpuri | Safi-ur-Rahman al-Mubarakpuri | translation-en-mubarakpuri |
439
+ | English | Pickthall | Mohammed Marmaduke William Pickthall | translation-en-pickthall |
440
+ | English | Qarai | Ali Quli Qarai | translation-en-qarai |
441
+ | English | Qaribullah & Darwish | Hasan al-Fatih Qaribullah and Ahmad Darwish | translation-en-qaribullah |
442
+ | English | Saheeh International | Saheeh International | translation-en-sahih |
443
+ | English | Sarwar | Muhammad Sarwar | translation-en-sarwar |
444
+ | English | Shakir | Mohammad Habib Shakir | translation-en-shakir |
445
+ | English | Transliteration | English Transliteration | translation-en-transliteration |
446
+ | English | Wahiduddin Khan | Wahiduddin Khan | translation-en-wahiduddin |
447
+ | English | Yusuf Ali | Abdullah Yusuf Ali | translation-en-yusufali |
448
+ | French | Hamidullah | Muhammad Hamidullah | translation-fr-hamidullah |
449
+ | German | Abu Rida | Abu Rida Muhammad ibn Ahmad ibn Rassoul | translation-de-aburida |
450
+ | German | Bubenheim & Elyas | A. S. F. Bubenheim and N. Elyas | translation-de-bubenheim |
451
+ | German | Khoury | Adel Theodor Khoury | translation-de-khoury |
452
+ | German | Zaidan | Amir Zaidan | translation-de-zaidan |
453
+ | Hausa | Gumi | Abubakar Mahmoud Gumi | translation-ha-gumi |
454
+ | Hindi | फ़ारूक़ ख़ान & अहमद | Muhammad Farooq Khan and Muhammad Ahmed | translation-hi-farooq |
455
+ | Hindi | फ़ारूक़ ख़ान & नदवी | Suhel Farooq Khan and Saifur Rahman Nadwi | translation-hi-hindi |
456
+ | Indonesian | Bahasa Indonesia | Indonesian Ministry of Religious Affairs | translation-id-indonesian |
457
+ | Indonesian | Quraish Shihab | Muhammad Quraish Shihab et al. | translation-id-muntakhab |
458
+ | Indonesian | Tafsir Jalalayn | Jalal ad-Din al-Mahalli and Jalal ad-Din as-Suyuti | translation-id-jalalayn |
459
+ | Italian | Piccardo | Hamza Roberto Piccardo | translation-it-piccardo |
460
+ | Japanese | Japanese | Unknown | translation-ja-japanese |
461
+ | Korean | Korean | Unknown | translation-ko-korean |
462
+ | Kurdish | تهفسیری ئاسان | Burhan Muhammad-Amin | translation-ku-asan |
463
+ | Malay | Basmeih | Abdullah Muhammad Basmeih | translation-ms-basmeih |
464
+ | Malayalam | അബ്ദുല്‍ ഹമീദ് & പറപ്പൂര്‍ | Cheriyamundam Abdul Hameed and Kunhi Mohammed Parappoor | translation-ml-abdulhameed |
465
+ | Malayalam | കാരകുന്ന് & എളയാവൂര് | Muhammad Karakunnu and Vanidas Elayavoor | translation-ml-karakunnu |
466
+ | Norwegian | Einar Berg | Einar Berg | translation-no-berg |
467
+ | Pashto | عبدالولي | Abdulwali Khan | translation-ps-abdulwali |
468
+ | Persian | انصاریان | Hussain Ansarian | translation-fa-ansarian |
469
+ | Persian | آیتی | AbdolMohammad Ayati | translation-fa-ayati |
470
+ | Persian | بهرامپور | Abolfazl Bahrampour | translation-fa-bahrampour |
471
+ | Persian | قرائتی | Mohsen Gharaati | translation-fa-gharaati |
472
+ | Persian | الهی قمشهای | Mahdi Elahi Ghomshei | translation-fa-ghomshei |
473
+ | Persian | خرمدل | Mostafa Khorramdel | translation-fa-khorramdel |
474
+ | Persian | خرمشاهی | Baha'oddin Khorramshahi | translation-fa-khorramshahi |
475
+ | Persian | صادقی تهرانی | Mohammad Sadeqi Tehrani | translation-fa-sadeqi |
476
+ | Persian | صفوی | Sayyed Mohammad Reza Safavi | translation-fa-safavi |
477
+ | Persian | فولادوند | Mohammad Mahdi Fooladvand | translation-fa-fooladvand |
478
+ | Persian | مجتبوی | Sayyed Jalaloddin Mojtabavi | translation-fa-mojtabavi |
479
+ | Persian | معزی | Mohammad Kazem Moezzi | translation-fa-moezzi |
480
+ | Persian | مکارم شیرازی | Naser Makarem Shirazi | translation-fa-makarem |
481
+ | Polish | Bielawskiego | Józefa Bielawskiego | translation-pl-bielawskiego |
482
+ | Portuguese | El-Hayek | Samir El-Hayek | translation-pt-elhayek |
483
+ | Romanian | Grigore | George Grigore | translation-ro-grigore |
484
+ | Russian | Абу Адель | Abu Adel | translation-ru-abuadel |
485
+ | Russian | Абу Адель | Abu Adel | translation-ru-abuadel |
486
+ | Russian | Аль-Мунтахаб | Ministry of Awqaf, Egypt | translation-ru-muntahab |
487
+ | Russian | Калям Шариф | Muslim Religious Board of the Republiс of Tatarstan | translation-ru-kalam |
488
+ | Russian | Крачковский | Ignaty Yulianovich Krachkovsky | translation-ru-krachkovsky |
489
+ | Russian | Кулиев | Elmir Kuliev | translation-ru-kuliev |
490
+ | Russian | Кулиев + ас-Саади | Elmir Kuliev (with Abd ar-Rahman as-Saadi's commentaries) | translation-ru-kuliev-alsaadi |
491
+ | Russian | Османов | Magomed-Nuri Osmanovich Osmanov | translation-ru-osmanov |
492
+ | Russian | Порохова | V. Porokhova | translation-ru-porokhova |
493
+ | Russian | Саблуков | Gordy Semyonovich Sablukov | translation-ru-sablukov |
494
+ | Sindhi | امروٽي | Taj Mehmood Amroti | translation-sd-amroti |
495
+ | Somali | Abduh | Mahmud Muhammad Abduh | translation-so-abduh |
496
+ | Spanish | Bornez | Raúl González Bórnez | translation-es-bornez |
497
+ | Spanish | Cortes | Julio Cortes | translation-es-cortes |
498
+ | Spanish | Garcia | Muhammad Isa García | translation-es-garcia |
499
+ | Swahili | Al-Barwani | Ali Muhsin Al-Barwani | translation-sw-barwani |
500
+ | Swedish | Bernström | Knut Bernström | translation-sv-bernstrom |
501
+ | Tajik | Оятӣ | AbdolMohammad Ayati | translation-tg-ayati |
502
+ | Tamil | ஜான் டிரஸ்ட் | Jan Turst Foundation | translation-ta-tamil |
503
+ | Tatar | Yakub Ibn Nugman | Yakub Ibn Nugman | translation-tt-nugman |
504
+ | Thai | ภาษาไทย | King Fahad Quran Complex | translation-th-thai |
505
+ | Turkish | Abdulbakî Gölpınarlı | Abdulbaki Golpinarli | translation-tr-golpinarli |
506
+ | Turkish | Alİ Bulaç | Alİ Bulaç | translation-tr-bulac |
507
+ | Turkish | Çeviriyazı | Muhammet Abay | translation-tr-transliteration |
508
+ | Turkish | Diyanet İşleri | Diyanet Isleri | translation-tr-diyanet |
509
+ | Turkish | Diyanet Vakfı | Diyanet Vakfi | translation-tr-vakfi |
510
+ | Turkish | Edip Yüksel | Edip Yüksel | translation-tr-yuksel |
511
+ | Turkish | Elmalılı Hamdi Yazır | Elmalili Hamdi Yazir | translation-tr-yazir |
512
+ | Turkish | Öztürk | Yasar Nuri Ozturk | translation-tr-ozturk |
513
+ | Turkish | Suat Yıldırım | Suat Yildirim | translation-tr-yildirim |
514
+ | Turkish | Süleyman Ateş | Suleyman Ates | translation-tr-ates |
515
+ | Urdu | ابوالاعلی مودودی | Abul A'ala Maududi | translation-ur-maududi |
516
+ | Urdu | احمد رضا خان | Ahmed Raza Khan | translation-ur-kanzuliman |
517
+ | Urdu | احمد علی | Ahmed Ali | translation-ur-ahmedali |
518
+ | Urdu | جالندہری | Fateh Muhammad Jalandhry | translation-ur-jalandhry |
519
+ | Urdu | طاہر القادری | Tahir ul Qadri | translation-ur-qadri |
520
+ | Urdu | علامہ جوادی | Syed Zeeshan Haider Jawadi | translation-ur-jawadi |
521
+ | Urdu | محمد جوناگڑھی | Muhammad Junagarhi | translation-ur-junagarhi |
522
+ | Urdu | محمد حسین نجفی | Muhammad Hussain Najafi | translation-ur-najafi |
523
+ | Uyghur | محمد صالح | Muhammad Saleh | translation-ug-saleh |
524
+ | Uzbek | Мухаммад Содик | Muhammad Sodik Muhammad Yusuf | translation-uz-sodik |
525
+
526
+ ## Initial Data Collection
527
+
528
+ The first version is sourced from **[Tanzil](https://tanzil.net/trans/)**
529
+
530
+ ## Licensing Information
531
+
532
+ Tanzil [license](https://tanzil.net/docs/Text_License): **Creative Commons Attribution 3.0**