https://github.com/kermitt2/grobid
Raw File
Tip revision: 527dc309db480a861f67580a973e0b2a4eb5d14f authored by lopez on 27 July 2021, 17:11:13 UTC
revised features, keep header as it is and do not shadow number for segmentation
Tip revision: 527dc30
settings.gradle
rootProject.name = "grobid"
include 'grobid-core'
include 'grobid-service'
include 'grobid-home'
include 'grobid-trainer'

back to top