File size: 616 Bytes
aceb1b2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
port: 8000
annotation_task_name: Codebook Example
task_dir: .
output_annotation_dir: annotation_output/codebook-example/
output_annotation_format: tsv
data_files:
- data/codebook-example.json
item_properties:
  id_key: id
  text_key: text
user_config:
  allow_all_users: true
  users: []
alert_time_each_instance: 10000000
codebook_mode: open
annotation_schemes:
- annotation_type: multiselect
  name: themes
  description: Which qualitative themes appear in this excerpt?
  codebook: true
  labels:
  - access barriers
  - cost concerns
  - provider trust
  - wait times
site_dir: default
require_no_password: true