https://github.com/kermitt2/grobid
Raw File
Tip revision: f82daa530006be0e1c1dea05399de623f8a7a58e authored by lopez on 15 October 2022, 13:22:50 UTC
corrected ref data from PR #864
Tip revision: f82daa5
settings.gradle
rootProject.name = "grobid"
include 'grobid-core'
include 'grobid-service'
include 'grobid-home'
include 'grobid-trainer'

back to top