https://github.com/kermitt2/grobid
Raw File
Tip revision: c3a49261bbd4a390aa454ba158b5bc1704748d88 authored by lopez on 11 August 2020, 07:35:24 UTC
Merge branch 'master' into update_header
Tip revision: c3a4926
settings.gradle
rootProject.name = "grobid"
include 'grobid-core'
include 'grobid-service'
include 'grobid-home'
include 'grobid-trainer'

back to top