Datasets:
lastrucci01
commited on
Commit
•
61d62b8
1
Parent(s):
43fde28
updated readme
Browse files
README.md
CHANGED
@@ -37,7 +37,7 @@ The datasets contain government magazine editions in 11 languages, namely:
|
|
37 |
| isiXhosa | (xho) | Tshivenda | (ven) |
|
38 |
| isiZulu | (zul) | Xitstonga | (tso) |
|
39 |
| Sesotho | (nso) |
|
40 |
-
**Note:** The languages use the ISO 639-2 language
|
41 |
|
42 |
The data is split by language in JSONL format and each row is of the form:
|
43 |
```
|
@@ -45,7 +45,7 @@ The data is split by language in JSONL format and each row is of the form:
|
|
45 |
"title": "Title for article",
|
46 |
"author": "Author Name or Vukuzenzele",
|
47 |
"text": "Article text",
|
48 |
-
"edition": "Linked
|
49 |
"language_code": "ISO 639-2 language code"
|
50 |
}
|
51 |
```
|
|
|
37 |
| isiXhosa | (xho) | Tshivenda | (ven) |
|
38 |
| isiZulu | (zul) | Xitstonga | (tso) |
|
39 |
| Sesotho | (nso) |
|
40 |
+
**Note:** The languages use the ISO 639-2 language codes.
|
41 |
|
42 |
The data is split by language in JSONL format and each row is of the form:
|
43 |
```
|
|
|
45 |
"title": "Title for article",
|
46 |
"author": "Author Name or Vukuzenzele",
|
47 |
"text": "Article text",
|
48 |
+
"edition": "Linked Magazine edition",
|
49 |
"language_code": "ISO 639-2 language code"
|
50 |
}
|
51 |
```
|