pere commited on
Commit
6a1f67f
1 Parent(s): d8bd5c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -65,6 +65,7 @@ The NPSC dataset contains JSON lines with language training data. The data loade
65
  "sentence_id": 49853,
66
  "sentence_order": 0,
67
  "speaker_id": 32,
 
68
  "speaker_name": "Olemic Thommessen",
69
  "sentence_text": "Stortingets møte er lovlig satt",
70
  "sentence_language_code": "nb-NO",
@@ -83,7 +84,8 @@ The NPSC dataset contains JSON lines with language training data. The data loade
83
  |:-----------|:------------|:------------|
84
  |**sentence_id:** | Integer | String with id to source of line and a unique identifier ????|
85
  |**sentence_order** | String | The order of sentence ???|
86
- |**speaker id** | Integer | The ID of the speaker. This can be linked to the original dataset containing thorough demographic information about the speaker. |
 
87
  | **speaker_name** | String | Name of the speaker. All speakers are members of the Norwegian Parliament. |
88
  | **sentence_text** | String | The sentence text. |
89
  | **sentence_language_code** | String | The language code of the sentence. The following alternatives exists in the file: ['nb-NO'. 'nn-NO', 'en??]|
 
65
  "sentence_id": 49853,
66
  "sentence_order": 0,
67
  "speaker_id": 32,
68
+ "meeting_date": "20170110",
69
  "speaker_name": "Olemic Thommessen",
70
  "sentence_text": "Stortingets møte er lovlig satt",
71
  "sentence_language_code": "nb-NO",
 
84
  |:-----------|:------------|:------------|
85
  |**sentence_id:** | Integer | String with id to source of line and a unique identifier ????|
86
  |**sentence_order** | String | The order of sentence ???|
87
+ |**speaker_id** | Integer | The ID of the speaker. This can be linked to the original dataset containing thorough demographic information about the speaker. |
88
+ |**meeting_date** | String | The date for the meeting in the format __yyyymmdd__ |
89
  | **speaker_name** | String | Name of the speaker. All speakers are members of the Norwegian Parliament. |
90
  | **sentence_text** | String | The sentence text. |
91
  | **sentence_language_code** | String | The language code of the sentence. The following alternatives exists in the file: ['nb-NO'. 'nn-NO', 'en??]|