Datasets:
small language fix
Browse files
README.md
CHANGED
@@ -51,7 +51,7 @@ task_ids:
|
|
51 |
|
52 |
The Norwegian Parliament Speech Corpus (NPSC) is a corpus for training a Norwegian ASR (Automatic Speech Recognition) models. The corpus is created by Språkbanken at the National Library in Norway.
|
53 |
|
54 |
-
NPSC is based on sound recording from meeting in the Norwegian Parliament. These talks are orthographically transcribed to either Norwegian Bokmål or Norwegian Nynorsk. In addition to the data actually included in this dataset, there is a significant amount of metadata that is included in the original corpus. Through the speaker id there is additional information about the speaker, like gender, age, and place of birth (ie dialect). Through the
|
55 |
|
56 |
The corpus is in total sound recordings from 40 entire days of meetings. This amounts to 140 hours of speech, 65,000 sentences or 1.2 million words.
|
57 |
|
@@ -105,7 +105,7 @@ This verison does not contain the audio encoded in the dataset. Instead it has t
|
|
105 |
|
106 |
One line in the metadata.json looks like this:
|
107 |
```json
|
108 |
-
|
109 |
"meeting_date": "20170207",
|
110 |
"full_audio_file": "20170207-095506",
|
111 |
"proceedings_file": "20170207-095506.ref",
|
|
|
51 |
|
52 |
The Norwegian Parliament Speech Corpus (NPSC) is a corpus for training a Norwegian ASR (Automatic Speech Recognition) models. The corpus is created by Språkbanken at the National Library in Norway.
|
53 |
|
54 |
+
NPSC is based on sound recording from meeting in the Norwegian Parliament. These talks are orthographically transcribed to either Norwegian Bokmål or Norwegian Nynorsk. In addition to the data actually included in this dataset, there is a significant amount of metadata that is included in the original corpus. Through the speaker id there is additional information about the speaker, like gender, age, and place of birth (ie dialect). Through the proceedings id the corpus can be linked to the official proceedings from the meetings.
|
55 |
|
56 |
The corpus is in total sound recordings from 40 entire days of meetings. This amounts to 140 hours of speech, 65,000 sentences or 1.2 million words.
|
57 |
|
|
|
105 |
|
106 |
One line in the metadata.json looks like this:
|
107 |
```json
|
108 |
+
{
|
109 |
"meeting_date": "20170207",
|
110 |
"full_audio_file": "20170207-095506",
|
111 |
"proceedings_file": "20170207-095506.ref",
|