Matej Klemen commited on
Commit
4489f87
2 Parent(s): 7990965 07ac943

Merge branch 'main' of https://huggingface.co/datasets/cjvt/cc_gigafida into main

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -76,6 +76,8 @@ The data is loaded at document-level, i.e. one instance is one document.
76
  ['STANE', 'ŠPEGEL']
77
  ]
78
  ],
 
 
79
  'doc_string': [
80
  [
81
  'Po nekajletnem počitku pa se vračajo tudi kralji dark rock godbe JESUS AND THE MARY CHAIN. ',
@@ -103,6 +105,8 @@ The data is loaded at document-level, i.e. one instance is one document.
103
  - `publisher`: publisher, e.g., the name of a news agency (string);
104
  - `genres`: genre(s) of the document (list of string) - possible genres: `['tisk', 'tisk/knjižno', 'tisk/knjižno/leposlovno', 'tisk/knjižno/strokovno', 'tisk/periodično', 'tisk/periodično/časopis', 'tisk/periodično/revija', 'tisk/drugo', 'internet']`;
105
  - `doc_tokenized`: tokenized document - the top level lists represent paragraphs, the lists in the level deeper represent sentences, and each sentence contains tokens;
 
 
106
  - `doc_string`: same as `doc_tokenized` but with properly placed spaces in sentences;
107
  - `id_sents`: IDs of sentences contained inside paragraphs of the document.
108
 
 
76
  ['STANE', 'ŠPEGEL']
77
  ]
78
  ],
79
+ 'doc_lemmas': [...],
80
+ 'doc_msds': [...],
81
  'doc_string': [
82
  [
83
  'Po nekajletnem počitku pa se vračajo tudi kralji dark rock godbe JESUS AND THE MARY CHAIN. ',
 
105
  - `publisher`: publisher, e.g., the name of a news agency (string);
106
  - `genres`: genre(s) of the document (list of string) - possible genres: `['tisk', 'tisk/knjižno', 'tisk/knjižno/leposlovno', 'tisk/knjižno/strokovno', 'tisk/periodično', 'tisk/periodično/časopis', 'tisk/periodično/revija', 'tisk/drugo', 'internet']`;
107
  - `doc_tokenized`: tokenized document - the top level lists represent paragraphs, the lists in the level deeper represent sentences, and each sentence contains tokens;
108
+ - `doc_lemmas`: lemmatized document - same structure as `doc_tokenized`;
109
+ - `doc_msds`: MSD tags of the document - same structure as `doc_tokenized` ([tagset](http://nl.ijs.si/ME/V6/msd/html/msd-sl.html));
110
  - `doc_string`: same as `doc_tokenized` but with properly placed spaces in sentences;
111
  - `id_sents`: IDs of sentences contained inside paragraphs of the document.
112