Update corpora.json with UNHCR
Browse files
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 |
]
|