Datasets:

Modalities:
Text
Formats:
json
Languages:
Czech
Libraries:
Datasets
pandas
License:
mfajcik commited on
Commit
912bff2
·
verified ·
1 Parent(s): eea4de0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -3
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 [Speeches](https://wiki.korpus.cz/doku.php/en:cnk:speeches) dataset, maintained by [Czech National Corpus](https://korpus.cz/) project.
8
+ The dataset was created from shared `.vert` file format using (convert_speeches.py)[https://huggingface.co/datasets/CZLC/CNC_PrezPrejavy/blob/main/convert_speeches.py] script.
9
+
10
+ ## About Original Dataset
11
+ (Taken from Wikpedia). Corpus of official presidential speeches has been created in cooperation between the CNC and University of Oslo. It covers Czech presidential speeches given between 1918 and 2015 on the occassion of anniversaries and public holidays (New Year, 28 October etc.). Speeches is a small and specialized corpus of written-to-be-spoken mode.
12
+
13
+ ## Citation
14
+ If you use this resource, please cite the following work
15
+ ```bibtex
16
+ @misc{cvrcvek2015korpus,
17
+ author = {V. Cvrček and P. Truneček and V. Horký},
18
+ title = {Korpus prezidentských projevů Speeches},
19
+ year = {2015},
20
+ howpublished = {Ústav Českého národního korpusu FF UK, Praha},
21
+ note = {Released corpus}
22
+ }
23
+ ```