sakthivelan01092004 commited on
Commit
9bae47a
·
verified ·
1 Parent(s): 5c7ebeb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +81 -3
README.md CHANGED
@@ -1,3 +1,81 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - table-question-answering
5
+ - text-classification
6
+ language:
7
+ - ta
8
+ tags:
9
+ - art
10
+ pretty_name: Mudhumozhikanchi
11
+ size_categories:
12
+ - n<1K
13
+ ---
14
+
15
+ 💎 முதுமொழிக்காஞ்சி (Mudhumozhi Kanchi) Dataset
16
+
17
+ **முதுமொழிக்காஞ்சி (Mudhumozhi Kanchi)** is one of the *Pathinen Keezhkanakku* (Eighteen Minor Works) in Tamil literature.
18
+ It was composed by **மதுரைக் கூடலூர் கிழார்**.
19
+
20
+ The text consists of **10 athikarams (chapters)**, each containing **10 kurattazhis (verses)**.
21
+ The work primarily discusses **Aram (virtue), Porul (wealth), and Inbam (love/pleasure)**, providing ethical guidance and moral reflections.
22
+
23
+ This dataset provides a structured **digital version of Mudhumozhi Kanchi**, segmented into **athikaram, poem, and explanation**, which is valuable for **Tamil NLP, moral text analysis, and cultural preservation**.
24
+
25
+ ---
26
+
27
+ 📂 **Dataset Structure**
28
+
29
+ Each entry in the dataset contains:
30
+
31
+ - **athikaram** (string) → Chapter title
32
+ - **poem** (string) → Original Tamil verse
33
+ - **explanation** (string) → Commentary / meaning in Tamil
34
+
35
+ **Example:**
36
+
37
+ ```json
38
+ [
39
+ {
40
+ "athikaram": "1. சிறந்த பத்து",
41
+ "poem": "1. ஆர்கலி யுலகத்து மக்கட் கெல்லாம்\r\n ஓதலிற் சிறந்தன்று ஒழுக்கம் உடைமை",
42
+ "explanation": "கடல் சூழ்ந்த உலகத்து மக்கட்கெல்லாம் ஓதலினும் மிக்க சிறப்புடைத்துஆசாரமுடைமை."
43
+ },
44
+ {
45
+ "athikaram": "1. சிறந்த பத்து",
46
+ "poem": "2. காதலிற் சிறந்தன்று கண்ணஞ்சப் படுதல்",
47
+ "explanation": "பிறர் தன்மேற் செய்யும்காதலினும் சிறந்தது கற்றவரால் கண்ணஞ்சப்படுதல்."
48
+ }
49
+ ]
50
+ ```
51
+
52
+ ## 📊 Dataset Statistics
53
+
54
+ Total Chapters (Athikarams): 10
55
+
56
+ Total Verses: 100 (10 per chapter)
57
+
58
+ Language: Tamil (ta)
59
+
60
+ Format: JSON / JSONL
61
+
62
+ Size: ~50–60 KB
63
+
64
+ ## 💡 Use Cases
65
+
66
+ Tamil NLP & AI → verse-to-explanation mapping, semantic analysis, classification of moral values
67
+
68
+ Digital Heritage → preservation of Tamil ethical literature in machine-readable form
69
+
70
+ Education → teaching classical Tamil literature and moral philosophy
71
+
72
+ Comparative Literature → exploring Aram, Porul, Inbam across texts and cultures
73
+
74
+ ## 🔑 Licensing
75
+
76
+ Texts (Poems): Public Domain (classical Tamil literature)
77
+
78
+ Explanations: Released under CC BY 4.0 (free to use with attribution)
79
+
80
+
81
+ #முதுமொழிக்காஞ்சி #PathinenKeezhkanakku #சங்கஇலக்கியம் #TamilLiterature #TamilPoetry #ClassicalTamil #TamilNLP #DigitalHeritage #TamilCulture #PoetryDataset #TamilAI #OpenSource