Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,76 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
## பரிபாடல் (Paripādal)
|
| 2 |
+
|
| 3 |
+
## 📝 Dataset Description
|
| 4 |
+
|
| 5 |
+
பரிபாடல் (Paripādal) is one of the eight classical anthologies (Ettuthokai) in Sangam Literature, containing 22 poems. These poems are unique as they were set to music and celebrate deities like Vishnu, Murugan, and the river Kaveri, along with themes of nature, devotion, and love.
|
| 6 |
+
|
| 7 |
+
This dataset provides a structured digital format of Paripādal, including:
|
| 8 |
+
|
| 9 |
+
Poem Title
|
| 10 |
+
|
| 11 |
+
Section Headings
|
| 12 |
+
|
| 13 |
+
Original Tamil Poem Text (organized by sections)
|
| 14 |
+
|
| 15 |
+
The dataset connects ancient Tamil classical poetry with modern NLP research and digital preservation.
|
| 16 |
+
|
| 17 |
+
## 📂 Dataset Structure
|
| 18 |
+
|
| 19 |
+
Fields
|
| 20 |
+
|
| 21 |
+
title (string) → Title of the poem (e.g., பரிபாடல் - 1. திருமால்)
|
| 22 |
+
|
| 23 |
+
sections (array) → Each poem is split into sections:
|
| 24 |
+
|
| 25 |
+
heading (string) → Sub-heading inside the poem
|
| 26 |
+
|
| 27 |
+
content (string) → Original Tamil verses under that section
|
| 28 |
+
|
| 29 |
+
## Example
|
| 30 |
+
|
| 31 |
+
{
|
| 32 |
+
"title": "பரிபாடல் - 1. திருமால்",
|
| 33 |
+
"sections": [
|
| 34 |
+
{
|
| 35 |
+
"heading": "அகு மறைப் பொருள்",
|
| 36 |
+
"content": "ஆயிரம் விரிந்த அணங்குடை ..."
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"heading": "சொல்லில் அடங்காப் பெரும் புகழ்",
|
| 40 |
+
"content": "'பொருவேம்' என்றவர் மதம் தபக் கடந்து ..."
|
| 41 |
+
}
|
| 42 |
+
]
|
| 43 |
+
}
|
| 44 |
+
|
| 45 |
+
|
| 46 |
+
## 📊 Dataset Statistics
|
| 47 |
+
|
| 48 |
+
Total Poems: 22
|
| 49 |
+
|
| 50 |
+
Language: Tamil (ta)
|
| 51 |
+
|
| 52 |
+
Format: JSON
|
| 53 |
+
|
| 54 |
+
Size: ~200 KB
|
| 55 |
+
|
| 56 |
+
## 💡 Use Cases
|
| 57 |
+
|
| 58 |
+
This dataset can be used for:
|
| 59 |
+
|
| 60 |
+
Tamil NLP research (classification, summarization, translation)
|
| 61 |
+
|
| 62 |
+
Poem structure analysis (sectional division, thematic study)
|
| 63 |
+
|
| 64 |
+
Digital Humanities → Preservation of Sangam poetry in structured format
|
| 65 |
+
|
| 66 |
+
Educational applications → Easy access to Tamil classics for students
|
| 67 |
+
|
| 68 |
+
Poetry generation / stylized language models
|
| 69 |
+
|
| 70 |
+
## 🔑 Licensing
|
| 71 |
+
|
| 72 |
+
License: Open Data for research and educational purposes
|
| 73 |
+
|
| 74 |
+
Attribution required when used in publications or applications
|
| 75 |
+
|
| 76 |
+
#பரிபாடல் #சங்கஇலக்கியம் #தமிழ் #Tamil #Paripadal #SangamLiterature #TamilPoetry #ClassicalLiterature #AncientTamil #TamilNLP #DigitalHeritage #TamilCulture #TamilClassics #PoetryDataset #TamilAI #OpenSource
|