dataspoof commited on
Commit
b4c3cf9
·
verified ·
1 Parent(s): 524482a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Haribhadrasūri – Śāstravārttāsamuccaya Dataset
2
+
3
+ ## Overview
4
+
5
+ This dataset contains a cleaned and structured version of the Sanskrit philosophical text **Śāstravārttāsamuccaya**, composed by the Jain scholar **Haribhadrasūri**.
6
+
7
+ The dataset is derived from the digital edition available in the **GRETIL (Göttingen Register of Electronic Texts in Indian Languages)** digital library. The original text was converted into a structured format suitable for **computational linguistics, Sanskrit NLP, digital humanities research, and machine learning applications**.
8
+
9
+ The dataset preserves the **IAST Roman Sanskrit text** and optionally includes **automatically generated Devanāgarī transliteration**.
10
+
11
+ ---
12
+
13
+ ## Original Source
14
+
15
+ The original text was obtained from:
16
+
17
+ **GRETIL – Göttingen Register of Electronic Texts in Indian Languages**
18
+
19
+ https://gretil.sub.uni-goettingen.de/gretil.html
20
+
21
+ Original entry:
22
+
23
+ **Haribhadrasūri: Śāstravārttāsamuccaya**
24
+ Input by: **Yasunori Harada**
25
+
26
+ Available formats in GRETIL:
27
+
28
+ - TEI-conformant XML
29
+ - Analytic Transformation (HTML)
30
+ - Plain Transformation (TXT)
31
+
32
+ This dataset was created from the **Plain Transformation (TXT)** version.
33
+
34
+ ---
35
+
36
+ ## Dataset Maintainer
37
+
38
+ Maintained and curated by:
39
+
40
+ **DataSpoof**
41
+
42
+ ---
43
+
44
+ ## Text Description
45
+
46
+ **Śāstravārttāsamuccaya** is a philosophical text that discusses the role of **dharma, ethics, and spiritual discipline** as the path toward liberation (**mokṣa**).
47
+
48
+ The opening section of the text emphasizes:
49
+
50
+ - Dharma as the foundation of liberation
51
+ - Avoidance of sinful actions
52
+ - Ethical discipline
53
+ - Compassion toward living beings
54
+ - Cultivation of right understanding
55
+
56
+ The work is written in **Sanskrit verse (śloka form)**.
57
+
58
+ ---
59
+
60
+ ## Dataset Structure
61
+
62
+ The dataset is structured into sections corresponding to verses.
63
+
64
+ ### Schema
65
+
66
+ | Column | Description |
67
+ |------|-------------|
68
+ | section_id | Unique identifier for each verse |
69
+ | roman_sanskrit | Cleaned Sanskrit text in IAST |
70
+ | devanagari | Automatically generated Devanāgarī transliteration |