Spaces:
Sleeping
Sleeping
add config.json
Browse files- 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 |
+
}
|