de-francophones commited on
Commit
a756e76
·
verified ·
1 Parent(s): 4814c02

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -63
README.md CHANGED
@@ -1,63 +1,63 @@
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: 1164683
11
- num_examples: 16645
12
- download_size: 802196
13
- dataset_size: 1164683
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 [OpenSubtitles](http://www.opensubtitles.org/) (v2018) disponible sur [OPUS](https://opus.nlpl.eu/results/br&fr/corpus-result-table).
31
-
32
- ## Citations
33
- #### OpenSubtitles
34
- ```
35
- @inproceedings{lison-tiedemann-2016-opensubtitles2016,
36
- title = "{O}pen{S}ubtitles2016: Extracting Large Parallel Corpora from Movie and {TV} Subtitles",
37
- author = {Lison, Pierre and Tiedemann, J{\"o}rg},
38
- editor = "Calzolari, Nicoletta and Choukri, Khalid and Declerck, Thierry and Goggi, Sara and Grobelnik, Marko and Maegaard, Bente and Mariani, Joseph and Mazo, Helene and Moreno, Asuncion and Odijk, Jan and Piperidis, Stelios",
39
- booktitle = "Proceedings of the Tenth International Conference on Language Resources and Evaluation ({LREC}'16)",
40
- month = may,
41
- year = "2016",
42
- address = "Portoro{\v{z}}, Slovenia",
43
- publisher = "European Language Resources Association (ELRA)",
44
- url = "https://aclanthology.org/L16-1147",
45
- pages = "923--929",
46
- abstract = "We present a new major release of the OpenSubtitles collection of parallel corpora. The release is compiled from a large database of movie and TV subtitles and includes a total of 1689 bitexts spanning 2.6 billion sentences across 60 languages. The release also incorporates a number of enhancements in the preprocessing and alignment of the subtitles, such as the automatic correction of OCR errors and the use of meta-data to estimate the quality of each subtitle and score subtitle pairs.",
47
- }
48
-
49
- ```
50
- #### OPUS
51
- ```
52
- @inbook{4992de1b5fb34f3e9691772606b36edf,
53
- title = "News from OPUS - A Collection of Multilingual Parallel Corpora with Tools and Interfaces",
54
- author = "J{\"o}rg Tiedemann",
55
- year = "2009",
56
- language = "odefinierat/ok{\"a}nt",
57
- volume = "V",
58
- pages = "237--248",
59
- editor = "N. Nicolov and K. Bontcheva and G. Angelova and R. Mitkov",
60
- booktitle = "Recent Advances in Natural Language Processing",
61
-
62
- }
63
- ```
 
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: 1164683
11
+ num_examples: 16645
12
+ download_size: 802196
13
+ dataset_size: 1164683
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 [OpenSubtitles](http://www.opensubtitles.org/) (v2018) disponible sur [OPUS](https://opus.nlpl.eu/results/br&fr/corpus-result-table).
31
+
32
+ ## Citations
33
+ #### OpenSubtitles
34
+ ```
35
+ @inproceedings{lison-tiedemann-2016-opensubtitles2016,
36
+ title = "{O}pen{S}ubtitles2016: Extracting Large Parallel Corpora from Movie and {TV} Subtitles",
37
+ author = {Lison, Pierre and Tiedemann, J{\"o}rg},
38
+ editor = "Calzolari, Nicoletta and Choukri, Khalid and Declerck, Thierry and Goggi, Sara and Grobelnik, Marko and Maegaard, Bente and Mariani, Joseph and Mazo, Helene and Moreno, Asuncion and Odijk, Jan and Piperidis, Stelios",
39
+ booktitle = "Proceedings of the Tenth International Conference on Language Resources and Evaluation ({LREC}'16)",
40
+ month = may,
41
+ year = "2016",
42
+ address = "Portoro{\v{z}}, Slovenia",
43
+ publisher = "European Language Resources Association (ELRA)",
44
+ url = "https://aclanthology.org/L16-1147",
45
+ pages = "923--929",
46
+ abstract = "We present a new major release of the OpenSubtitles collection of parallel corpora. The release is compiled from a large database of movie and TV subtitles and includes a total of 1689 bitexts spanning 2.6 billion sentences across 60 languages. The release also incorporates a number of enhancements in the preprocessing and alignment of the subtitles, such as the automatic correction of OCR errors and the use of meta-data to estimate the quality of each subtitle and score subtitle pairs.",
47
+ }
48
+
49
+ ```
50
+ #### OPUS
51
+ ```
52
+ @inbook{4992de1b5fb34f3e9691772606b36edf,
53
+ title = "News from OPUS - A Collection of Multilingual Parallel Corpora with Tools and Interfaces",
54
+ author = "J{\"o}rg Tiedemann",
55
+ year = "2009",
56
+ language = "odefinierat/ok{\"a}nt",
57
+ volume = "V",
58
+ pages = "237--248",
59
+ editor = "N. Nicolov and K. Bontcheva and G. Angelova and R. Mitkov",
60
+ booktitle = "Recent Advances in Natural Language Processing",
61
+
62
+ }
63
+ ```