Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -38,9 +38,9 @@ Text generation of verdicts based on statement of facts.
|
|
38 |
features: ['court', 'state', 'date', 'offense', 'decision', 'costs to defendant', 'convicted', 'costs to plaintiff', 'dismissed']
|
39 |
```
|
40 |
|
41 |
-
```court```:  court name (string), e.g. 'AG Bad Neuenahr-Ahrweiler'<br>
|
42 |
```state```:  federated state (string), e.g. 'Brandenburg', 'Berlin', ... , 'Thüringen' <br>
|
43 |
-
```date```:  date (string), e.g. '03.04.2013'<br>
|
44 |
```offense```:  statement of facts (string; _Tatbestand_ in German)<br>
|
45 |
```decision```:  verdict (string; _Tenor_ in German)<br>
|
46 |
|
|
|
38 |
features: ['court', 'state', 'date', 'offense', 'decision', 'costs to defendant', 'convicted', 'costs to plaintiff', 'dismissed']
|
39 |
```
|
40 |
|
41 |
+
```court```:  court name (string), e.g. 'AG Bad Neuenahr-Ahrweiler'; may be empty if it does not match the search mask<br>
|
42 |
```state```:  federated state (string), e.g. 'Brandenburg', 'Berlin', ... , 'Thüringen' <br>
|
43 |
+
```date```:  date (string), e.g. '03.04.2013'; may be empty if it does not match the search mask<br>
|
44 |
```offense```:  statement of facts (string; _Tatbestand_ in German)<br>
|
45 |
```decision```:  verdict (string; _Tenor_ in German)<br>
|
46 |
|