nikolare commited on
Commit
1de37ea
1 Parent(s): 5b6f274

text metrics description

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -970,9 +970,16 @@ For a detailed description of this dataset please refer to https://hplt-project.
970
  This is the ```cleaned``` variant of the HPLT Datasets v2.0 converted to the Parquet format semi-automatically when being uploaded here. For the original jsonl distribution (which takes ~4x fewer disk space) and a larger non-cleaned version please refer to https://hplt-project.org/datasets/v2.0.
971
 
972
  ***Languages***
 
 
 
 
 
 
 
973
  | | lang | segments | wcwords | chars | docs | Language Name | ISO693-3 code | ISO693-3 code macro | ISO693-1 direct code | ISO693-1 through macro |
974
  |-----|----------|----------|----------|----------|----------|-------------------------------|---------------|---------------------|----------------------|------------------------|
975
- | 0 | TOTAL | 3.00e+11 | 5.56e+12 | 3.74e+13 | 1.06e+10 | | | | | |
976
  | 1 | ace_Arab | 1.17e+02 | 8.36e+03 | 4.97e+04 | 1.60e+01 | Achinese | ace | | | |
977
  | 2 | ace_Latn | 2.06e+05 | 8.20e+06 | 5.08e+07 | 1.29e+04 | Achinese | ace | | | |
978
  | 3 | afr_Latn | 3.77e+07 | 1.00e+09 | 5.95e+09 | 1.46e+06 | Afrikaans | afr | | af | af |
 
970
  This is the ```cleaned``` variant of the HPLT Datasets v2.0 converted to the Parquet format semi-automatically when being uploaded here. For the original jsonl distribution (which takes ~4x fewer disk space) and a larger non-cleaned version please refer to https://hplt-project.org/datasets/v2.0.
971
 
972
  ***Languages***
973
+ The ```cleaned``` version of HPLT Datasets v2.0 consists of subsets corresponding to 191 language codes.
974
+ Below we provide a list of language codes. For each language code the amount of text is shown as measured in:
975
+ - segments: the number of sequences of characters (possibly empty) separated by the newline symbol,
976
+ - wcwords: the number of words as defined by the Unix ```wc``` utility, i.e. the number of non-whitespaces with a whitespace or the beginning of document before,
977
+ - chars: the number of characters,
978
+ - docs: the number of documents, each document corresponds to an individual web page from the sourcing web crawls.
979
+
980
  | | lang | segments | wcwords | chars | docs | Language Name | ISO693-3 code | ISO693-3 code macro | ISO693-1 direct code | ISO693-1 through macro |
981
  |-----|----------|----------|----------|----------|----------|-------------------------------|---------------|---------------------|----------------------|------------------------|
982
+ | 0 | *TOTAL* | 3.00e+11 | 5.56e+12 | 3.74e+13 | 1.06e+10 | | | | | |
983
  | 1 | ace_Arab | 1.17e+02 | 8.36e+03 | 4.97e+04 | 1.60e+01 | Achinese | ace | | | |
984
  | 2 | ace_Latn | 2.06e+05 | 8.20e+06 | 5.08e+07 | 1.29e+04 | Achinese | ace | | | |
985
  | 3 | afr_Latn | 3.77e+07 | 1.00e+09 | 5.95e+09 | 1.46e+06 | Afrikaans | afr | | af | af |