kremlin_en - A textual dataset based on the contents published on the English-language version of the Kremlin’s website

This document outlines how this dataset was created and provides summary statistics.

true
2021-05-09

The Kremlin’s website: kremlin.ru

The website kremlin.ru is the official website of the president of the Russian Federation. The most prominent part of the website is composed of news items reporting on the president’s activities, speeches, and interviews.

Summary statistics

Structure of the dataset

The dataset is constructed in line with the Text Interchange Format (TIF) for increased compatibility with different software, and is made available in two tabular formats, as corpus and as tokens.

Corpus

file: president_ru-en_corpus.csv

This is the standard definition of corpus provided by the TIF initiative, that accurately characterises the present dataset:

corpus (data frame) - A valid corpus data frame object is a data frame with at least two columns. The first column is called doc_id and is a character vector with UTF-8 encoding. Document ids must be unique. The second column is called text and must also be a character vector in UTF-8 encoding. Each individual document is represented by a single row in the data frame. Addition document-level metadata columns and corpus level attributes are allowed but not required. (Arnold et al. 2019)

This is a detailed version of all columns in the corpus dataset:

Tokens

file: president_ru-en_token.csv

This is the standard definition of tokens provided by the TIF initiative:

tokens (data frame) - A valid data frame tokens object is a data frame with at least two columns. There must be a column called doc_id that is a character vector with UTF-8 encoding. Document ids must be unique. There must also be a column called token that must also be a character vector in UTF-8 encoding. Each individual token is represented by a single row in the data frame. Addition token-level metadata columns are allowed but not required. (Arnold et al. 2019)

The column definition is exactly the same as for corpus, with a token column instead of text.

Corpus as a txt file

file: president_ru-en_corpus.txt

For ease of use, the full corpus is provided as a single txt file. This may be useful for an early exploration of the corpus or for less technically inclined users simply who may want to quickly explore use of given terms using the “find” (CTRL+F) functionality found in browsers, text editors, or word processors.

Aggregated data

To facilitate processing, tokens datasets are provided also in aggregated and pre-processed format. It should be possible to open the following files without using specialised software.

file: president_ru-word_count_total.csv

This file provides easy access to the words most frequently used accross the full corpus.

It is composed of two columns:

file: president_ru-word_count_by_year.ods

This file is provided in the .ods format, typically used by Libreoffice, to further facilitate access for users more accustomed to office packages.

The file has one sheet per year, and each sheet has two columns similar to the ones described above. This should make it possible to, e.g. create graphs on the use of a set of words in each year covered by the corpus.

Data collection

Contents have been downloaded and extracted using the R programming language, and a dedicated package created by this author (Comai 2016, 2017).

Relevant scripts enabling replication are included in the R folder.

Estimated updates

This dataset is expected to be updated on a yearly basis.

Availability as an R package

To facilitate use with the R programming language, the corpus is available as an R data package.

It can be installed with the following command:

remotes::install_github("giocomai/tifkremlinen")

The corpus is available as a data frame, that after installation can be accessed as follows:

tifkremlinen::kremlin_en

Interactive data exploration

It is possible to explore this dataset and conduct some basic word frequency analysis using an interactive web interface maintained by the author at the following link:

https://castarter.giorgiocomai.eu/kremlin_en/

Files included in this release

path size
president_ru-en_corpus.csv 62.39M
president_ru-en_corpus.txt 58.16M
president_ru-word_count_by_year.ods 1.89M
president_ru-word_count_total.csv 408.19K

Licensing

As of this writing in March 2021, the footer of the Kremlin’s website includes the following notice:

All content on this site is licensed under Creative Commons Attribution 4.0 International

This license gives the right to “copy and redistribute the material in any medium or format”, and to “remix, transform, and build upon the material for any purpose, even commercially”, as long as appropriate credit is given to the source and the license is included.

This dataset - “Kremlin dataset for content analysis” - and related tools have been created within the remits of this license. The dataset itself is also distributed by its creator, Giorgio Comai, with the same CC-BY license, as well as under the Open Data Commons Attribution license (ODC-BY).

Arnold, Taylor, Ken Benoit, Lincoln Mullen, Adam Obeng, and rOpenSci Text Workshop Participants - 2017. 2019. “Text Interchange Format.”

Comai, Giorgio. 2017. “Quantitative Analysis of Web Content in Support of Qualitative Research. Examples from the Study of Post-Soviet de Facto States.” Studies of Transition States and Societies 9 (1): 14–34. http://publications.tlu.ee/index.php/stss/article/view/346/446/.

———. 2016. “Castarter - Content Analysis Starter Toolkit for R.”

References