https://github.com/kermitt2/grobid
Raw File
Tip revision: 3fbe58fc178741047c343bd04ca00a5184b4d5ce authored by Luca Foppiano on 30 May 2022, 06:05:05 UTC
Fix the problem with the nvidia key replacement
Tip revision: 3fbe58f
settings.gradle
rootProject.name = "grobid"
include 'grobid-core'
include 'grobid-service'
include 'grobid-home'
include 'grobid-trainer'

back to top