File size: 1,120 Bytes
a03d5b5
 
 
 
 
9890855
a03d5b5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e2b0534
08b560c
a03d5b5
 
e2b0534
a03d5b5
 
 
 
 
 
 
 
 
9890855
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
annotations_creators:
- no-annotation
language:
- crh
license: cc-by-4.0
multilinguality:
- monolingual
task_categories:
- text-generation
- fill-mask
task_ids:
- language-modeling
- masked-language-modeling
pretty_name: CrimeanTatarMonocorpus
tags:
- crh
- books
- corpus
---


# Crimean Tatar corpus

## Overview
In an effort to democratize research on low-resource languages, we release CrimeanTatarMonocorpus dataset, a books corpus consisting of materials from 100+ unique sources in the Crimean Tatar Language.
All annotation was done for Crimean Tatar corpus project. The text is provided as is, so some pre-processing is needed. For example, some subtitles contain timestamps information.
Both Cyrillic and Latin alphabets are used in text, so to switch between them you could use [this](https://github.com/qirimca/Transliterator) transliterator. 

- **Dataset Name:** Crimean Tatar corpus
- **Language:** Crimean Tatar
- **Domain:** General (books, subtitles, etc.)


To load and use dataset, run this script:

```python
from datasets import load_dataset

crh_corpus=load_dataset("QIRIM/crh_monocorpus")
```