Datasets:
saattrupdan
commited on
Commit
•
8035935
1
Parent(s):
772fdeb
Update README.md
Browse files
README.md
CHANGED
@@ -68,6 +68,7 @@ An example from the dataset looks as follows.
|
|
68 |
'clarification': '',
|
69 |
'authors': ['https://brugere.lex.dk/6929'],
|
70 |
'date': '2021-01-20T13:23:20+01:00',
|
|
|
71 |
'text': 'Kullmanns Mølle er en mølle i Gudhjem, opkaldt efter Matts Kullmann, der byggede møllen i 1893 til sin søn, Christian Kullmann, se Gudhjem Mølle.'
|
72 |
}
|
73 |
```
|
@@ -81,6 +82,7 @@ The data fields are the same among all splits.
|
|
81 |
- `clarification`: a `string` feature.
|
82 |
- `authors`: a `list` feature.
|
83 |
- `authors`: a `string` feature.
|
|
|
84 |
- `text`: a `string` feature.
|
85 |
|
86 |
|
|
|
68 |
'clarification': '',
|
69 |
'authors': ['https://brugere.lex.dk/6929'],
|
70 |
'date': '2021-01-20T13:23:20+01:00',
|
71 |
+
'license': 'fri anvendelse',
|
72 |
'text': 'Kullmanns Mølle er en mølle i Gudhjem, opkaldt efter Matts Kullmann, der byggede møllen i 1893 til sin søn, Christian Kullmann, se Gudhjem Mølle.'
|
73 |
}
|
74 |
```
|
|
|
82 |
- `clarification`: a `string` feature.
|
83 |
- `authors`: a `list` feature.
|
84 |
- `authors`: a `string` feature.
|
85 |
+
- `license`: a `string` feature.
|
86 |
- `text`: a `string` feature.
|
87 |
|
88 |
|