Update README.md
#2
by
tagay1n
- opened
README.md
CHANGED
@@ -8,4 +8,44 @@ tags:
|
|
8 |
- books
|
9 |
pretty_name: Collection of books in Tatar language in Cyrillic script
|
10 |
---
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
- books
|
9 |
pretty_name: Collection of books in Tatar language in Cyrillic script
|
10 |
---
|
11 |
+
# Tatar Books Collection (Cyrillic) 📚
|
12 |
+
|
13 |
+
This dataset, hosted by [Yasalma](https://huggingface.co/neurotatarlar), contains a curated collection of Tatar books in `.txt` format. The texts are in Cyrillic script and aim to support linguistic research, language modeling, and various natural language processing (NLP) applications for the Tatar language.
|
14 |
+
|
15 |
+
## Dataset Details
|
16 |
+
|
17 |
+
- **Language**: Tatar (Cyrillic script)
|
18 |
+
- **Format**: `.txt` files
|
19 |
+
- **License**: MIT
|
20 |
+
|
21 |
+
### Structure
|
22 |
+
|
23 |
+
Each text file corresponds to a unique Tatar book. The texts are structured as plain text, making it easy to parse and tokenize for NLP tasks.
|
24 |
+
|
25 |
+
## Potential Use Cases
|
26 |
+
|
27 |
+
- **Language Modeling**: Train language models specifically for Tatar in Cyrillic script.
|
28 |
+
- **Machine Translation**: Use as a dataset for Cyrillic-to-Latin transliteration and other translation tasks.
|
29 |
+
- **Linguistic Research**: Analyze linguistic structures, grammar, and vocabulary in Tatar.
|
30 |
+
|
31 |
+
## Examples
|
32 |
+
|
33 |
+
Below is a short snippet from a sample text in the dataset:
|
34 |
+
|
35 |
+
```
|
36 |
+
Юл газабы - гүр газабы, дисәләр дә, җәфа күрмичә генә, Мәккә каласына килеп төштек. Кунакханәләрнең шәп дигәненә урнаштырдылар. Ашханәсе этаж саен, ашау-эчү бушка. Гыйбадәтеңне генә калдырма! Шулай итеп, без Согуд Гарәбстаны короленең кунаклары статусындагы хаҗилар булдык.
|
37 |
+
```
|
38 |
+
|
39 |
+
## Usage
|
40 |
+
|
41 |
+
To load the dataset using Hugging Face's `datasets` library:
|
42 |
+
|
43 |
+
```python
|
44 |
+
from datasets import load_dataset
|
45 |
+
|
46 |
+
dataset = load_dataset("neurotatarlar/tt-books-cyrillic")
|
47 |
+
```
|
48 |
+
|
49 |
+
## Contributions and Acknowledgements
|
50 |
+
|
51 |
+
This dataset is maintained by the Yasalma team. Contributions, feedback, and suggestions are welcome to improve and expand the dataset.
|