akhooli commited on
Commit
97ff87b
1 Parent(s): 43c1ceb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -16,9 +16,11 @@ configs:
16
  # Qur'an Simple Text Dataset
17
 
18
  This dataset is licensed as Waqf (see license and credits). It contains the text of the Qur'an without and with diacritics.
19
- The available columns are: surah number, surah name, no. of ayas, class (Makki/Madani), order of revelation, aya number, aya text (no diacritics), aya text with diacritics.
 
 
20
  There are various applications based on this dataset, including educational and NLP. Make sure you use the `text` column for NLP (`d_text` will not work).
21
- There are also many Qur'an related datasets (text, tafsir, recitation ... etc.). This is just a simple text one with some metadata.
22
 
23
  ## Usage
24
  ```python
 
16
  # Qur'an Simple Text Dataset
17
 
18
  This dataset is licensed as Waqf (see license and credits). It contains the text of the Qur'an without and with diacritics.
19
+ The available columns are:
20
+ surah number, surah name, no. of ayas, class (Makki/Madani), order of revelation, aya number, aya text (no diacritics), aya text with diacritics.
21
+ Scroll the viewer to the right to see the last column(s).
22
  There are various applications based on this dataset, including educational and NLP. Make sure you use the `text` column for NLP (`d_text` will not work).
23
+ There are many Qur'an related datasets on this platform (text, tafsir, recitation ... etc.). This is just a simple and small one with some metadata.
24
 
25
  ## Usage
26
  ```python