Datasets:
Jeronymous
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -578,10 +578,10 @@ 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.
|
587 |
* `title` (optional): the title of the original text sample, 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 |
+
(1) an ISO 639-1 code of a natural language (`en`, `fr`, `de`, `es`, or `it`),
|
582 |
+
(2) a common name prefixed by "`code:`" of a programming language (`code:python`, `code:c++`, …) or
|
583 |
+
(3) a list of ISO 639-1 codes separated by commas, if the text sample is multilingual (`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.
|
587 |
* `title` (optional): the title of the original text sample, if available.
|