aliahabeeb commited on
Commit
404d436
·
verified ·
1 Parent(s): c3cedcc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -30
README.md CHANGED
@@ -11,35 +11,33 @@ tags:
11
  - shia
12
  size_categories:
13
  - 1K<n<10K
14
-
15
- dataset_info:
16
- name: "Usul Al-Kafi"
17
- description: |
18
- This dataset contains the full text of "الأصول من الكافي," a foundational Islamic book authored by ثقة الإسلام أبي جعفر محمد بن يعقوب بن إسحاق الكليني الرازي. Each row in the dataset represents a single page from the book, preserving the original Arabic text structure. The book is divided into eight parts and includes beneficial annotations derived from various commentaries.
19
- version: "1.0"
20
- source: "Digitized from Dar Al-Kutub Al-Islamiyyah, Tehran - Bazaar Sultani, Third Edition (1388 AH)."
21
- authors:
22
- - "ثقة الإسلام أبي جعفر محمد بن يعقوب بن إسحاق الكليني الرازي"
23
- annotators:
24
- - "علي أكبر الغفاري"
25
- - "الشيخ محمد الآخوندي"
26
- publisher: "دار الكتب الإسلامية - مرتضى آخوندي"
27
- language: "Arabic"
28
- data_format: "CSV"
29
- structure:
30
- - Each row represents a single page of the book.
31
- - The dataset is divided into 8 parts corresponding to the book’s structure.
32
- columns:
33
- - page_number: "Integer representing the page number."
34
- - part: "Integer indicating the part of the book (1 to 8)."
35
- - text: "The full Arabic text of the corresponding page."
36
- size: "Depends on the full book length."
37
- usage:
38
- - Text analysis
39
- - Arabic NLP model training
40
- - Religious text retrieval and search
41
- - Summarization and translation studies
42
- citation: |
43
- الكليني، محمد بن يعقوب. "الأصول من الكافي." تحقيق علي أكبر الغفاري، دار الكتب الإسلامية، ط3، 1388 هـ.
44
  ---
45
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  - shia
12
  size_categories:
13
  - 1K<n<10K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ---
15
 
16
+ # Usul Al-Kafi Dataset
17
+
18
+ ## Overview
19
+
20
+ This dataset contains the full text of *الأصول من الكافي*, a foundational Islamic book authored by **ثقة الإسلام أبي جعفر محمد بن يعقوب بن إسحاق الكليني الرازي**. Each row in the dataset represents a single page from the book, preserving the original Arabic text structure. The book is divided into eight parts and includes beneficial annotations derived from various commentaries.
21
+
22
+ ## Dataset Details
23
+
24
+ - **Version:** 1.0
25
+ - **Source:** Digitized from *Dar Al-Kutub Al-Islamiyyah, Tehran - Bazaar Sultani, Third Edition (1388 AH).*
26
+ - **Language:** Arabic
27
+ - **Format:** CSV
28
+ - **License:** MIT
29
+
30
+ ## Structure
31
+
32
+ The dataset is structured as follows:
33
+
34
+ - Each row represents a single page of the book.
35
+ - The dataset is divided into 8 parts corresponding to the book’s structure.
36
+
37
+ ### Columns
38
+
39
+ - **page**: Integer representing the page number.
40
+ - **part**: Integer indicating the part of the book (1 to 8).
41
+ - **content**: The full Arabic text of the corresponding page.
42
+
43
+