https://github.com/kermitt2/grobid
Raw File
Tip revision: f3f0bc7eb11795386d5a7ee27c6ab34e924fefcf authored by Achraf on 06 December 2022, 09:59:18 UTC
added extracted copyright statement to output
Tip revision: f3f0bc7
settings.gradle
rootProject.name = "grobid"
include 'grobid-core'
include 'grobid-service'
include 'grobid-home'
include 'grobid-trainer'

back to top