Datasets:
Jeronymous
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -578,16 +578,16 @@ 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 |
-
|
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.
|
588 |
* `author` (optional): the author of the original text sample, if available.
|
589 |
<details ><summary>Note:</summary>
|
590 |
-
|
591 |
</details >
|
592 |
* `date` (optional): the publication date of the original text sample, if available.
|
593 |
<details ><summary>Note:</summary>
|
|
|
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, 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.
|
588 |
* `author` (optional): the author of the original text sample, if available.
|
589 |
<details ><summary>Note:</summary>
|
590 |
+
Usually the author name in plain text, except for `Gutenberg` where it is the JSON serialized object of the author metadata.
|
591 |
</details >
|
592 |
* `date` (optional): the publication date of the original text sample, if available.
|
593 |
<details ><summary>Note:</summary>
|