Datasets:
Jeronymous
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -578,9 +578,9 @@ The corpus contains the following information for each text sample:
|
|
578 |
* `id`: an identifier that is unique among the source.
|
579 |
* `language`: the language of the text sample (relying on the source, that information can be wrong).
|
580 |
<details ><summary>Possible values:</summary>
|
581 |
-
|
582 |
-
|
583 |
-
|
584 |
or one of those pairs in the opposite order if the languages appear in the opposite order in the text).
|
585 |
</details >
|
586 |
* `url` (optional): the URL of the original text sample on the web, if available.
|
|
|
578 |
* `id`: an identifier that is unique among the source.
|
579 |
* `language`: the language of the text sample (relying on the source, that information can be wrong).
|
580 |
<details ><summary>Possible values:</summary>
|
581 |
+
an ISO 639-1 code of a natural language ("en", "fr", "de", "es", or "it"),
|
582 |
+
a common name prefixed by "code:" of a programming language ("code:python", "code:c++", …) or
|
583 |
+
a list of ISO 639-1 codes separated by commas when the text sample is multilingual and aligned ("fr,en", "de,fr", "es,en", "it,en",
|
584 |
or one of those pairs in the opposite order if the languages appear in the opposite order in the text).
|
585 |
</details >
|
586 |
* `url` (optional): the URL of the original text sample on the web, if available.
|