Datasets:

Modalities:
Text
Formats:
parquet
DOI:
Libraries:
Datasets
pandas
License:
fdelucaf commited on
Commit
ae9d2ee
1 Parent(s): 7bbfda9

Add parquet file description

Browse files
Files changed (1) hide show
  1. README.md +11 -4
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
- A single tsv file is provided with the sentences sorted in the same order and
41
- a header containing the two-letter ISO language code for the language in each column:
42
- ca-de_all_2023_09_11.tsv.
 
 
 
 
 
 
 
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
- Multi CCAligned, WikiMatrix, GNOME, KDE4, OpenSubtitles, GlobalVoices, Tatoeba.
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).