Datasets:
de-francophones
commited on
Commit
•
e0a6b4d
1
Parent(s):
c57c5b3
Update README.md
Browse files
README.md
CHANGED
@@ -16,4 +16,29 @@ 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 |
---
|
25 |
+
|
26 |
+
|
27 |
+
## Description
|
28 |
+
Paires breton/français du jeu de données Ubuntu disponible sur [OPUS](https://opus.nlpl.eu/results/br&fr/corpus-result-table).
|
29 |
+
|
30 |
+
## Citation
|
31 |
+
#### OPUS
|
32 |
+
```
|
33 |
+
@inbook{4992de1b5fb34f3e9691772606b36edf,
|
34 |
+
title = "News from OPUS - A Collection of Multilingual Parallel Corpora with Tools and Interfaces",
|
35 |
+
author = "J{\"o}rg Tiedemann",
|
36 |
+
year = "2009",
|
37 |
+
language = "odefinierat/ok{\"a}nt",
|
38 |
+
volume = "V",
|
39 |
+
pages = "237--248",
|
40 |
+
editor = "N. Nicolov and K. Bontcheva and G. Angelova and R. Mitkov",
|
41 |
+
booktitle = "Recent Advances in Natural Language Processing",
|
42 |
+
|
43 |
+
}
|
44 |
+
```
|