Spaces:
Paused
Paused
Update grobid.yaml
Browse files- grobid.yaml +2 -2
grobid.yaml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
grobid:
|
4 |
# where all the Grobid resources are stored (models, lexicon, native libraries, etc.), normally no need to change
|
5 |
-
grobidHome: "grobid-home"
|
6 |
|
7 |
# path relative to the grobid-home path (e.g. tmp for grobid-home/tmp) or absolute path (/tmp)
|
8 |
temp: "tmp"
|
@@ -67,7 +67,7 @@ grobid:
|
|
67 |
# DeLFT global parameters
|
68 |
# delft installation path if Deep Learning architectures are used to implement one of the sequence labeling model,
|
69 |
# embeddings are usually compiled as lmdb under delft/data (this parameter is ignored if only featured-engineered CRF are used)
|
70 |
-
install: "
|
71 |
pythonVirtualEnv:
|
72 |
|
73 |
wapiti:
|
|
|
2 |
|
3 |
grobid:
|
4 |
# where all the Grobid resources are stored (models, lexicon, native libraries, etc.), normally no need to change
|
5 |
+
grobidHome: "/opt/grobid/grobid-home"
|
6 |
|
7 |
# path relative to the grobid-home path (e.g. tmp for grobid-home/tmp) or absolute path (/tmp)
|
8 |
temp: "tmp"
|
|
|
67 |
# DeLFT global parameters
|
68 |
# delft installation path if Deep Learning architectures are used to implement one of the sequence labeling model,
|
69 |
# embeddings are usually compiled as lmdb under delft/data (this parameter is ignored if only featured-engineered CRF are used)
|
70 |
+
install: "/opt/delft"
|
71 |
pythonVirtualEnv:
|
72 |
|
73 |
wapiti:
|