Corran commited on
Commit
70d6f4b
·
verified ·
1 Parent(s): de947a6

Create 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": 1000,
4
+ "sleep_time": 5,
5
+ "timeout": 60,
6
+ "coordinates": [ "persName", "figure", "ref", "biblStruct", "formula", "s" ]
7
+ }