CoolFace
Datasetpublic

zait-ai/RuHeritage-Corpus

RuHeritage-Corpus 🇬🇧 English Description RuHeritage-Corpus is a high-quality, curated dataset of Russian classical literature, specifically designed for the pre-training and continued pre-training (CPT) of Large Language Models (LLMs). The corpus focuses on the Golden and Silver Ages of Russian literature, providing models with exposure to rich vocabulary, complex syntactic structures, and stylistically flawless Russian text, acting as a "quality anchor"… See the full description on the dataset page: https://huggingface.co/datasets/zait-ai/RuHeritage-Corpus.

sourceHugging Facecc-by-4.0updated 2mo agoView on Hugging Face
2likes362downloads
Dataset Card

RuHeritage-Corpus

image

🇬🇧 English Description

RuHeritage-Corpus is a high-quality, curated dataset of Russian classical literature, specifically designed for the pre-training and continued pre-training (CPT) of Large Language Models (LLMs).

The corpus focuses on the Golden and Silver Ages of Russian literature, providing models with exposure to rich vocabulary, complex syntactic structures, and stylistically flawless Russian text, acting as a "quality anchor" against the noise typically found in web-scraped data.

📊 Dataset Statistics

  • Total Records: ~9,292 literary works, chapters, or poems.
  • Total Size: ~297.7 million tokens (tokenized with Qwen/Qwen3.5-9B).
  • Format: Optimized Parquet chunks (~30M tokens each) for efficient streaming, plus a raw JSONL backup.

📚 Authors Included

The dataset is built upon a foundational list of 181 classical authors, including:

  • Early Classics & Romanticism: A. Radishchev, D. Fonvizin, G. Derzhavin, N. Karamzin, I. Krylov, V. Zhukovsky, A. Griboyedov, A. Pushkin, K. Ryleev, E. Baratynsky, A. Delvig, M. Lermontov.
  • 19th Century Realism: N. Gogol, V. Odoevsky, A. Herzen, I. Goncharov, T. Shevchenko, A. Fet, I. Turgenev, N. Nekrasov, F. Dostoevsky, M. Saltykov-Shchedrin, L. Tolstoy, N. Leskov, A. K. Tolstoy, A. Ostrovsky, A. Chekhov.
  • Criticism & Philosophy: V. Belinsky, N. Chernyshevsky, N. Dobrolyubov, A. Grigoryev.
  • Late 19th / Early 20th Century: V. Garshin, G. Uspensky, D. Mamin-Sibiryak, V. Korolenko, I. Annensky, and many others from the Silver Age.

🏗️ Dataset Structure

The dataset is organized into the following columns: | Column | Type | Description | |---|---|---| | author | string | Full name of the author (e.g., "Александр Пушкин"). | | title | string | Title of the work or chapter. | | text | string | Cleaned, plain-text content of the literary work. | | source_url | string | Direct link to the original page on ru.wikisource.org. | | word_count | int | Approximate number of words in the text chunk. |

🛠️ Creation and Curation

  1. 1.Source: Texts were programmatically harvested from Russian Wikisource via the official MediaWiki API.
  2. 2.Cleaning: Automated removal of HTML tags, footnotes, editorial tables, and navigation templates using BeautifulSoup.
  3. 3.Filtering: Texts shorter than 100 characters were discarded to eliminate metadata stubs. Exact duplicates were minimized.
  4. 4.Chunking: The final dataset is split into ~30M token Parquet chunks to ensure optimal GPU memory usage during distributed training.

⚖️ License and Copyright

  • The Compilation/Curation: Licensed under CC BY 4.0. You are free to use, modify, and distribute this dataset commercially or non-commercially, provided you give appropriate credit.
  • The Underlying Texts: The literary works themselves are in the Public Domain (published before 1928 or authors deceased before 1942, compliant with US Public Domain laws applicable to Hugging Face).

💻 Usage Example

python
from datasets import load_dataset

# Load the optimized Parquet chunks for training
dataset = load_dataset("maxzt/RuHeritage-Corpus", data_dir="data", split="train")

# Or load the raw JSONL from the root
# dataset = load_dataset("json", data_files="https://huggingface.co/datasets/maxzt/RuHeritage-Corpus/resolve/main/russian_classics_dataset.jsonl")

🗺️ Roadmap & Future Expansions

This dataset is a living project. The current release covers the foundational texts of the Golden and Silver Ages, but the plan is to continuously expand the corpus to create the most comprehensive open-source dataset of Russian classical literature for LLM training.

Contributions, suggestions for new authors, and pull requests are highly welcome! Let's build the ultimate Russian literary corpus together.


🇷🇺 Описание на русском языке

RuHeritage-Corpus — это высококачественный, курируемый корпус текстов русской классической литературы, созданный специально для предобучения (Pre-training) и продолженного предобучения (Continued Pre-Training, CPT) больших языковых моделей (LLM).

Датасет фокусируется на Золотом и Серебряном веках русской литературы, предоставляя моделям доступ к богатой лексике, сложным синтаксическим конструкциям и стилистически безупречному русскому языку. Это служит "якорем качества", компенсируя шум и ошибки, типичные для данных, собранных с обычного веба.

📊 Статистика датасета

  • Всего записей: ~9 292 (произведения, крупные главы или стихотворные циклы).
  • Общий объем: ~297.7 миллионов токенов (при токенизации через Qwen/Qwen3.5-9B).
  • Формат: Оптимизированные Parquet-чанки (по ~30 млн токенов каждый) для эффективного стриминга при обучении, а также резервная копия в формате JSONL в корне репозитория.

📚 Авторы в датасете

В основу датасета лег список из 181 ключевых авторов, включая:

  • Ранняя классика и романтизм: А. Радищев, Д. Фонвизин, Г. Державин, Н. Карамзин, И. Крылов, В. Жуковский, А. Грибоедов, А. Пушкин, К. Рылеев, Е. Баратынский, А. Дельвиг, М. Лермонтов.
  • Реализм XIX века: Н. Гоголь, В. Одоевский, А. Герцен, И. Гончаров, Т. Шевченко, А. Фет, И. Тургенев, Н. Некрасов, Ф. Достоевский, М. Салтыков-Щедрин, Л. Толстой, Н. Лесков, А. К. Толстой, А. Островский, А. Чехов.
  • Критика и публицистика: В. Белинский, Н. Чернышевский, Н. Добролюбов, А. Григорьев.
  • Рубеж XIX–XX веков: В. Гаршин, Г. Успенский, Д. Мамин-Сибиряк, В. Короленко, И. Анненский и многие другие представители Серебряного века.

🏗️ Структура данных

Датасет содержит следующие колонки: | Колонка | Тип | Описание | |---|---|---| | author | string | Полное имя автора (например, "Александр Пушкин"). | | title | string | Название произведения или главы. | | text | string | Очищенный, plain-text контент литературного произведения. | | source_url | string | Прямая ссылка на оригинальную страницу в Русской Викитеке. | | word_count | int | Приблизительное количество слов в данном фрагменте. |

🛠️ Процесс создания и очистки

  1. 1.Источник: Тексты были программно собраны с Русской Викитеки через официальный MediaWiki API.
  2. 2.Очистка: Автоматическое удаление HTML-тегов, сносок, редакторских таблиц и навигационных шаблонов с помощью библиотеки BeautifulSoup.
  3. 3.Фильтрация: Тексты короче 100 символов были отброшены для исключения технических заглушек и метаданных.
  4. 4.Чанкинг: Итоговый датасет разбит на Parquet-файлы по ~30 млн токенов для обеспечения оптимального использования памяти GPU при распределенном обучении.

⚖️ Лицензия и авторские права

  • Сборка и курирование датасета: Лицензия CC BY 4.0. Вы можете свободно использовать, модифицировать и распространять этот датасет в коммерческих и некоммерческих целях при условии указания авторства коллекции.
  • Сами литературные произведения: Находятся в Общественном достоянии (Public Domain), так как были опубликованы до 1928 года (в соответствии с законодательством США, применимым к платформе Hugging Face).

💻 Пример использования

python
from datasets import load_dataset

# Загрузка оптимизированных Parquet-чанков для обучения
dataset = load_dataset("maxzt/RuHeritage-Corpus", data_dir="data", split="train")

# Или загрузка сырого JSONL из корня репозитория
# dataset = load_dataset("json", data_files="https://huggingface.co/datasets/maxzt/RuHeritage-Corpus/resolve/main/russian_classics_dataset.jsonl")

🗺️ Планы на будущее и расширение датасета

Этот датасет — живой проект. Текущий релиз покрывает фундаментальные тексты Золотого и Серебряного веков, но в планах стоит непрерывное расширение корпуса, чтобы создать максимально полный open-source датасет русской классики для обучения LLM.

Буду рад сотрудничеству, предложениям по добавлению новых авторов и pull request'ам! Давайте вместе создадим главный русский литературный корпус для нейросетей.

🙏 Благодарности

Источником данных выступает Русская Викитека — свободная библиотека, создаваемая сообществом волонтеров. Спасибо всем участникам за их неоценимый труд по оцифровке культурного наследия.


Сортировка писателей по числу строк/Sorting writers by number of rows:

<div style="max-width:980px;margin:12px 0;font-family:Arial,sans-serif;"> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Максим Горький</b> · 5.08% · 472 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:100.00%;background:#e11d48;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Андрей Белый</b> · 4.96% · 461 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:97.67%;background:#2563eb;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Лев Толстой</b> · 4.35% · 404 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:85.59%;background:#16a34a;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Владимир Соловьёв</b> · 4.09% · 380 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:80.51%;background:#f59e0b;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Алексей Константинович Толстой</b> · 3.89% · 361 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:76.48%;background:#7c3aed;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Скиталец</b> · 3.52% · 327 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:69.28%;background:#0891b2;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Александр Серафимович</b> · 3.51% · 326 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:69.07%;background:#db2777;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Леонид Андреев</b> · 3.41% · 317 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:67.16%;background:#65a30d;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Александр Блок</b> · 2.97% · 276 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:58.47%;background:#dc2626;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Валерий Брюсов</b> · 2.78% · 258 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:54.66%;background:#0d9488;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Аполлон Григорьев</b> · 2.70% · 251 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:53.18%;background:#9333ea;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Вячеслав Иванов</b> · 2.66% · 247 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:52.33%;background:#ca8a04;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Анна Ахматова</b> · 2.55% · 237 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:50.21%;background:#0284c7;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Фёдор Сологуб</b> · 2.36% · 219 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:46.40%;background:#be123c;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Антон Чехов</b> · 2.30% · 214 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:45.34%;background:#4d7c0f;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Аркадий Аверченко</b> · 2.16% · 201 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:42.58%;background:#6d28d9;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Глеб Успенский</b> · 2.08% · 193 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:40.89%;background:#ea580c;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Марко Вовчок</b> · 2.01% · 187 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:39.62%;background:#0f766e;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Козьма Прутков</b> · 1.96% · 182 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:38.56%;background:#c026d3;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Владимир Маяковский</b> · 1.87% · 174 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:36.86%;background:#15803d;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Владислав Ходасевич</b> · 1.55% · 144 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:30.51%;background:#1d4ed8;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Александр Пушкин</b> · 1.39% · 129 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:27.33%;background:#b91c1c;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Сергей Есенин</b> · 1.27% · 118 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:25.00%;background:#14532d;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Константин Леонтьев</b> · 1.22% · 113 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:23.94%;background:#a21caf;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Велимир Хлебников</b> · 1.10% · 102 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:21.61%;background:#92400e;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Евгения Тур</b> · 1.01% · 94 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:19.92%;background:#0369a1;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Сергей Городецкий</b> · 1.01% · 94 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:19.92%;background:#9f1239;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Николай Гумилёв</b> · 1.00% · 93 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:19.70%;background:#166534;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Марина Цветаева</b> · 0.99% · 92 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:19.49%;background:#4338ca;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Николай Полевой</b> · 0.98% · 91 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:19.28%;background:#c2410c;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Денис Давыдов</b> · 0.96% · 89 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:18.86%;background:#047857;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Саша Чёрный</b> · 0.93% · 86 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:18.22%;background:#86198f;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Всеволод Крестовский</b> · 0.81% · 75 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:15.89%;background:#a16207;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Осип Мандельштам</b> · 0.71% · 66 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:13.98%;background:#075985;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Михаил Кузмин</b> · 0.70% · 65 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:13.77%;background:#991b1b;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Иннокентий Анненский</b> · 0.67% · 62 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:13.14%;background:#7e22ce;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Зинаида Гиппиус</b> · 0.65% · 60 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:12.71%;background:#b45309;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Фаддей Булгарин</b> · 0.63% · 59 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:12.50%;background:#0e7490;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Иван Тургенев</b> · 0.62% · 58 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:12.29%;background:#be185d;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Сергей Соловьёв</b> · 0.55% · 51 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:10.81%;background:#4d7c0f;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Иван Крылов</b> · 0.50% · 46 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:9.75%;background:#1d4ed8;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Фёдор Достоевский</b> · 0.50% · 46 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:9.75%;background:#b45309;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Фёдор Крюков</b> · 0.48% · 45 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:9.53%;background:#9333ea;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Дмитрий Мережковский</b> · 0.47% · 44 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:9.32%;background:#65a30d;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Иван Бунин</b> · 0.46% · 43 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:9.11%;background:#16a34a;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Павел Флоренский</b> · 0.46% · 43 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:9.11%;background:#dc2626;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Тарас Шевченко</b> · 0.44% · 41 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:8.69%;background:#f59e0b;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Иван Дмитриев</b> · 0.42% · 39 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:8.26%;background:#0d9488;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Юргис Балтрушайтис</b> · 0.41% · 38 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:8.05%;background:#ca8a04;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Тэффи</b> · 0.41% · 38 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:8.05%;background:#0284c7;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Борис Зайцев</b> · 0.39% · 36 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:7.63%;background:#be123c;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Аполлон Майков</b> · 0.37% · 34 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:7.20%;background:#6d28d9;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Виссарион Белинский</b> · 0.36% · 33 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:6.99%;background:#ea580c;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Константин Бальмонт</b> · 0.34% · 32 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:6.78%;background:#0f766e;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Николай Клюев</b> · 0.33% · 31 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:6.57%;background:#c026d3;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Лев Шестов</b> · 0.33% · 31 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:6.57%;background:#15803d;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Николай Гоголь</b> · 0.32% · 30 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:6.36%;background:#1d4ed8;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Афанасий Фет</b> · 0.32% · 30 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:6.36%;background:#b91c1c;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Николай Бердяев</b> · 0.32% · 30 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:6.36%;background:#14532d;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Каролина Павлова</b> · 0.30% · 28 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:5.93%;background:#a21caf;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Антоний Погорельский</b> · 0.30% · 28 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:5.93%;background:#92400e;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Александр Герцен</b> · 0.28% · 26 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:5.51%;background:#0369a1;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Давид Бурлюк</b> · 0.28% · 26 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:5.51%;background:#9f1239;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Николай Некрасов</b> · 0.26% · 24 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:5.08%;background:#166534;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Софья Ковалевская</b> · 0.26% · 24 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:5.08%;background:#4338ca;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Александр Добролюбов</b> · 0.26% · 24 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:5.08%;background:#c2410c;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Вильгельм Кюхельбекер</b> · 0.25% · 23 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:4.87%;background:#047857;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Иван Панаев</b> · 0.25% · 23 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:4.87%;background:#86198f;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Владимир Короленко</b> · 0.25% · 23 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:4.87%;background:#a16207;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Всеволод Гаршин</b> · 0.25% · 23 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:4.87%;background:#075985;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Виктор Гофман</b> · 0.24% · 22 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:4.66%;background:#991b1b;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Василий Тредиаковский</b> · 0.22% · 20 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:4.24%;background:#7e22ce;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Александр Радищев</b> · 0.22% · 20 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:4.24%;background:#b45309;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Поликсена Соловьёва</b> · 0.22% · 20 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:4.24%;background:#0e7490;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Иван Козлов</b> · 0.20% · 19 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:4.03%;background:#be185d;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Николай Успенский</b> · 0.20% · 19 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:4.03%;background:#4d7c0f;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Алексей Жемчужников</b> · 0.20% · 19 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:4.03%;background:#1d4ed8;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Сергей Аксаков</b> · 0.19% · 18 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:3.81%;background:#b45309;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Евгений Чириков</b> · 0.19% · 18 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:3.81%;background:#e11d48;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Евгений Трубецкой</b> · 0.19% · 18 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:3.81%;background:#2563eb;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Василий Розанов</b> · 0.18% · 17 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:3.60%;background:#16a34a;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Бенедикт Лившиц</b> · 0.18% · 17 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:3.60%;background:#f59e0b;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Семён Юшкевич</b> · 0.18% · 17 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:3.60%;background:#7c3aed;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Александр Сумароков</b> · 0.17% · 16 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:3.39%;background:#0891b2;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Григорий Данилевский</b> · 0.17% · 16 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:3.39%;background:#db2777;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Игорь Северянин</b> · 0.17% · 16 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:3.39%;background:#65a30d;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Василий Жуковский</b> · 0.16% · 15 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:3.18%;background:#dc2626;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Валериан Майков</b> · 0.16% · 15 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:3.18%;background:#0d9488;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Дмитрий Мамин-Сибиряк</b> · 0.16% · 15 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:3.18%;background:#9333ea;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Иван Коневской</b> · 0.16% · 15 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:3.18%;background:#ca8a04;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Василий Каменский</b> · 0.16% · 15 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:3.18%;background:#0284c7;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Пётр Вейнберг</b> · 0.15% · 14 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:2.97%;background:#be123c;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Владимир Даль</b> · 0.14% · 13 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:2.75%;background:#4d7c0f;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Николай Чернышевский</b> · 0.14% · 13 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:2.75%;background:#6d28d9;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Елена Гуро</b> · 0.14% · 13 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:2.75%;background:#ea580c;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Михаил Ломоносов</b> · 0.13% · 12 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:2.54%;background:#0f766e;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Гавриил Державин</b> · 0.13% · 12 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:2.54%;background:#c026d3;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Евгений Баратынский</b> · 0.13% · 12 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:2.54%;background:#15803d;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Николай Карамзин</b> · 0.12% · 11 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:2.33%;background:#1d4ed8;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Владимир Раевский</b> · 0.12% · 11 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:2.33%;background:#b91c1c;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Иван Гончаров</b> · 0.12% · 11 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:2.33%;background:#14532d;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Николай Асеев</b> · 0.12% · 11 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:2.33%;background:#a21caf;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Иван Шмелёв</b> · 0.12% · 11 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:2.33%;background:#92400e;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Ипполит Богданович</b> · 0.11% · 10 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:2.12%;background:#0369a1;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Николай Новиков</b> · 0.11% · 10 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:2.12%;background:#9f1239;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Пётр Вяземский</b> · 0.11% · 10 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:2.12%;background:#166534;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Евдокия Ростопчина</b> · 0.11% · 10 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:2.12%;background:#4338ca;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Яков Полонский</b> · 0.11% · 10 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:2.12%;background:#c2410c;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Иероним Ясинский</b> · 0.11% · 10 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:2.12%;background:#047857;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Юлий Айхенвальд</b> · 0.11% · 10 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:2.12%;background:#86198f;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Денис Фонвизин</b> · 0.10% · 9 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:1.91%;background:#a16207;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Александр Одоевский</b> · 0.10% · 9 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:1.91%;background:#075985;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Александр Измайлов</b> · 0.10% · 9 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:1.91%;background:#991b1b;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Фёдор Тютчев</b> · 0.10% · 9 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:1.91%;background:#7e22ce;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Николай Огарёв</b> · 0.10% · 9 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:1.91%;background:#b45309;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Николай Лесков</b> · 0.10% · 9 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:1.91%;background:#0e7490;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Александр Куприн</b> · 0.10% · 9 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:1.91%;background:#be185d;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Алексей Кручёных</b> · 0.10% · 9 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:1.91%;background:#4d7c0f;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Александр Грибоедов</b> · 0.09% · 8 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:1.69%;background:#1d4ed8;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Дмитрий Веневитинов</b> · 0.09% · 8 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:1.69%;background:#b45309;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Михаил Лермонтов</b> · 0.09% · 8 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:1.69%;background:#9333ea;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Владимир Одоевский</b> · 0.09% · 8 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:1.69%;background:#65a30d;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Ольга Шапир</b> · 0.09% · 8 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:1.69%;background:#16a34a;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Пётр Якубович</b> · 0.09% · 8 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:1.69%;background:#dc2626;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Аким Волынский</b> · 0.09% · 8 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:1.69%;background:#f59e0b;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Кондратий Рылеев</b> · 0.08% · 7 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:1.48%;background:#0d9488;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Алексей Плещеев</b> · 0.08% · 7 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:1.48%;background:#ca8a04;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Иван Горбунов</b> · 0.08% · 7 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:1.48%;background:#0284c7;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Пётр Гнедич</b> · 0.08% · 7 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:1.48%;background:#be123c;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Владимир Нарбут</b> · 0.08% · 7 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:1.48%;background:#6d28d9;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Михаил Зенкевич</b> · 0.08% · 7 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:1.48%;background:#ea580c;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Александр Вельтман</b> · 0.06% · 6 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:1.27%;background:#0f766e;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Алексей Писемский</b> · 0.06% · 6 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:1.27%;background:#c026d3;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Пётр Орешин</b> · 0.06% · 6 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:1.27%;background:#15803d;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Николай Языков</b> · 0.05% · 5 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:1.06%;background:#1d4ed8;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Александр Воейков</b> · 0.05% · 5 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:1.06%;background:#b91c1c;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Дмитрий Григорович</b> · 0.05% · 5 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:1.06%;background:#14532d;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Пётр Боборыкин</b> · 0.05% · 5 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:1.06%;background:#a21caf;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Зинаида Венгерова</b> · 0.05% · 5 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:1.06%;background:#92400e;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Михаил Гершензон</b> · 0.05% · 5 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:1.06%;background:#0369a1;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Владимир Гиппиус</b> · 0.05% · 5 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:1.06%;background:#9f1239;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Сергей Булгаков</b> · 0.05% · 5 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:1.06%;background:#166534;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Пётр Ершов</b> · 0.04% · 4 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:0.85%;background:#4338ca;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Николай Добролюбов</b> · 0.04% · 4 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:0.85%;background:#c2410c;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Александр Ширяевец</b> · 0.04% · 4 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:0.85%;background:#047857;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Александр Полежаев</b> · 0.03% · 3 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:0.64%;background:#86198f;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Осип Сенковский</b> · 0.03% · 3 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:0.64%;background:#a16207;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Владимир Соллогуб</b> · 0.03% · 3 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:0.64%;background:#075985;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Николай Помяловский</b> · 0.03% · 3 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:0.64%;background:#991b1b;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Василий Слепцов</b> · 0.03% · 3 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:0.64%;background:#7e22ce;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Константин Случевский</b> · 0.03% · 3 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:0.64%;background:#b45309;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Семён Франк</b> · 0.03% · 3 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:0.64%;background:#0e7490;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Пётр Плетнёв</b> · 0.02% · 2 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:0.42%;background:#be185d;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Александр Бестужев-Марлинский</b> · 0.02% · 2 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:0.42%;background:#4d7c0f;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Иван Лажечников</b> · 0.02% · 2 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:0.42%;background:#1d4ed8;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Александр Островский</b> · 0.02% · 2 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:0.42%;background:#b45309;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Михаил Салтыков-Щедрин</b> · 0.02% · 2 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:0.42%;background:#e11d48;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Дмитрий Писарев</b> · 0.02% · 2 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:0.42%;background:#2563eb;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Фёдор Решетников</b> · 0.02% · 2 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:0.42%;background:#16a34a;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Владимир Жемчужников</b> · 0.02% · 2 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:0.42%;background:#f59e0b;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Семён Надсон</b> · 0.02% · 2 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:0.42%;background:#7c3aed;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Николай Минский</b> · 0.02% · 2 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:0.42%;background:#0891b2;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Дмитрий Философов</b> · 0.02% · 2 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:0.42%;background:#db2777;"></div></div> </div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Другие</b> · 0.19% · 18 rows</div> <div style="height:14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;"><div style="height:100%;width:3.81%;background:#65a30d;"></div></div> </div> <div style="border-top:1px solid #e5e7eb; margin:10px 0 10px 0;"></div> <div style="margin:0 0 10px 0;"> <div style="font-size:13px;color:#4b5563;margin-bottom:4px;"><b>Total</b> · 9,292 rows</div> </div> </div>