Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-nc-sa-4.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-sa-4.0
|
| 3 |
+
language:
|
| 4 |
+
- cs
|
| 5 |
+
---
|
| 6 |
+
## Introduction
|
| 7 |
+
This is a sample from [Capek](https://wiki.korpus.cz/doku.php/en:cnk:capek) dataset, maintained by [Czech National Corpus](https://korpus.cz/) project.
|
| 8 |
+
The dataset was created from shared `.vert` file format using [convert_capek.py](https://huggingface.co/datasets/CZLC/CNC_Capek/blob/main/convert_capek.py) script.
|
| 9 |
+
|
| 10 |
+
## About Original Dataset
|
| 11 |
+
(Taken from project [Wiki](https://wiki.korpus.cz/doku.php/en:cnk:capek)). The corpus contains all texts that have been undoubtedly written by Karel Čapek himself (i.e. with no co-authors and without possible influence of a partner or translation original).
|
| 12 |
+
|
| 13 |
+
## Citation
|
| 14 |
+
If you use this resource, please cite the following work
|
| 15 |
+
```bibtex
|
| 16 |
+
@misc{cermak2007capek,
|
| 17 |
+
author = {F. Čermák and others},
|
| 18 |
+
title = {Capek: Korpus pouze vlastních textů Karla Čapka},
|
| 19 |
+
year = {2007},
|
| 20 |
+
howpublished = {Ústav Českého národního korpusu FF UK, Praha},
|
| 21 |
+
note = {Released corpus}
|
| 22 |
+
}
|
| 23 |
+
```
|