File size: 1,548 Bytes
20b2af7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: br
    dtype: string
  - name: fr
    dtype: string
  splits:
  - name: train
    num_bytes: 4099920
    num_examples: 23893
  download_size: 3022709
  dataset_size: 4099920
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
task_categories:
- translation
language:
- br
- fra
multilinguality:
- multilingual
---

## Description
Paires breton/français du jeu de données WikiMatrix disponible sur [OPUS](https://opus.nlpl.eu/results/br&fr/corpus-result-table).  

**⚠ Attention ⚠** :  il y a des problèmes d'alignement. Ce jeu de données n'est donc pas utilisbale tel quel et un post-processing serait à effectuer.


## Citations
#### WikiMatrix
```
@misc{schwenk2019wikimatrixmining135mparallel,
      title={WikiMatrix: Mining 135M Parallel Sentences in 1620 Language Pairs from Wikipedia}, 
      author={Holger Schwenk and Vishrav Chaudhary and Shuo Sun and Hongyu Gong and Francisco Guzmán},
      year={2019},
      eprint={1907.05791},
      archivePrefix={arXiv},
      primaryClass={cs.CL},
      url={https://arxiv.org/abs/1907.05791}, 
}
```
#### OPUS
```
@inbook{4992de1b5fb34f3e9691772606b36edf,
title = "News from OPUS - A Collection of Multilingual Parallel Corpora with Tools and Interfaces",
author = "J{\"o}rg Tiedemann",
year = "2009",
language = "odefinierat/ok{\"a}nt",
volume = "V",
pages = "237--248",
editor = "N. Nicolov and K. Bontcheva and G. Angelova and R. Mitkov",
booktitle = "Recent Advances in Natural Language Processing",

}
```