| grobidHome: ${GROBID_HOME:- /opt/grobid/grobid-home} |
|
|
| corsAllowedOrigins: "*" |
| corsAllowedMethods: "OPTIONS,GET,PUT,POST,DELETE,HEAD" |
| corsAllowedHeaders: "X-Requested-With,Content-Type,Accept,Origin" |
|
|
| chemspotUrl: ${CHEMSPOT_URL:- http://chemspot.local} |
| chemDataExtractorUrl: ${CDE_URL:- http://cde:8080} |
|
|
| grobidQuantitiesUrl: ${QUANTITIES_URL:- http://quantities:8080} |
| linkingModuleUrl: https://lfoppiano-grobid-superconductors-tools.hf.space |
| classResolverUrl: https://lfoppiano-grobid-superconductors-tools.hf.space |
|
|
| pythonVirtualEnv: |
| pythonRedirectOutput: true |
|
|
| |
| maxParallelRequests: 8 |
|
|
| consolidation: |
| |
| |
| |
| |
| service: "glutton" |
| glutton: |
| url: "https://cloud.science-miner.com/glutton/" |
|
|
| models: |
| - name: "superconductors" |
| engine: "delft" |
| delft: |
| architecture: "BERT_CRF" |
|
|
| - name: "material" |
| engine: "wapiti" |
|
|
| - name: "entityLinker-material-tcValue" |
| engine: "wapiti" |
|
|
| - name: "entityLinker-tcValue-pressure" |
| engine: "wapiti" |
|
|
| - name: "entityLinker-tcValue-me_method" |
| engine: "wapiti" |
|
|
| - name: "quantities" |
| engine: "delft" |
| delft: |
| architecture: "BERT_CRF" |
| |
|
|
| - name: "units" |
| engine: "delft" |
| delft: |
| architecture: "BidLSTM_CRF" |
| |
|
|
| - name: "values" |
| engine: "delft" |
| delft: |
| architecture: "BidLSTM_CRF" |
| |
|
|
| server: |
| type: custom |
| applicationConnectors: |
| - type: http |
| port: 8072 |
| idleTimeout: 120 seconds |
| adminConnectors: |
| - type: http |
| port: 8073 |
| registerDefaultExceptionMappers: false |
|
|
| logging: |
| level: WARN |
|
|
| |
| loggers: |
| org.grobid.core.data.normalization.QuantityNormalizer: "OFF" |
| org.grobid.core.engines.QuantityParser: "OFF" |
| org.grobid.core.engines.ValueParser: "OFF" |
| org.grobid.core.utilities.WordsToNumber: "OFF" |
|
|
| appenders: |
| - type: console |
| threshold: INFO |
| timeZone: UTC |
|
|