Datasets:

Modalities:
Text
Formats:
parquet
DOI:
Libraries:
Datasets
pandas
License:
fdelucaf commited on
Commit
497c82e
1 Parent(s): 047420b

Add parquet file description

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -37,9 +37,16 @@ The sentences included in the dataset are in Catalan (CA) and Italian (IT).
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-it_corpus.tsv.
 
 
 
 
 
 
 
43
 
44
  ### Data Fields
45
 
 
37
 
38
  ### Data Instances
39
 
40
+ Two separate txt files are provided with the sentences sorted in the same order:
41
+
42
+ - ca-it_corpus.ca
43
+ - ca-it_corpus.it
44
+
45
+ The dataset is additionally provided in parquet format: ca-it_corpus.parquet.
46
+
47
+ The parquet file contains two columns of parallel text obtained from the two original text files.
48
+ Each row in the file represents a pair of parallel sentences in the two languages of the dataset.
49
+
50
 
51
  ### Data Fields
52