https://github.com/kermitt2/grobid
Raw File
Tip revision: a63e5eba9d7e5972aee06c0064f3b6dddcd44586 authored by Patrice Lopez on 28 February 2023, 16:45:39 UTC
refresh model
Tip revision: a63e5eb
settings.gradle
rootProject.name = "grobid"
include 'grobid-core'
include 'grobid-service'
include 'grobid-home'
include 'grobid-trainer'

back to top