Datasets:

Modalities:
Text
Formats:
csv
Languages:
German
Libraries:
Datasets
pandas
License:
wikiquote-de-quotes / README.md
costrau's picture
Update README.md
28606b5
---
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)