Alijeff1214
commited on
Commit
•
52fef01
1
Parent(s):
62ad86b
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
size_categories:
|
3 |
+
- n<1K
|
4 |
+
---
|
5 |
+
German Civil Code (BGB) Rental Law Corpus
|
6 |
+
Dataset Description
|
7 |
+
|
8 |
+
This dataset contains structured text from Sections 535-595 of the German Civil Code (Bürgerliches Gesetzbuch, BGB), specifically focusing on rental law. The corpus includes the full text of each section, along with metadata such as section numbers, titles, subsections, and legal references.
|
9 |
+
|
10 |
+
Languages
|
11 |
+
The dataset is in German (DE).
|
12 |
+
|
13 |
+
CSV format with the following columns:
|
14 |
+
|
15 |
+
>section_id: Unique identifier for each section (e.g., "bgb_535")
|
16 |
+
|
17 |
+
>section_number: The legal section number
|
18 |
+
|
19 |
+
>title: Title of the section
|
20 |
+
|
21 |
+
>subsection_number: Number of the subsection (if applicable)
|
22 |
+
|
23 |
+
>text: The legal text content
|
24 |
+
|
25 |
+
>references: Cross-references to other BGB sections
|
26 |
+
|
27 |
+
>source_url: URL of the source material
|