dataspoof commited on
Commit
d79c8be
·
verified ·
1 Parent(s): ca636d3

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +105 -0
README.md ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # 📜 Epics Dataset (Cleaned CSV Format)
2
+
3
+ This repository contains cleaned and structured CSV datasets of major **Hindu Itihasa (Epics)** texts, originally sourced from
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 provides cleaned and structured CSV versions strictly for research and educational 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 chapter and verse formatting
31
+ - Removed irregular spacing and special symbols
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 Epics
40
+
41
+ The dataset includes cleaned CSV files for:
42
+
43
+ - Bhagavad Gita
44
+ - Harivamsa
45
+ - Mahabharata (Narayaniya section)
46
+ - Valmiki Ramayana
47
+
48
+ Each text is segmented at verse level for structured analysis.
49
+
50
+ ---
51
+
52
+ ## 🗂 Dataset Structure
53
+
54
+ Each CSV file typically contains the following columns:
55
+
56
+ | Column Name | Description |
57
+ |--------------------|------------|
58
+ | Book / Parva / Kanda | Major division of the epic |
59
+ | Chapter / Adhyaya | Chapter number |
60
+ | Verse Number | Verse index |
61
+ | Verse Code | Unique verse identifier |
62
+ | Text (IAST) | Sanskrit text in transliteration |
63
+ | Text (Devanagari) | Sanskrit text in Devanagari script |
64
+
65
+ > Note: Column names may vary slightly depending on the specific epic.
66
+
67
+ ---
68
+
69
+ ## 🎯 Possible Use Cases
70
+
71
+ - Sanskrit NLP research
72
+ - LLM pretraining or fine-tuning
73
+ - Retrieval-Augmented Generation (RAG)
74
+ - Semantic search systems
75
+ - Knowledge graph construction
76
+ - Story structure analysis
77
+ - Digital humanities research
78
+ - Comparative scriptural studies
79
+
80
+ ---
81
+
82
+ ## ⚠️ Disclaimer
83
+
84
+ - The original texts are sourced from GRETIL.
85
+ - This repository provides cleaned and structured datasets for educational and research purposes only.
86
+ - For authoritative versions, please refer to GRETIL.
87
+
88
+ ---
89
+
90
+ ## 📌 Citation
91
+
92
+ If you use this dataset in academic or research work, please cite:
93
+
94
+ **GRETIL – Göttingen Register of Electronic Texts in Indian Languages**
95
+ https://gretil.sub.uni-goettingen.de/gretil.html
96
+
97
+ and reference this repository accordingly.
98
+
99
+ ---
100
+
101
+ ## 👤 Maintainer
102
+
103
+ Maintained by: **dataspoof**
104
+
105
+ For issues, improvements, or collaboration, feel free to open an issue or pull request.