Update README.md
Browse files
README.md
CHANGED
@@ -13,39 +13,65 @@ This dataset contains a collection of 13,900 poems sourced from the Poetry Found
|
|
13 |
**Dataset Structure**
|
14 |
|
15 |
The dataset consists of the following columns:
|
|
|
16 |
1. Title: The title of the poem.
|
|
|
17 |
2. Author: The name of the poem’s author.
|
18 |
-
|
|
|
19 |
|
20 |
Dataset Highlights
|
21 |
-
|
|
|
|
|
22 |
• Diversity: Poems span a wide range of topics and authors, making it a rich resource for literary and thematic exploration.
|
|
|
23 |
• Tags: The tags provide a structured way to categorize and filter poems by themes, enhancing the dataset’s usability for research and creative projects.
|
|
|
24 |
|
25 |
**Use Cases**
|
|
|
26 |
1. Poem Generation:
|
|
|
27 |
Train models to generate poems based on user-inputted topics or tags.
|
|
|
28 |
2. Thematic and Sentiment Analysis:
|
|
|
29 |
Analyze trends in poetic themes, sentiments, or styles over time.
|
|
|
30 |
3. NLP Tasks:
|
|
|
31 |
Use the dataset for text classification, clustering, or other natural language processing tasks.
|
|
|
32 |
4. Educational Resources:
|
|
|
33 |
Develop tools or applications for poetry analysis, learning, or teaching.
|
|
|
34 |
5. Visualizations:
|
|
|
35 |
Create word clouds or charts using the tags to identify common themes in poetry.
|
36 |
|
|
|
37 |
**Technical Details**
|
|
|
38 |
• File Size: Approximately 13,900 rows of data.
|
|
|
39 |
• Format: Typically provided in CSV or JSON format.
|
|
|
40 |
• Dependencies:
|
|
|
41 |
• Pandas for data manipulation.
|
|
|
42 |
• NLTK or spaCy for natural language processing.
|
|
|
43 |
• Matplotlib or WordCloud for creating visualizations.
|
44 |
|
|
|
45 |
**Licensing**
|
46 |
|
47 |
This dataset is under **GNU Affero General Public License v3.0**.
|
48 |
|
49 |
-
|
|
|
50 |
|
51 |
The dataset was compiled to provide researchers, developers, and enthusiasts with a structured collection of poetry for creative and analytical purposes. All credits go to the original authors and the Poetry Foundation for their work in making these poems accessible.
|
|
|
13 |
**Dataset Structure**
|
14 |
|
15 |
The dataset consists of the following columns:
|
16 |
+
|
17 |
1. Title: The title of the poem.
|
18 |
+
|
19 |
2. Author: The name of the poem’s author.
|
20 |
+
|
21 |
+
3. Tags: The thematic tags or categories associated with the poems.
|
22 |
|
23 |
Dataset Highlights
|
24 |
+
|
25 |
+
• Size: The dataset includes 13,9k rows, with each row representing an individual poem.
|
26 |
+
|
27 |
• Diversity: Poems span a wide range of topics and authors, making it a rich resource for literary and thematic exploration.
|
28 |
+
|
29 |
• Tags: The tags provide a structured way to categorize and filter poems by themes, enhancing the dataset’s usability for research and creative projects.
|
30 |
+
|
31 |
|
32 |
**Use Cases**
|
33 |
+
|
34 |
1. Poem Generation:
|
35 |
+
|
36 |
Train models to generate poems based on user-inputted topics or tags.
|
37 |
+
|
38 |
2. Thematic and Sentiment Analysis:
|
39 |
+
|
40 |
Analyze trends in poetic themes, sentiments, or styles over time.
|
41 |
+
|
42 |
3. NLP Tasks:
|
43 |
+
|
44 |
Use the dataset for text classification, clustering, or other natural language processing tasks.
|
45 |
+
|
46 |
4. Educational Resources:
|
47 |
+
|
48 |
Develop tools or applications for poetry analysis, learning, or teaching.
|
49 |
+
|
50 |
5. Visualizations:
|
51 |
+
|
52 |
Create word clouds or charts using the tags to identify common themes in poetry.
|
53 |
|
54 |
+
|
55 |
**Technical Details**
|
56 |
+
|
57 |
• File Size: Approximately 13,900 rows of data.
|
58 |
+
|
59 |
• Format: Typically provided in CSV or JSON format.
|
60 |
+
|
61 |
• Dependencies:
|
62 |
+
|
63 |
• Pandas for data manipulation.
|
64 |
+
|
65 |
• NLTK or spaCy for natural language processing.
|
66 |
+
|
67 |
• Matplotlib or WordCloud for creating visualizations.
|
68 |
|
69 |
+
|
70 |
**Licensing**
|
71 |
|
72 |
This dataset is under **GNU Affero General Public License v3.0**.
|
73 |
|
74 |
+
|
75 |
+
**Acknowledgments**
|
76 |
|
77 |
The dataset was compiled to provide researchers, developers, and enthusiasts with a structured collection of poetry for creative and analytical purposes. All credits go to the original authors and the Poetry Foundation for their work in making these poems accessible.
|