text
stringlengths 2.07k
1.98M
|
---|
"# Саҗидә Сөләйманова\n# Сайланма әсәрләр\n\n\n\n## Ач, шигър(...TRUNCATED) |
"# Фәридә Гайфуллина\n# Кадерле мирас. Мөхәммәт Мәһдиевн(...TRUNCATED) |
"# Габдулхай Сабитов\n# Йолдыз яктысы\n\n© Татарстан кита(...TRUNCATED) |
"# Рифә Рахман\n# Сине сөям, дисең… Шигырьләр\n\n\n\nРахман (...TRUNCATED) |
"# # Ринат Мухаммадиев\n# Сират күпере / Мост над адом\n\n© (...TRUNCATED) |
"# Роберт Әхмәтҗанов\n# Гомер биштәре\n\n## Йөрәк канатлар(...TRUNCATED) |
"# Альберт Гадел\n# Кырлай кызы Айсылу. Пьесалар\n\n\n\n## ПЬ(...TRUNCATED) |
"# Индус Тагиров\n# Без тарихта эзлебез. Мәкаләләр, истәл(...TRUNCATED) |
"# Ринат Мөхәммәдиев\n# Юлда булу хәерле…\n\n\n\n## Язучы бә(...TRUNCATED) |
"# Таңчулпан Гарипова\n# Асыл ташлы муенса\n\n© Татарстан (...TRUNCATED) |
End of preview. Expand
in Dataset Viewer.
Tatar Books Collection (Cyrillic) 📚
This dataset, hosted by Yasalma, is a curated collection of 497 Tatar books in Parquet format. The texts are in Cyrillic script, making this dataset ideal for linguistic research, language modeling, and other NLP applications in the Tatar language.
Dataset Details
- Language: Tatar (Cyrillic script)
- Format: Two Parquet files
- Original text
- Markdown-formatted text
- Columns:
- train-00000-of-00001.parquet:
file_name
: The original name of each book’s filetext
: The full content of each book in raw text
- lib-books.parquet:
text
: The full content of each book in Markdown format
- train-00000-of-00001.parquet:
- Important Note: The books in the two files do not overlap; they are entirely distinct collections.
- Total Number of Books: 497
- Total Size: 180 MB
- License: MIT
Structure
The dataset is organized as follows:
- train-00000-of-00001.parquet: Each row represents an individual Tatar book, with columns for the book’s filename (
file_name
) and its content in raw text (text
). - lib-books.parquet: Each row represents an individual Tatar book, with single column in Markdown format(
text
).
All links to images have been removed from the Markdown text to ensure compatibility and simplify processing.
Potential Use Cases
- Language Modeling: Train language models specifically for Tatar in Cyrillic script.
- Markdown Processing: Use Markdown-formatted text for specific NLP applications, such as HTML rendering or structured content analysis.
- Machine Translation: Use the dataset for translation tasks.
- Linguistic Research: Study linguistic structures, grammar, and vocabulary in Tatar.
Usage
To load the dataset using Hugging Face’s datasets
library:
from datasets import load_dataset
dataset = load_dataset("neurotatarlar/tt-books-cyrillic")
Contributions and Acknowledgements
This dataset is maintained by the Yasalma team. Contributions, feedback, and suggestions are welcome to improve and expand the dataset.
- Downloads last month
- 202