Datasets:
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 transliterator.
- Dataset Name: Crimean Tatar corpus
- Language: Crimean Tatar
- Domain: General (books, subtitles, etc.)
To load and use dataset, run this script:
from datasets import load_dataset
crh_corpus=load_dataset("QIRIM/crh_monocorpus")
- Downloads last month
- 35