Datasets:
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## Dataset: Swiss Legislation
|
2 |
+
|
3 |
+
### Description
|
4 |
+
This dataset contains legislation texts in five languages:
|
5 |
+
- German _(17,559 entries)_
|
6 |
+
- French _(11,197 entries)_
|
7 |
+
- Italian _(6,201 entries)_
|
8 |
+
- Romansh _(534 entries)_
|
9 |
+
- English _(207 entries)_
|
10 |
+
|
11 |
+
The total number of texts in the dataset is 35,698. The dataset is saved in _lexfind_v2.jsonl_ format.
|
12 |
+
|
13 |
+
### Data
|
14 |
+
Each entry in the dataset is a dictionary with the following keys:
|
15 |
+
- `canton`: the canton of origin of the legislation
|
16 |
+
- example: "ag"
|
17 |
+
- `language`: the language of the legislation
|
18 |
+
- example: "de"
|
19 |
+
- `uuid`: a unique identifier for the legislation
|
20 |
+
- example: "ec312f57-05fe-4552-ba50-8c9c269e0f3b"
|
21 |
+
- `title`: the title of the legislation
|
22 |
+
- example: "Gesetz über die Geoinformation im Kanton Aargau"
|
23 |
+
- `short`: a short description of the legislation
|
24 |
+
- example: "Kantonales Geoinformationsgesetz"
|
25 |
+
- `abbreviation`: an abbreviation for the legislation
|
26 |
+
- example: "KGeoIG"
|
27 |
+
- `sr_number`: a reference number for the legislation
|
28 |
+
- example: "740.100"
|
29 |
+
- `is_active`: whether the legislation is currently in force
|
30 |
+
- example: true
|
31 |
+
- `version_active_since`: the date since when the legislation's current version is active
|
32 |
+
- example: "2021-09-01"
|
33 |
+
- `family_active_since`: the date since when the legislation's current version's family is active
|
34 |
+
- example: "2011-05-24"
|
35 |
+
- `version_inactive_since`: the date since when the legislation's current version is inactive
|
36 |
+
- example: null
|
37 |
+
- `version_found_at`: the date the legislation's current version was found
|
38 |
+
- example: "2021-09-01"
|
39 |
+
- `pdf_url`: a link to the legislation's pdf
|
40 |
+
- example: "https://www.lexfind.ch/tol/1557/de"
|
41 |
+
- `html_url`: a link to the legislation's html
|
42 |
+
- example: "https://gesetzessammlungen.ag.ch/app/de/texts_of_law/740.100")_
|
43 |
+
- `pdf_content`: the legislation's pdf content
|
44 |
+
- example: "740.100 - Gesetz über..."
|
45 |
+
- `html_content`: the legislation's html content
|
46 |
+
- example: ""
|
47 |
+
- `changes`: a list of changes made to the legislation
|
48 |
+
- example: []
|
49 |
+
- `history`: a list of the legislation's history
|
50 |
+
- example: []
|
51 |
+
- `quotes`: a list of quotes from the legislation
|
52 |
+
- example: []
|
53 |
+
|
54 |
+
### Splits
|
55 |
+
There is only one split in this dataset, which contains all the legislation texts.
|
56 |
+
|