Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
Jeronymous commited on
Commit
130e2ed
·
verified ·
1 Parent(s): ff92671

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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
- (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.
 
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.