de-francophones commited on
Commit
289dcea
·
verified ·
1 Parent(s): 6f51a81

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md CHANGED
@@ -16,4 +16,46 @@ 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 [OpenSubtitles](http://www.opensubtitles.org/) (v2018) disponible sur [OPUS](https://opus.nlpl.eu/results/br&fr/corpus-result-table).
29
+
30
+ ## Citations
31
+ #### OpenSubtitles
32
+ ```
33
+ @inproceedings{lison-tiedemann-2016-opensubtitles2016,
34
+ title = "{O}pen{S}ubtitles2016: Extracting Large Parallel Corpora from Movie and {TV} Subtitles",
35
+ author = {Lison, Pierre and Tiedemann, J{\"o}rg},
36
+ 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",
37
+ booktitle = "Proceedings of the Tenth International Conference on Language Resources and Evaluation ({LREC}'16)",
38
+ month = may,
39
+ year = "2016",
40
+ address = "Portoro{\v{z}}, Slovenia",
41
+ publisher = "European Language Resources Association (ELRA)",
42
+ url = "https://aclanthology.org/L16-1147",
43
+ pages = "923--929",
44
+ 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.",
45
+ }
46
+
47
+ ```
48
+ #### OPUS
49
+ ```
50
+ @inbook{4992de1b5fb34f3e9691772606b36edf,
51
+ title = "News from OPUS - A Collection of Multilingual Parallel Corpora with Tools and Interfaces",
52
+ author = "J{\"o}rg Tiedemann",
53
+ year = "2009",
54
+ language = "odefinierat/ok{\"a}nt",
55
+ volume = "V",
56
+ pages = "237--248",
57
+ editor = "N. Nicolov and K. Bontcheva and G. Angelova and R. Mitkov",
58
+ booktitle = "Recent Advances in Natural Language Processing",
59
+
60
+ }
61
+ ```