Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,27 @@
|
|
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 the [FicTree](https://wiki.korpus.cz/doku.php/en:cnk:fictree) dataset, maintained by the [Czech National Corpus](https://korpus.cz/) project. The dataset was created from shared `.vert` file format using the [convert_FICTREE.py](https://huggingface.co/datasets/CZLC/CNC_fictree/blob/main/convert_FICTREE.py) script.
|
8 |
+
|
9 |
+
## About Original Dataset
|
10 |
+
(Taken from project [Wiki](https://wiki.korpus.cz/doku.php/en:cnk:fictree)).
|
11 |
+
|
12 |
+
The **FicTree treebank** is a syntactically annotated corpus of Czech fiction. It consists of 135,000 words (166,000 tokens). The lemmatization, morphological, and syntactic annotation were performed manually.
|
13 |
+
|
14 |
+
|
15 |
+
### Composition of the FicTree Treebank:
|
16 |
+
The FicTree treebank consists of eight literary works published in the Czech Republic between 1991 and 2007. The texts in the treebank include six fiction titles, a children’s fiction book, and a book of memoirs. Most of the texts were first published between 1991 and 2007, except for one text published in 1969. Five texts (80% of all tokens) are original Czech texts, while the other three are translations (from German and Slovak).
|
17 |
+
|
18 |
+
## Citation
|
19 |
+
If you use this resource, please cite the following work:
|
20 |
+
```bibtex
|
21 |
+
@misc{jelinek2017fictree,
|
22 |
+
author = {T. Jelínek and M. Hnátková and H. Skoumalová},
|
23 |
+
title = {FicTree: Manuálně syntakticky anotovaný korpus české beletrie},
|
24 |
+
year = {2017},
|
25 |
+
howpublished = {Ústav Českého národního korpusu FF UK, Praha},
|
26 |
+
note = {Available from WWW: \url{http://www.korpus.cz}}
|
27 |
+
}
|