--- language: - tg - fa license: cc-by-sa-4.0 tags: - tajik-history - central-asia - ghafurov - historical-text - tajik-culture pretty_name: "Тоҷикон by Бобоҷон Ғафуров" dataset_info: features: - name: title dtype: string - name: author dtype: string - name: language dtype: string - name: content dtype: string - name: date_processed dtype: string config_name: default splits: - name: full num_bytes: 3861988 num_examples: 1 --- # Тоҷикон **Author**: Бобоҷон Ғафуров ## Dataset Description This dataset contains the complete text of "Тоҷикон" in tajik language. The work is a comprehensive historical study of Tajik people by renowned scholar Bobojon Ghafurov. ## Usage ```python from datasets import load_dataset dataset = load_dataset("ArabovMK/tojikon-ghafurov-corpus") ``` ## Dataset Structure - Single entry containing the complete book - Preserves original formatting and structure - Includes metadata about the work ## Content Preview Боби якум Ҷамоати ибтидоӣ дар ОСИЁИ МИЁНА Ҷамоати қабилавӣ Осори палеолити поин Замони пайдоиши нахустин одамонро дар сарзамини Осиёи Миёна ба таври яқин муайян кардан хеле душвор аст, зеро осори аз ҳама қадимаи ҳаёти онҳо боқӣ намондааст. Ба гумони баъзе олимон, гӯё Осиёи Миёна дар дохил... [truncated] ## Processing Information - Processed on: 2025-05-01 - Original source: Тоҷикон - Language: tajik ## Citation If you use this dataset in your research, please cite: ```bibtex @dataset{ghafurov_tojikon, title = {Тоҷикон}, author = {Бобоҷон Ғафуров}, year = {2023}, publisher = {Hugging Face Dataset}, version = {1.0.0}, url = {https://huggingface.co/datasets/ArabovMK/tojikon-ghafurov-corpus} } ```