Spaces:
Sleeping
Sleeping
Commit ·
b5036c8
1
Parent(s): 4a9a5a6
fix: add corpora.json with UNHCR entry to git
Browse files- annotation_data/corpora.json +14 -0
annotation_data/corpora.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"id": "wbg",
|
| 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 |
+
]
|