rafmacalaba commited on
Commit
9e9d3b3
·
verified ·
1 Parent(s): b061797

Update corpora.json with UNHCR

Browse files
Files changed (1) hide show
  1. annotation_data/corpora.json +6 -0
annotation_data/corpora.json CHANGED
@@ -4,5 +4,11 @@
4
  "name": "World Bank",
5
  "extractions_dir": "wbg_extractions",
6
  "links_file": "wbg_data/wbg_pdf_links.json"
 
 
 
 
 
 
7
  }
8
  ]
 
4
  "name": "World Bank",
5
  "extractions_dir": "wbg_extractions",
6
  "links_file": "wbg_data/wbg_pdf_links.json"
7
+ },
8
+ {
9
+ "id": "unhcr",
10
+ "name": "UNHCR",
11
+ "extractions_dir": "unhcr_extractions",
12
+ "links_file": "unhcr_data/unhcr_pdf_links.json"
13
  }
14
  ]