Dataset Viewer
The dataset viewer is not available for this dataset.
Job has been terminated due to a temporary spike in resource usage and may be restarted later.
Error code:   JobManagerCrashedError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Stemm-compression experiment. Per-author variabiliy is interesting:

Zhitija_svjatykh:
0.86%      556 MiB =>   4.81 MiB
world:
0.05%     1.98 MiB =>   1.10 KiB
Vasilij_Bandakov:
0.62%      169 MiB =>   1.05 MiB
Nikodim_Svjatogorets:
0.13%     1.64 GiB =>   2.18 MiB
Manuil_Lemeshevskij:
4.78%     17.3 MiB =>    844 KiB
Feodor_Studit:
0.06%     1.79 GiB =>   1.17 MiB
Filaret_Moskovskij:
0.56%      549 MiB =>   3.09 MiB
Avrelij_Avgustin:
0.73%      202 MiB =>   1.47 MiB
Vasilij_Velikij:
0.28%      499 MiB =>   1.41 MiB
Dmitrij_Rostovskij:
4.84%     88.6 MiB =>   4.29 MiB
...

Method and algo:

Only lowercase words lemmatized (no Names, no Toponyms, etc) with mystem -wln Then compressed with zstd -22 (512M chunks visible)

for f in $(cat  ../cut-d.-f3.huniq-c.sort-rnk1.txt|awk '{print $2}');do echo __$f:;time rg -Izwo '[а-я]*' otechnik.$f*|mystem -wln|zstd --ultra -f22 -vT3 >/dev/shm/mystem-wln.$f.22.zst;done
Downloads last month
15,094