Datasets:
Add parquet file description
Browse files
README.md
CHANGED
@@ -37,9 +37,16 @@ The sentences included in the dataset are in Catalan (CA) and German (DE).
|
|
37 |
|
38 |
### Data Instances
|
39 |
|
40 |
-
|
41 |
-
|
42 |
-
ca-de_all_2023_09_11.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
|
44 |
|
45 |
### Data Fields
|
@@ -61,7 +68,7 @@ This dataset is aimed at promoting the development of Machine Translation betwee
|
|
61 |
#### Initial Data Collection and Normalization
|
62 |
|
63 |
The first portion of the corpus is a combination of the following original datasets collected from [Opus](https://opus.nlpl.eu/):
|
64 |
-
|
65 |
|
66 |
Additionally, the corpus contains synthetic parallel data generated from the original Spanish-Catalan Europarl and Tilde corpora
|
67 |
made public by [SoftCatalà](https://github.com/Softcatala/Europarl-catalan).
|
|
|
37 |
|
38 |
### Data Instances
|
39 |
|
40 |
+
Two separate txt files are provided with the sentences sorted in the same order:
|
41 |
+
|
42 |
+
- ca-de_all_2023_09_11.ca
|
43 |
+
|
44 |
+
- ca-de_all_2023_09_11.de
|
45 |
+
|
46 |
+
The dataset is additionally provided in parquet format: ca-de_all_2023_09_11.parquet.
|
47 |
+
|
48 |
+
The parquet file contains two columns of parallel text obtained from the two original text files.
|
49 |
+
Each row in the file represents a pair of parallel sentences in the two languages of the dataset.
|
50 |
|
51 |
|
52 |
### Data Fields
|
|
|
68 |
#### Initial Data Collection and Normalization
|
69 |
|
70 |
The first portion of the corpus is a combination of the following original datasets collected from [Opus](https://opus.nlpl.eu/):
|
71 |
+
MultiCCAligned, WikiMatrix, GNOME, KDE4, OpenSubtitles, GlobalVoices, Tatoeba.
|
72 |
|
73 |
Additionally, the corpus contains synthetic parallel data generated from the original Spanish-Catalan Europarl and Tilde corpora
|
74 |
made public by [SoftCatalà](https://github.com/Softcatala/Europarl-catalan).
|