Datasets:
File size: 2,090 Bytes
6397a3b 1618718 6397a3b 1618718 6397a3b 1618718 6397a3b 3d44daa 6397a3b | 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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | ---
license: mit
task_categories:
- translation
language:
- en
- ka
pretty_name: English-Georgian Parallel Dataset
size_categories:
- 10K<n<100K
viewer: true
---
# English-Georgian Parallel Dataset π¬π§π¬πͺ
## π Dataset Overview
The **English-Georgian Parallel Dataset** is sourced from **OPUS**, a widely used open collection of parallel corpora. This dataset contains aligned sentence pairs in **English and Georgian**, extracted from Wikipedia translations.
- **Corpus Name**: Wikimedia
- **Package**: wikimedia.en-ka (Moses format)
- **Publisher**: OPUS (Open Parallel Corpus)
- **Release**: v20230407
- **Release Date**: April 13, 2023
- **License**: [CCβBY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)
## π Dataset Link
You can access the dataset here:
[](http://opus.nlpl.eu/wikimedia-v20230407.php)
## π Dataset Description
This dataset consists of **English-Georgian** parallel sentences extracted from Wikipedia translations. It is useful for various **natural language processing (NLP)** tasks, such as:
β
Machine translation
β
Bilingual lexicon extraction
β
Cross-lingual NLP applications
β
Multilingual sentence alignment
The dataset is formatted in Moses format, making it easy to integrate with NLP toolkits like OpenNMT, Fairseq, and MarianMT.
## π Usage Example
To use this dataset in Python, you can load it with `datasets` from Hugging Face:
```python
from datasets import load_dataset
dataset = load_dataset("Arseniy-Sandalov/Georgian-Parallel-Corpora")
print(dataset)
```
## π Citation
If you use this dataset in your research or project, please cite the following work:
```
@inproceedings {Tiedemann2012OPUS,
author = {Tiedemann, J.},
title = {Parallel Data, Tools and Interfaces in OPUS},
booktitle = {Proceedings of the 8th International Conference on Language Resources and Evaluation (LREC 2012)},
year = {2012},
url = {http://www.lrec-conf.org/proceedings/lrec2012/pdf/463_Paper.pdf},
note = {OPUS parallel corpus}
}
``` |