https://github.com/kermitt2/grobid
Raw File
Tip revision: 55ca5ee920da6cc1ecd85af53ea82aa5a4134edf authored by Luca Foppiano on 04 August 2021, 06:17:19 UTC
read grobid-home and modelPreview from env variables
Tip revision: 55ca5ee
settings.gradle
rootProject.name = "grobid"
include 'grobid-core'
include 'grobid-service'
include 'grobid-home'
include 'grobid-trainer'

back to top