Datasets:
File size: 1,391 Bytes
9812fb3 715ab83 9812fb3 715ab83 9812fb3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 |
---
language:
- de
tags:
- government
- bundestag
size_categories:
- 10K<n<100K
---
# Dataset Card for Dataset Name
## Dataset Description
- **Homepage:** Quelle: https://dip.bundestag.de/
### Dataset Summary
Extracted the pdf documents from the DIP Service.
In the current version, the documents are between the following dates:
START_DATE = "2015-05-07"
END_DATE = "2023-07-09"
Distribution over the document types:
![Document Type Distribution](https://huggingface.co/datasets/wirthual/dip-bundestag/resolve/main/distribution.png)
### Languages
German
## Dataset Structure
Each row of the dataset consists of the following fields: doc_id and text
The document id can be used to retrieve the metadata for the underlying PDF file by sending a request to the follwoing endpoint:
https://search.dip.bundestag.de/api/v1/swagger-ui/#/Drucksachen/getDrucksache
### Data Fields
index
doc_id
text
### Data Splits
No split
## Dataset Creation
Download PDF, extract text, [dehyphenize](https://github.com/pd3f/dehyphen) text
## Dataset Curation
At this point, no complex curation of the dataset was performed.
#### Who are the source language producers?
https://dip.bundestag.de/
### Licensing Information
Quelle: Deutscher Bundestag/Bundesrat – DIP / "Bundestags-Drucksache"
For further detail see:
https://dip.bundestag.de/documents/nutzungsbedingungen_dip.pdf |