metadata
language:
- tg
- ru
license: cc-by-sa-4.0
tags:
- programming
- cryptography
- education
- tajik-books
pretty_name: Arabov's Books on Programming and Cryptography
dataset_info:
features:
- name: title
dtype: string
- name: author
dtype: string
- name: language
dtype: string
- name: content
dtype: string
download_size: ~1 MB
dataset_size: ~1 MB
📚 Arabov's Books on Programming and Cryptographic Methods
This dataset includes 6 books by Mullosharaf Qurbonovich Arabov and co-authors, covering topics of programming (PascalABC.NET, C++, Android development) and cryptographic information protection methods.
Suitable for educational purposes, programming training, and research in cryptography.
📄 Example record
{
"title": "Асосҳои барномасозӣ дар забони C++",
"author": "Муллошараф Арабов",
"language": "tajik",
"content": "Муқаддима
Барои оғози омӯзиши барномасозӣ дар забони C++..."
}
📦 Usage
from datasets import load_dataset
dataset = load_dataset("ArabovMK/arabovs-books-corpus")
🎯 Purpose
- 📖 Study of programming and cryptographic methods
- 🛡️ Cryptographic information protection research
- 🧠 NLP tasks: code understanding, educational material modeling
- 📊 Training language models on Tajik technical texts
📌 Citation
@misc{arabovs-books-corpus,
title = {Arabov's Books on Programming and Cryptography},
author = {Arabov, Mullosharaf Qurbonovich},
year = {2025},
publisher = {Hugging Face Datasets},
url = {https://huggingface.co/datasets/ArabovMK/arabovs-books-corpus}
}