Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Buddhist Sanskrit Canon Dataset
|
| 2 |
+
|
| 3 |
+
## Overview
|
| 4 |
+
|
| 5 |
+
This dataset contains cleaned Sanskrit texts from the **Buddhist Sanskrit Canon** collected from the **GRETIL (Göttingen Register of Electronic Texts in Indian Languages)** digital library.
|
| 6 |
+
|
| 7 |
+
The texts were originally provided in various formats (plain text, HTML transformations, and TEI XML).
|
| 8 |
+
This dataset standardizes and cleans the texts for computational analysis and machine learning applications.
|
| 9 |
+
|
| 10 |
+
The dataset includes major Buddhist works such as:
|
| 11 |
+
|
| 12 |
+
- Prajñāpāramitā texts
|
| 13 |
+
- Vinaya literature
|
| 14 |
+
- Avadāna collections
|
| 15 |
+
- Mahāyāna sūtras
|
| 16 |
+
- Dhāraṇī texts
|
| 17 |
+
- Stotras and commentarial works
|
| 18 |
+
- Yogācāra and Madhyamaka treatises
|
| 19 |
+
|
| 20 |
+
Examples of included texts:
|
| 21 |
+
|
| 22 |
+
- **Vimalakīrtinirdeśa Sūtra**
|
| 23 |
+
- **Vasudhārā Dhāraṇī**
|
| 24 |
+
- **Vinayaviniścaya (Upāli-paripṛcchā)**
|
| 25 |
+
- **Viśvantarāvadāna**
|
| 26 |
+
- **Vidyāsthānopama Sūtra**
|
| 27 |
+
- **Ratnamālāvadāna**
|
| 28 |
+
- **Divyāvadāna**
|
| 29 |
+
- **Lalitavistara**
|
| 30 |
+
- **Saddharmapuṇḍarīka Sūtra**
|
| 31 |
+
- **Prajñāpāramitā literature**
|
| 32 |
+
|
| 33 |
+
The texts are represented in **IAST Roman Sanskrit**, with optional **Devanāgarī transliteration**.
|
| 34 |
+
|
| 35 |
+
---
|
| 36 |
+
|
| 37 |
+
# Source
|
| 38 |
+
|
| 39 |
+
The original texts were obtained from:
|
| 40 |
+
|
| 41 |
+
**GRETIL – Göttingen Register of Electronic Texts in Indian Languages**
|
| 42 |
+
|
| 43 |
+
https://gretil.sub.uni-goettingen.de/gretil.html
|
| 44 |
+
|
| 45 |
+
GRETIL provides electronic editions of classical Indian texts for scholarly use.
|
| 46 |
+
|
| 47 |
+
---
|
| 48 |
+
|
| 49 |
+
# Dataset Maintainer
|
| 50 |
+
|
| 51 |
+
Maintained and curated by:
|
| 52 |
+
|
| 53 |
+
**DataSpoof**
|
| 54 |
+
|
| 55 |
+
---
|
| 56 |
+
|
| 57 |
+
# Dataset Structure
|
| 58 |
+
|
| 59 |
+
Each text is processed into structured sections.
|
| 60 |
+
|
| 61 |
+
Example schema:
|
| 62 |
+
|
| 63 |
+
| column | description |
|
| 64 |
+
|------|-------------|
|
| 65 |
+
| section_id | unique identifier for each text section |
|
| 66 |
+
| roman_sanskrit | cleaned Sanskrit text in IAST |
|
| 67 |
+
| devanagari | automatically generated Devanāgarī transliteration |
|
| 68 |
+
|
| 69 |
+
Example:
|
| 70 |
+
|
| 71 |
+
```csv
|
| 72 |
+
section_id,roman_sanskrit,devanagari
|
| 73 |
+
vimal_1,buddhakṣetrapariśuddhinidānam namaḥ sarvātītapratyutpannānāgatebhyo...,बुद्धक्षेत्रपरिशुद्धिनिदानम् नमः सर्वातीत...
|
| 74 |
+
visv_3,so 'pareṇa samayena devyā sārdhaṃ krīḍati...,सोऽपरेण समयेन देव्याः सार्धं क्रीडति...
|