com3dian commited on
Commit
e53bd80
·
1 Parent(s): 395fe09

add config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -0
config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "grobid_server": "http://localhost:8070",
3
+ "batch_size": 100,
4
+ "sleep_time": 5,
5
+ "timeout": 60,
6
+ "coordinates": [ "persName", "figure", "ref", "biblStruct", "formula", "s", "note", "title" ]
7
+ }