Datasets:

Languages:
German
Multilinguality:
monolingual
Size Categories:
10M<n<100M
ArXiv:
License:
PhilipMay commited on
Commit
7c42ab2
1 Parent(s): 66da59e

add en col

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -47,8 +47,9 @@ For us it has proven useful to delete the following pairs of sentences:
47
 
48
  ## Columns description
49
  - **`uuid`**: a uuid calculated with Python `uuid.uuid4()`
 
50
  - **`de`**: the original German texts from the corpus
51
- - **`en_de`**: the German texts translated back from English
52
  - **`corpus`**: the name of the corpus
53
  - **`min_char_len`**: the number of characters of the shortest text
54
  - **`jaccard_similarity`**: the [Jaccard similarity coefficient](https://en.wikipedia.org/wiki/Jaccard_index) of both sentences - see below for more details
 
47
 
48
  ## Columns description
49
  - **`uuid`**: a uuid calculated with Python `uuid.uuid4()`
50
+ - **`en`**: the original English texts from the corpus
51
  - **`de`**: the original German texts from the corpus
52
+ - **`en_de`**: the German texts translated back from English (from `en`)
53
  - **`corpus`**: the name of the corpus
54
  - **`min_char_len`**: the number of characters of the shortest text
55
  - **`jaccard_similarity`**: the [Jaccard similarity coefficient](https://en.wikipedia.org/wiki/Jaccard_index) of both sentences - see below for more details