rafmacalaba commited on
Commit
b061797
·
verified ·
1 Parent(s): 93c61cd

Add corpora registry

Browse files
Files changed (1) hide show
  1. annotation_data/corpora.json +8 -0
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
+ ]