andreamorgar commited on
Commit
e0f3a55
1 Parent(s): 658ce9c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -1,3 +1,22 @@
1
  ---
2
  license: gpl-3.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: gpl-3.0
3
  ---
4
+
5
+ # Spanish Poetry Dataset
6
+ There are not many poetry datasets, and in Spanish language is even worst! With this dataset, we want to give access to these quality Spanish data for NLP tasks.
7
+ It is a simple dataset, but its potential is huge. I'm itching to discover new literary structures within Spanish literature data, a wider analysis, and so on!
8
+
9
+ # Authors
10
+ Andrea Morales (@andreamorgar) and Miguel López (@wizmik12)
11
+
12
+ ### Motivation
13
+ This dataset was built for the PyConES2020 conference with the purpose of using it for a poem generation task. More information: https://github.com/andreamorgar/poesIA
14
+
15
+ ### Content
16
+ Data was acquired in July 2020 from the poetry webpage www.poemas-del-alma.com. It provides a wide amount of data involving poems in Spanish. Data was scraped using Python library BeautifulSoup. For each poem in www.poemas-del-alma.com, we collected the name of the poet, poem, and poem title. Scraping processed is available at https://github.com/andreamorgar/poesIA/blob/master/poetry-scrapper.py.
17
+
18
+ ### Languages
19
+ Spanish
20
+
21
+ ### Acknowledgements
22
+ We wouldn't be here without www.poemas-del-alma.com, which provides the poetry collection in this dataset.