https://github.com/kermitt2/grobid
Raw File
Tip revision: 9bf0f4c268d6221e23f4235185114716abfb374e authored by Patrice Lopez on 29 December 2020, 23:44:09 UTC
fix bug when no bib ref are extracted
Tip revision: 9bf0f4c
settings.gradle
rootProject.name = "grobid"
include 'grobid-core'
include 'grobid-service'
include 'grobid-home'
include 'grobid-trainer'

back to top