Add corpora registry
Browse files
annotation_data/corpora.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
]
|