Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -26,4 +26,11 @@ task_ids:
|
|
26 |
|
27 |
This dataset contains the exegeses/tafsirs (تفسير القرآن) of the holy Quran in arabic by 8 exegetes.
|
28 |
|
29 |
-
This is a non Official dataset. It have been scrapped from the `Quran.com Api`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
|
27 |
This dataset contains the exegeses/tafsirs (تفسير القرآن) of the holy Quran in arabic by 8 exegetes.
|
28 |
|
29 |
+
This is a non Official dataset. It have been scrapped from the `Quran.com Api`
|
30 |
+
|
31 |
+
Usage Example :
|
32 |
+
```python
|
33 |
+
from datasets import load_dataset
|
34 |
+
|
35 |
+
tafsirs = load_dataset("mustapha/raw_tafsirs")
|
36 |
+
```
|