Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,4 +16,31 @@ configs:
|
|
| 16 |
data_files:
|
| 17 |
- split: train
|
| 18 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
data_files:
|
| 17 |
- split: train
|
| 18 |
path: data/train-*
|
| 19 |
+
task_categories:
|
| 20 |
+
- translation
|
| 21 |
+
language:
|
| 22 |
+
- br
|
| 23 |
+
- fr
|
| 24 |
+
license: cc-by-2.0
|
| 25 |
---
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
## Description
|
| 29 |
+
Paires breton/français du jeu de données [Tatoeba](https://tatoeba.org/fr/) (v2023-04-12) disponible sur [OPUS](https://opus.nlpl.eu/results/br&fr/corpus-result-table).
|
| 30 |
+
|
| 31 |
+
|
| 32 |
+
## Citation
|
| 33 |
+
#### OPUS
|
| 34 |
+
```
|
| 35 |
+
@inbook{4992de1b5fb34f3e9691772606b36edf,
|
| 36 |
+
title = "News from OPUS - A Collection of Multilingual Parallel Corpora with Tools and Interfaces",
|
| 37 |
+
author = "J{\"o}rg Tiedemann",
|
| 38 |
+
year = "2009",
|
| 39 |
+
language = "odefinierat/ok{\"a}nt",
|
| 40 |
+
volume = "V",
|
| 41 |
+
pages = "237--248",
|
| 42 |
+
editor = "N. Nicolov and K. Bontcheva and G. Angelova and R. Mitkov",
|
| 43 |
+
booktitle = "Recent Advances in Natural Language Processing",
|
| 44 |
+
|
| 45 |
+
}
|
| 46 |
+
```
|