Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- tt
|
5 |
+
tags:
|
6 |
+
- tt
|
7 |
+
- tatar
|
8 |
+
- dictionaries
|
9 |
+
pretty_name: Collection of Tatar Language Dictionaries
|
10 |
+
---
|
11 |
+
# Tatar Language Dictionaries 📖
|
12 |
+
|
13 |
+
This dataset, hosted by [Yasalma](https://huggingface.co/neurotatarlar), is a curated collection of multiple Tatar language dictionaries in Parquet format. Each file represents a single dictionary, making this dataset a comprehensive resource for linguistic research and Tatar language processing.
|
14 |
+
|
15 |
+
## Dataset Details
|
16 |
+
|
17 |
+
- **Language**: Tatar
|
18 |
+
- **Format**: Multiple Parquet files
|
19 |
+
- **Files**: Each file corresponds to a separate dictionary
|
20 |
+
- **License**: MIT
|
21 |
+
- **Source**: This dataset was created by parsing the [Suzlek.Antat.ru](https://suzlek.antat.ru/) website.
|
22 |
+
|
23 |
+
### Included Dictionaries
|
24 |
+
|
25 |
+
1. **Баш хәрефтәнме, юл хәрефеннәнме?: Орфографик сүзлек (2022)**
|
26 |
+
2. **Гарәпчә-татарча-русча алынмалар сүзлеге (1965)**
|
27 |
+
3. **Лингвистик терминнарның русча-татарча аңлатмалы сүзлеге (2016)**
|
28 |
+
4. **Русско-татарский толковый словарь этнонимов**
|
29 |
+
5. **Русча-татарча актуаль лексика сүзлеге (2014)**
|
30 |
+
6. **Синонимнар сүзлеге**
|
31 |
+
7. **Татар теленең орфографик сүзлеге (2017)**
|
32 |
+
8. **Татарча-русча сүзлек (2007)**
|
33 |
+
9. **Татарча-русча хәрби лексика сүзлеге (2017)**
|
34 |
+
10. **Тел гыйлеме терминнары сүзлеге (2005)**
|
35 |
+
11. **Этимологический словарь татарского языка (2015)**
|
36 |
+
12. **Яңа сүзләр һәм яңа мәгънәләр сүзлеге (2022)**
|
37 |
+
13. **Арабско-татарский словарь к религиозным текстам**
|
38 |
+
|
39 |
+
We express our gratitude to the creators of these dictionaries and the [Suzlek.Antat.ru](https://suzlek.antat.ru/) team for making the original data accessible.
|
40 |
+
|
41 |
+
## Usage
|
42 |
+
|
43 |
+
To load the dataset using Hugging Face’s `datasets` library:
|
44 |
+
|
45 |
+
```python
|
46 |
+
from datasets import load_dataset
|
47 |
+
|
48 |
+
dataset = load_dataset("neurotatarlar/tt-dictionaries")
|
49 |
+
|
50 |
+
## Contributions and Acknowledgements
|
51 |
+
|
52 |
+
This dataset is maintained by the Yasalma team. Contributions, feedback, and suggestions are welcome to improve and expand the dataset.
|