https://github.com/kermitt2/grobid
Raw File
Tip revision: e9a1b2078be22809cbf209577c15534e8a9398df authored by Achraf on 06 December 2022, 15:16:44 UTC
add some training data with examples with docs containing highlights
Tip revision: e9a1b20
gradle.properties
version=0.7.3-SNAPSHOT
# Set workers to 1 that even for parallel builds it works. (I guess the shadow plugin makes some trouble)
org.gradle.workers.max=1
org.gradle.caching = true
org.gradle.parallel = true
org.gradle.vfs.watch = true
# from Java 9+
#org.gradle.jvmargs=--add-modules=java.xml.bind,java.activation
#systemProp.https.proxyHost=
#systemProp.https.proxyPort=
#systemProp.https.proxyHost=
#systemProp.https.proxyPort=
back to top