https://github.com/kermitt2/grobid
Raw File
Tip revision: fffef79d7488096fc671e1834a898db55d6f33d6 authored by lopez on 10 June 2021, 13:17:05 UTC
update features and full text model model following PR 714
Tip revision: fffef79
settings.gradle
rootProject.name = "grobid"
include 'grobid-core'
include 'grobid-service'
include 'grobid-home'
include 'grobid-trainer'

back to top