-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinput_example.json
More file actions
30 lines (30 loc) Β· 806 Bytes
/
input_example.json
File metadata and controls
30 lines (30 loc) Β· 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[
{
"fname": "corpora/oct3_coded_transcript_sync.csv",
"unlabeled_corpus": false,
"speaker_field": 2,
"text_field": 3,
"time": {
"start": 0,
"stop": 1
},
"misc": {
"qtopic": 4,
"topic": 5,
"frame": 6,
"tone": 7
}
},
{
"fname": "corpora/presidential_debates_corpus/debates_1992_2004_2008_combined_cleaned.csv",
"unlabeled_corpus": true,
"speaker_field": 5,
"text_field": 4,
"misc": {
"qtopic": 6,
"topic": 7,
"frame": 8,
"tone": 9
}
}
]