dataspoof commited on
Commit
b923557
·
verified ·
1 Parent(s): 4aac45d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +98 -0
README.md ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # 📜 Puranas Dataset (Cleaned CSV Format)
2
+
3
+ This repository contains cleaned and structured CSV datasets of major **Hindu Puranas**, originally sourced from the
4
+ **GRETIL – Göttingen Register of Electronic Texts in Indian Languages**.
5
+
6
+ 🔗 Original Source: https://gretil.sub.uni-goettingen.de/gretil.html
7
+
8
+ The raw Sanskrit texts were extracted from GRETIL and processed into machine-readable CSV format for research, NLP, and data science applications.
9
+
10
+ ---
11
+
12
+ ## 📚 About the Source
13
+
14
+ **GRETIL (Göttingen Register of Electronic Texts in Indian Languages)**
15
+ Maintained by the University of Göttingen, Germany.
16
+
17
+ GRETIL provides digitized classical Indian texts, primarily in transliterated Sanskrit (IAST format).
18
+
19
+ This repository does **not** claim ownership of the original texts.
20
+ It only provides cleaned and structured versions for research purposes.
21
+
22
+ ---
23
+
24
+ ## 🧹 Data Cleaning & Processing Steps
25
+
26
+ The following preprocessing steps were applied:
27
+
28
+ - Removed header and footer metadata
29
+ - Cleaned encoding inconsistencies
30
+ - Standardized verse formatting
31
+ - Removed special characters and irregular spacing
32
+ - Normalized verse numbering
33
+ - Structured text into tabular format
34
+ - Added Devanagari script (where applicable)
35
+ - Exported into CSV format
36
+
37
+ ---
38
+
39
+ ## 📂 Available Puranas
40
+
41
+ The dataset includes cleaned CSV files for:
42
+
43
+ - Agni Purana
44
+ - Bhagavata Purana
45
+ - Brahmanda Purana
46
+ - Brahma Purana
47
+ - Devi Bhagavata
48
+ - Garuda Purana
49
+ - Kurma Purana
50
+ - Markandeya Purana
51
+ - Matsya Purana
52
+ - Narada Purana
53
+ - Narasimha Purana
54
+ - Shiva Purana (Books 1 & 7)
55
+ - Skanda Purana (Reva Khanda)
56
+ - Vamana Purana (Saromahatmya)
57
+ - Vayu Purana (Revakhanda)
58
+ - Vishnu Purana
59
+
60
+ ---
61
+
62
+ ## 🎯 Possible Use Cases
63
+
64
+ - Natural Language Processing (NLP)
65
+ - Sanskrit language modeling
66
+ - Retrieval-Augmented Generation (RAG)
67
+ - Knowledge graph construction
68
+ - Topic modeling
69
+ - Semantic search systems
70
+ - Digital humanities research
71
+ - Comparative scriptural studies
72
+
73
+ ---
74
+
75
+ ## ⚠️ Disclaimer
76
+
77
+ - The original texts are sourced from GRETIL.
78
+ - This repository provides cleaned and structured data for educational and research purposes only.
79
+ - Please refer to GRETIL for the original and authoritative versions.
80
+
81
+ ---
82
+
83
+ ## 📌 Citation
84
+
85
+ If you use this dataset in academic or research work, please cite:
86
+
87
+ **GRETIL – Göttingen Register of Electronic Texts in Indian Languages**
88
+ https://gretil.sub.uni-goettingen.de/gretil.html
89
+
90
+ and reference this repository accordingly.
91
+
92
+ ---
93
+
94
+ ## 👤 Maintainer
95
+
96
+ Maintained by: **dataspoof**
97
+
98
+ For issues, improvements, or collaboration, feel free to open an issue or pull request.