nljubesi commited on
Commit
272b613
1 Parent(s): a6896e5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -65,7 +65,7 @@ Each segment has an identifier reference to the ParlaMint 4.0 corpus (http://hdl
65
 
66
  While in the original dataset all the speaker information from the ParlaMint corpus is available via the `speaker_info` attribute, in the HuggingFace version only a subset of metadata is available, namely: the date, the name of the speaker, their gender, year of birth, party affiliation at that point in time, status of the party at that point in time (coalition or opposition), and party orientation (left, right, centre etc.).
67
 
68
- Different to the original dataset, this version has also a `text_normalised` attribute, which contains the text with parliamentary comments (`[[Applause]]` and similar) removed. Also, different to the other ParlaSpeech corpora on HuggingFace, this dataset has two additional text columns, `text_cyrillic` and `text_cyrillic_normalised`, with Cyrillic transliteration of the corresponding columns, for simplicity, given that Serbian is a digraphic language.
69
 
70
  If you use the dataset, please cite the following paper:
71
 
 
65
 
66
  While in the original dataset all the speaker information from the ParlaMint corpus is available via the `speaker_info` attribute, in the HuggingFace version only a subset of metadata is available, namely: the date, the name of the speaker, their gender, year of birth, party affiliation at that point in time, status of the party at that point in time (coalition or opposition), and party orientation (left, right, centre etc.).
67
 
68
+ Different to the original dataset, this version has also a `text_normalised` attribute, which contains the text with parliamentary comments (`[[Applause]]` and similar) removed. Also, different to the other ParlaSpeech corpora on HuggingFace, this dataset has two additional text columns, `text_cyrillic` and `text_cyrillic_normalised`, with Cyrillic transliteration of the corresponding columns, for simpler downstream usage, given that Serbian is a digraphic language.
69
 
70
  If you use the dataset, please cite the following paper:
71