Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Russian
ArXiv:
Libraries:
Datasets
Dask
License:
rkuchakov commited on
Commit
f977deb
·
verified ·
1 Parent(s): 1ff2d24

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,7 +15,7 @@ Russian primary and secondary legislation corpus covering laws of Russian Federa
15
 
16
  For lemmatization, POS tagging, and dependency parsing we use the Ru-syntax tool developed by the Computational Linguistics team at the Higher School of Economics (Russia). This tool gathers the results from the morphological analyzer MyStem, part-of-speech tagging (Schmid, 2013) TreeTagger, and dependency grammar analyzer MaltParser. Finally, the result is stored in the CONLL-U format.
17
 
18
- [![arXiv](https://img.shields.io/badge/arXiv-2406.048551-b31b1b.svg)](https://doi.org/10.48550/arXiv.2406.048551)[![License: CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC_BY—NC—SA_4.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)![Python](https://img.shields.io/badge/Python-3.10+-blue.svg)
19
 
20
  ## Structure
21
  The corpus is stored in XML files each for one document. Every field appears if only the document has that kind of information. Fields descriptions are in the example below.
 
15
 
16
  For lemmatization, POS tagging, and dependency parsing we use the Ru-syntax tool developed by the Computational Linguistics team at the Higher School of Economics (Russia). This tool gathers the results from the morphological analyzer MyStem, part-of-speech tagging (Schmid, 2013) TreeTagger, and dependency grammar analyzer MaltParser. Finally, the result is stored in the CONLL-U format.
17
 
18
+ [![arXiv](https://img.shields.io/badge/arXiv-2406.048551-b31b1b.svg)](https://arxiv.org/abs/2406.04855)[![License: CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC_BY—NC—SA_4.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)![Python](https://img.shields.io/badge/Python-3.10+-blue.svg)
19
 
20
  ## Structure
21
  The corpus is stored in XML files each for one document. Every field appears if only the document has that kind of information. Fields descriptions are in the example below.