Datasets:
File size: 806 Bytes
881b97c d76b23c 28606b5 2b47c66 28606b5 2b47c66 28606b5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
---
license: cc-by-sa-4.0
language:
- de
---
# Dataset Card for Wikiquotes German
This dataset contains german quotes from [wikiquote](https://de.wikiquote.org/wiki/Hauptseite). It consists of two columns named 'author' and 'quote'.
For regenerating the dataset we provided the source code in this repo. You can use it as follows:
```sh
pip install bs4 pandas
python CrawlingQuotes.py
```
For usag in python just include
```python
from datasets import load_dataset
training_data = load_dataset("caretech-owl/wikiquote-de-quotes", split="train")
```
after installing 🤗 datasets (```pip install datasets```).
* **Attribution**: Raw data was retrieved from https://dumps.wikimedia.org/dewikiquote/ on November 27th.
* **License**: [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/deed.en) |