Datasets:

Modalities:
Audio
Text
Formats:
parquet
Libraries:
Datasets
Dask
nljubesi commited on
Commit
8ac3ba1
1 Parent(s): 41a29a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -60,7 +60,7 @@ The corpus consists of audio segments that correspond to specific sentences in t
60
 
61
  Each segment has an identifier reference to the ParlaMint 4.0 corpus (http://hdl.handle.net/11356/1859) via the utterance ID and character offsets.
62
 
63
- While in the original dataset all the speaker information from the ParlaMint corpus is available via the "speaker_info" key, in the HuggingFace version of the dataset 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 are given.
64
 
65
  Different to the original dataset, this version has also a `text_normalised` attribute, which contains the text with parliamentary comments (`[[Applause]]` and similar) removed.
66
 
 
60
 
61
  Each segment has an identifier reference to the ParlaMint 4.0 corpus (http://hdl.handle.net/11356/1859) via the utterance ID and character offsets.
62
 
63
+ 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.).
64
 
65
  Different to the original dataset, this version has also a `text_normalised` attribute, which contains the text with parliamentary comments (`[[Applause]]` and similar) removed.
66