de-francophones commited on
Commit
60f053d
·
verified ·
1 Parent(s): 9c4ddf3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -46
README.md CHANGED
@@ -1,47 +1,47 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - naume: br
5
- dtype: string
6
- - naume: fr
7
- dtype: string
8
- splits:
9
- - naume: train
10
- num_bytes: 608358
11
- num_examples: 8742
12
- download_size: 320346
13
- dataset_size: 608358
14
- configs:
15
- - config_name: default
16
- data_files:
17
- - split: train
18
- path: data/train-*
19
- task_categories:
20
- - translation
21
- language:
22
- - br
23
- - fra
24
- multilinguality:
25
- - multilingual
26
- ---
27
-
28
-
29
- ## Description
30
- Paires breton/français du jeu de données [Gnome](https://l10n.gnome.org ) disponible sur [OPUS](https://opus.nlpl.eu/results/br&fr/corpus-result-table).
31
-
32
-
33
- ## Citation
34
- #### OPUS
35
- ```
36
- @inbook{4992de1b5fb34f3e9691772606b36edf,
37
- title = "News from OPUS - A Collection of Multilingual Parallel Corpora with Tools and Interfaces",
38
- author = "J{\"o}rg Tiedemann",
39
- year = "2009",
40
- language = "odefinierat/ok{\"a}nt",
41
- volume = "V",
42
- pages = "237--248",
43
- editor = "N. Nicolov and K. Bontcheva and G. Angelova and R. Mitkov",
44
- booktitle = "Recent Advances in Natural Language Processing",
45
-
46
- }
47
  ```
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: br
5
+ dtype: string
6
+ - name: fr
7
+ dtype: string
8
+ splits:
9
+ - name: train
10
+ num_bytes: 608358
11
+ num_examples: 8742
12
+ download_size: 320346
13
+ dataset_size: 608358
14
+ configs:
15
+ - config_name: default
16
+ data_files:
17
+ - split: train
18
+ path: data/train-*
19
+ task_categories:
20
+ - translation
21
+ language:
22
+ - br
23
+ - fra
24
+ multilinguality:
25
+ - multilingual
26
+ ---
27
+
28
+
29
+ ## Description
30
+ Paires breton/français du jeu de données [Gnome](https://l10n.gnome.org ) disponible sur [OPUS](https://opus.nlpl.eu/results/br&fr/corpus-result-table).
31
+
32
+
33
+ ## Citation
34
+ #### OPUS
35
+ ```
36
+ @inbook{4992de1b5fb34f3e9691772606b36edf,
37
+ title = "News from OPUS - A Collection of Multilingual Parallel Corpora with Tools and Interfaces",
38
+ author = "J{\"o}rg Tiedemann",
39
+ year = "2009",
40
+ language = "odefinierat/ok{\"a}nt",
41
+ volume = "V",
42
+ pages = "237--248",
43
+ editor = "N. Nicolov and K. Bontcheva and G. Angelova and R. Mitkov",
44
+ booktitle = "Recent Advances in Natural Language Processing",
45
+
46
+ }
47
  ```