Update README.md
Browse filesUpdate readme to adjust the information to de csv dataset added
README.md
CHANGED
@@ -8,11 +8,31 @@ license: cc-by-nc-4.0
|
|
8 |
## Introduction
|
9 |
This corpus comprises sonnets written in Spanish between the 16th and 17th centuries.
|
10 |
|
11 |
-
|
|
|
|
|
|
|
|
|
12 |
|
13 |
The pattern consists of a sequence of unstressed syllables (represented by the "-" sign) and stressed syllables ("+" sign). Thus, each verse’s metrical pattern is represented as follows:
|
14 |
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
## Poets
|
18 |
With the purpose of having a corpus as representative as possible, every author from the 16th and 17th centuries with more than 10 digitalized and available sonnets has been included.
|
|
|
8 |
## Introduction
|
9 |
This corpus comprises sonnets written in Spanish between the 16th and 17th centuries.
|
10 |
|
11 |
+
This corpus is a dataset saved in .csv, from a previous one in .xml.
|
12 |
+
All the information of the original dataset can be consulted in [its original repository](https://github.com/bncolorado/CorpusSonetosSigloDeOro).
|
13 |
+
|
14 |
+
|
15 |
+
Each sonnet has been annotated in accordance with the TEI standard. Besides the header and structural information, each sonnet includes the formal representation of each verse’s particular **metrical pattern**.
|
16 |
|
17 |
The pattern consists of a sequence of unstressed syllables (represented by the "-" sign) and stressed syllables ("+" sign). Thus, each verse’s metrical pattern is represented as follows:
|
18 |
|
19 |
+
"---+---+-+-"
|
20 |
+
|
21 |
+
Each line in the metric_pattern codifies a line in the sonnet_text column.
|
22 |
+
|
23 |
+
## Column description
|
24 |
+
- 'author' (string): Author of the sonnet described
|
25 |
+
- 'sonnet_title' (string): Sonnet title
|
26 |
+
- 'sonnet_text' (string): Full text of the specific sonnet, divided by lines ('\n')
|
27 |
+
- 'metric_pattern' (string): Full metric pattern of the sonnet, in text, with TEI standard, divided by lines ('\n')
|
28 |
+
- 'reference_id' (int): Id of the original XML file where the sonnet is extracted
|
29 |
+
- 'publisher' (string): Name of the publisher
|
30 |
+
- 'editor' (string): Name of the editor
|
31 |
+
- 'research_author' (string): Name of the principal research author
|
32 |
+
- 'metrical_patterns_annotator' (string): Name of the annotation's checker
|
33 |
+
- 'research_group' (string): Name of the research group that processed the sonnet
|
34 |
+
|
35 |
+
|
36 |
|
37 |
## Poets
|
38 |
With the purpose of having a corpus as representative as possible, every author from the 16th and 17th centuries with more than 10 digitalized and available sonnets has been included.
|