Update README.md
Browse files
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
|
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 |
|